bayfrontmedia / directus-api-client
A library used to interact with the Directus API using PHP.
Installs: 335
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/bayfrontmedia/directus-api-client
Requires
- php: ^8.0
- bayfrontmedia/multi-curl: ^2.2
- bayfrontmedia/php-array-helpers: ^2.0
- bayfrontmedia/php-validator: ^4.0
README
A library used to interact with the Directus API using PHP.
License
This project is open source and available under the MIT License.
Author
Requirements
- PHP >= 8.0 (Tested up to
8.4
)
Installation
composer require bayfrontmedia/directus-api-client
Documentation
For usage information, see Directus client.
To aid in creating the query string for a request, the query builder can be used.