Laravel API wrapper for Annuities Genius
agathaglobaltech/ag-laravel-sdk is a Laravel package for laravel api wrapper for annuities genius.
It currently has 0 GitHub stars and 399 downloads on Packagist (latest version v0.0.28).
Install it with composer require agathaglobaltech/ag-laravel-sdk.
Discover more Laravel packages by agathaglobaltech
or browse all Laravel packages to compare alternatives.
Last updated
This is a Laravel API wrapper for Annuities Genius. It provides a simple way to interact with the Annuities Genius API.
You can install the package via composer:
composer require agathaglobaltech/ag-laravel-sdk
You can publish the config file with:
php artisan vendor:publish --tag="sdk-config"
This is the contents of the published config file:
return [
'token' => env('ANNUITIES_GENIUS_TOKEN'),
'base_url' => env('ANNUITIES_GENIUS_BASE_URL', 'https://app.annuitiesgenius.com/api'),
'cache' => [
'enabled' => env('ANNUITIES_GENIUS_CACHE_ENABLED', false),
'hours' => 24,
],
];
composer test
Please see CHANGELOG for more information on what has changed recently.
The MIT License (MIT). Please see License File for more information.