https://github.com/concretecms/concretecms_api_client
A PHP Client Library for the Concrete CMS API.
https://github.com/concretecms/concretecms_api_client
Last synced: about 1 year ago
JSON representation
A PHP Client Library for the Concrete CMS API.
- Host: GitHub
- URL: https://github.com/concretecms/concretecms_api_client
- Owner: concretecms
- License: mit
- Created: 2019-02-25T21:09:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-05-19T01:07:08.000Z (about 4 years ago)
- Last Synced: 2025-07-06T22:17:52.966Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.TXT
Awesome Lists containing this project
README
# concrete5 API Client
A PHP Client Library for the concrete5 API. This library uses [concrete5 Nightcap](http://github.com/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:
[https://github.com/aembler/concrete5_cli_api_example](https://github.com/aembler/concrete5_cli_api_example)