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.