Skip to content
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.

Latest commit

 

History

History
18 lines (10 loc) · 724 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 724 Bytes

Elicit API Toolkit

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.