kevindierkx / elicit
API toolset
Installs: 6 141
Dependents: 2
Suggesters: 0
Security: 0
Stars: 2
Watchers: 4
Forks: 0
Open Issues: 6
Requires
- php: >=5.4.0
- guzzlehttp/guzzle: ~4.2
- illuminate/container: ~4.2
- illuminate/support: ~4.2
README
The Elicit component is an API toolkit for PHP.
Usage
Elicit has authentication supports for no authencation
and basic-auth
by default, adding support for other authentication drivers can be accomplished by adding new Connector
instances.
By defining a driver
you can manage the request handling for your connection. Elicit has support for Fractal
based APIs by default. Request handling is defined in the Connection
instances.
Credits
Based on Illuminate\Database
License
The MIT License (MIT). Please see License File for more information.