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.

dev-master 2022-05-19 01:07 UTC

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:

https://github.com/aembler/concrete5_cli_api_example