kevindierkx/elicit

This package is abandoned and no longer maintained. The author suggests using the calebporzio/sushi package instead.
There is no license information available for the latest version (0.3.0) of this package.

API toolset

0.3.0 2015-03-18 09:04 UTC

This package is auto-updated.

Last update: 2022-02-01 12:40:51 UTC


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.