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(10mo ago)0390MITPHPPHP ^8.1CI passing

Since Feb 14Pushed 10mo 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 3w 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 79% of packages

Maintenance53

Moderate activity, may be stable

Popularity15

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

326d 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.1k9.9M90](/packages/dedoc-scramble)[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.3M42](/packages/spatie-laravel-pdf)[defstudio/telegraph

A laravel facade to interact with Telegram Bots

815320.5k3](/packages/defstudio-telegraph)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3913.7k](/packages/rawilk-profile-filament-plugin)[simplestats-io/laravel-client

Analytics for Laravel. Track visitors, registrations, and payments. Discover which channels actually drive revenue, not just traffic. Server-side, GDPR compliant, ad-blocker proof.

5019.3k](/packages/simplestats-io-laravel-client)[spatie/laravel-github-webhooks

Handle GitHub webhooks in a Laravel application

93157.3k5](/packages/spatie-laravel-github-webhooks)

PHPackages © 2026

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