From 343852ac8a9bff9c800f3116c52f34b89983fcdf Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 5 Jun 2020 23:01:18 +0100 Subject: [PATCH] Add a base README file --- .gitignore | 1 + README.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 README.md diff --git a/.gitignore b/.gitignore index d497d9b..fde14bb 100644 --- a/.gitignore +++ b/.gitignore @@ -6,5 +6,6 @@ !/composer.json !/Makefile !/psalm.xml +!/README.md !/src/** !/tests/** diff --git a/README.md b/README.md new file mode 100644 index 0000000..270d2c1 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# Glassboxx SDK for PHP + +An unofficial PHP SDK for creating customers and orders in the [Glassboxx](https://glassboxx.co.uk) audiobook and eBook platform using their Vendor Solution. + +## Usage + +TODO + +## License + +MIT + +## Author + +[Oliver Davies](https://www.oliverdavies.uk), PHP Developer.