Download the PHP package dot-env-it/laravel-api-integrator without Composer
On this page you can find all versions of the php package dot-env-it/laravel-api-integrator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download dot-env-it/laravel-api-integrator
More information about dot-env-it/laravel-api-integrator
Files in dot-env-it/laravel-api-integrator
Package laravel-api-integrator
Short Description Package to simplify third-party api integrations. Make API calls like they are part of your code with this package. No need to remember base url or path of any API.
License MIT
Informations about the package laravel-api-integrator
Laravel API Integrator
Package to simplify third-party api integrations. Make API calls like they are part of your code with this package. No need to remember base url or path of any API. Just call it like Integration::for('api-provider')->getSomethingCool()->json();
Become a sponsor
Your support allows me to keep this package free, up-to-date and maintainable. Alternatively, you can spread the word!
Installation
Run install
command to publish config file and yaml file
This command will create api-integrator.yaml
file at root of project and api-integrator.php
file at config
folder
Sample api-integrator.yaml
file
You can pass config variables to yaml file using !config
tag
USAGE
This package also provides a magic method for each http method
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Jagdish-J-P
- dot-env-it
- Just Steve King
- All Contributors
License
The MIT License (MIT). Please see License File for more information.