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.
Maintainers
Package info
github.com/concretecms/concretecms_api_client
pkg:composer/concretecms/concretecms-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
Suggests
None
Provides
None
Conflicts
None
Replaces
None
Unknown License 608c47223329867f44aa1f748abeb1c6465a48d6
- Andrew Embler <andrew.woop@concrete5.org>
This package is auto-updated.
Last update: 2026-06-19 10:50:24 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:
