Download the PHP package wdevs/laravel-avesapi without Composer
On this page you can find all versions of the php package wdevs/laravel-avesapi. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download wdevs/laravel-avesapi
More information about wdevs/laravel-avesapi
Files in wdevs/laravel-avesapi
Package laravel-avesapi
Short Description Easily work with the Avesapi API in a Laravel application.
License MIT
Homepage https://github.com/Paulsky/laravel-avesapi
Informations about the package laravel-avesapi
Avesapi Laravel API Client
Laravel package for the Avesapi API.
Getting Started
Run the following command to install this package into your project.
Optional: publish the config files with the following command:
Set the environment variables in your .env file like this:
Prerequisites
You will need Composer to install this package and a valid Avesapi API key.
Installing
After installing this package with Composer, create a new Avesapi instance. And set the Avesapi API key in your env file.
Something like this:
And call the desired endpoint
The current implemented endpoints are:
- GET /search
Documentation for the available parameters can be found here: https://www.avesapi.com/docs/search-api/overview
Running the tests
Copy the phpunit.xml.dist and rename it to phpunit.xml. Set the env variables in the phpunit.xml files.
PLEASE NOTE: running the tests will cost you credits!!!!
- AVESAPI_API_KEY: A valid Avesapi API key
Please see the phpunit.xml.dist for the template.
Run the tests in the Tests directory with PHPUnit.
Built With
- Avesapi - For the API
- PHPUnit - Test Framework
- Laravel - Package Framework
- Laravel Package Boilerplate - For boiler template this package
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please help us to develop this package. Every input and/or feedback is really appreciated! Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email us instead of using the issue tracker.
Credits
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-avesapi with dependencies
guzzlehttp/guzzle Version ^7.4
illuminate/support Version ^8.68|^9.52|^10.25|^11.0