agathaglobaltech / ag-laravel-sdk
Laravel API wrapper for Annuities Genius
v0.0.26
2024-12-12 19:50 UTC
Requires
- php: ^8.1
- illuminate/contracts: ^9.0|^10.0|^11.0
- spatie/laravel-package-tools: ^1.14.0
Requires (Dev)
- laravel/pint: ^1.0
- nunomaduro/collision: ^6.0
- nunomaduro/larastan: ^2.0.1
- orchestra/testbench: ^7.0
- pestphp/pest: ^1.21
- pestphp/pest-plugin-laravel: ^1.1
- phpstan/extension-installer: ^1.1
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-phpunit: ^1.0
- phpunit/phpunit: ^9.5
- dev-main
- v0.0.26
- v0.0.25
- v0.0.24
- v0.0.23
- v0.0.22
- v0.0.21
- v0.0.20
- v0.0.19
- v0.0.18
- v0.0.17
- 0.0.16
- v0.0.15
- v0.0.14
- v0.0.13
- v0.0.12
- v0.0.11
- v0.0.10
- v0.0.9
- v0.0.8
- v0.0.7
- v0.0.6
- v0.0.5
- v0.0.4
- v0.0.3
- v0.0.2
- v0.0.1
- dev-product-type-interest
- dev-tags-filter
- dev-new-fields-to-fixed-fia
- dev-new-fields-to-indexed
This package is auto-updated.
Last update: 2025-02-12 20:07:33 UTC
README
This is a Laravel API wrapper for Annuities Genius. It provides a simple way to interact with the Annuities Genius API.
Installation
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, ], ];
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
License
The MIT License (MIT). Please see License File for more information.