Download the PHP package openclerk/apis without Composer
On this page you can find all versions of the php package openclerk/apis. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package apis
openclerk/apis
A library for defining APIs in Openclerk, live on CryptFolio.
Installing
Include openclerk/apis
as a requirement in your project composer.json
,
and run composer update
to install it into your project:
Using
Define subclasses of \Apis\Api
to define endpoints and content:
You can then call $api->render()
for the specific API.
Using with magic
Your APIs can be discovered with component-discovery
by defining apis.json
:
You can then load these into openclerk/routing at runtime:
Caching
Using openclerk/cache you can also cache API calls:
TODO
- Documentation on Apis\Fetch methods
- A way to define APIs lazily without instantiating all Apis at every request time
- Tests
All versions of apis with dependencies
PHP Build Version
Package Version
Requires
openclerk/config Version
^0.1
The package openclerk/apis contains the following files
Loading the files please wait ....