Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 568 Bytes

README.md

File metadata and controls

8 lines (4 loc) · 568 Bytes

concrete5 API Client

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:

https://github.com/aembler/concrete5_cli_api_example