PHPackages                             agathaglobaltech/ag-laravel-sdk - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. agathaglobaltech/ag-laravel-sdk

ActiveLibrary[API Development](/categories/api)

agathaglobaltech/ag-laravel-sdk
===============================

Laravel API wrapper for Annuities Genius

v0.0.28(9mo ago)0364MITPHPPHP ^8.1CI passing

Since Feb 14Pushed 9mo ago1 watchersCompare

[ Source](https://github.com/agathaglobaltech/ag-laravel-sdk)[ Packagist](https://packagist.org/packages/agathaglobaltech/ag-laravel-sdk)[ Docs](https://github.com/agathaglobaltech/ag-laravel-sdk)[ RSS](/packages/agathaglobaltech-ag-laravel-sdk/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (12)Versions (32)Used By (0)

Laravel API wrapper for Annuities Genius
========================================

[](#laravel-api-wrapper-for-annuities-genius)

[![Latest Version on Packagist](https://camo.githubusercontent.com/14ba5f835abe044530f25b743e769a7985de8bc72089bf90a9eb0bf6310db138/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616761746861676c6f62616c746563682f61672d6c61726176656c2d73646b2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/agathaglobaltech/ag-laravel-sdk)[![GitHub Tests Action Status](https://camo.githubusercontent.com/2049585b8a471e70c02f7cb118351b65000a9a9c6f6baf800551f9c9750c870c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f616761746861676c6f62616c746563682f61672d6c61726176656c2d73646b2f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/agathaglobaltech/ag-laravel-sdk/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/60a4188be54276ed09e23b07398568a1a9a5361bff9fce44480344141287f069/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f616761746861676c6f62616c746563682f61672d6c61726176656c2d73646b2f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/agathaglobaltech/ag-laravel-sdk/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/f58035d80339a7ef7187ff5ed98b463ba8734d8f8ea8a03ae05d3e60bfc4b2b7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616761746861676c6f62616c746563682f61672d6c61726176656c2d73646b2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/agathaglobaltech/ag-laravel-sdk)

This is a Laravel API wrapper for Annuities Genius. It provides a simple way to interact with the Annuities Genius API.

Installation
------------

[](#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
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance58

Moderate activity, may be stable

Popularity13

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 55.1% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~33 days

Recently: every ~82 days

Total

28

Last Release

280d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e244251596674eb336587e77d924cb784140a071ab32877d4cc8cad830a43937?d=identicon)[agathaglobaltech](/maintainers/agathaglobaltech)

---

Top Contributors

[![satoved](https://avatars.githubusercontent.com/u/14319239?v=4)](https://github.com/satoved "satoved (38 commits)")[![ext4nt](https://avatars.githubusercontent.com/u/43034279?v=4)](https://github.com/ext4nt "ext4nt (30 commits)")[![nighttima](https://avatars.githubusercontent.com/u/54134700?v=4)](https://github.com/nighttima "nighttima (1 commits)")

---

Tags

laravelagathaglobaltechag-laravel-sdk

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/agathaglobaltech-ag-laravel-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/agathaglobaltech-ag-laravel-sdk/health.svg)](https://phpackages.com/packages/agathaglobaltech-ag-laravel-sdk)
```

###  Alternatives

[dedoc/scramble

Automatic generation of API documentation for Laravel applications.

2.0k7.8M57](/packages/dedoc-scramble)[scalar/laravel

Render your OpenAPI-based API reference

6183.9k2](/packages/scalar-laravel)[ryangjchandler/bearer

Minimalistic token-based authentication for Laravel API endpoints.

8129.8k](/packages/ryangjchandler-bearer)[combindma/laravel-facebook-pixel

Meta pixel integration for Laravel

4956.9k](/packages/combindma-laravel-facebook-pixel)[stechstudio/laravel-hubspot

A Laravel SDK for the HubSpot CRM Api

2971.0k](/packages/stechstudio-laravel-hubspot)[njoguamos/laravel-plausible

A laravel package for interacting with plausible analytics api.

208.8k](/packages/njoguamos-laravel-plausible)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
