concrete5 / concrete5-api-client
This package is abandoned and no longer maintained.
The author suggests using the concretecms/concretecms-api-client package instead.
There is no license information available for the latest version (dev-master) of this package.
A PHP client for the concrete5 REST API.
Package info
github.com/concretecms/concretecms_api_client
pkg:composer/concrete5/concrete5-api-client
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: 2022-05-19 01:08:21 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: