Releases: alantiller/directus-php-sdk
Releases · alantiller/directus-php-sdk
v1.0.3
v1.0.2
v1.0.1
v1.0.0
✨ New Features
- Were now on packagist so you can now install the Directus SDK via composer. A massive thanks to @andrii-bodnar for doing the leg work adding in composer support.
v1.0.0-beta.3
✨ New Features
- Added the ability to post multipart data through the make_call function using POST_MULTIPART as the method.
- Added two endpoints files_get and files_create to allow getting and uploading files through the SDK
v1.0.0-beta.2
✨ New Features
- Added user functions and improved existing functions
- Added general call functions for calling an endpoint the doesn't exist yet
🚀 Improvements
- Changes to make the SDK more consistent with the JS SDK
- More updates to documentation
🐛 Bug Fixes
- Null Safe Operators have been added to the config function
- Changes to the Value Storage to use PHP Session and use Cookies as an addon due to PHP Limitations
v1.0.0-beta.1
My first release (beta) version of my Directus PHP SDK it's functions are very limited it can only (get, create, update and delete items), (auth login, logout, password_reset_request, password_request_reset) it does have the groundwork to add more and it will renew the access token every fifteen minutes or when the next call is made after the expiry time and you can also pass an API token.