concretecms / concretecms-api-client
There is no license information available for the latest version (dev-master) of this package.
A PHP client for the concrete5 REST API.
dev-master
2022-05-19 01:07 UTC
Requires
- concrete5/nightcap: dev-master
Requires (Dev)
- mockery/mockery: ~0.9
- phpunit/phpunit: ~7
- squizlabs/php_codesniffer: ~2.0
This package is auto-updated.
Last update: 2024-10-19 06:37:12 UTC
README
A PHP Client Library for the concrete5 API. This library uses concrete5 Nightcap as the backbone of a PHP client for a REST API.
The library supports the password grant, the client credentials grant and the authorization grant. Documentation for these flows is coming soon, but practical examples for client credentials and the password grants can be found in an example console application: