PHPackages                             jjsoftwareltd/current-gateway - 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. jjsoftwareltd/current-gateway

ActiveLibrary[API Development](/categories/api)

jjsoftwareltd/current-gateway
=============================

A Laravel Facade to access the Current RMS Api

v1.12(1y ago)01.9k1[3 PRs](https://github.com/JJSoftwareLtd/current-gateway/pulls)MITPHPPHP ^8.1CI passing

Since Jul 18Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/JJSoftwareLtd/current-gateway)[ Packagist](https://packagist.org/packages/jjsoftwareltd/current-gateway)[ Docs](https://github.com/JJSoftwareLtd/current-gateway)[ RSS](/packages/jjsoftwareltd-current-gateway/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (3)Versions (24)Used By (0)

A Laravel Facade to access the Current RMS Api
==============================================

[](#a-laravel-facade-to-access-the-current-rms-api)

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

[](#installation)

You can install the package via composer:

```
composer require jjsoftwareltd/current-gateway
```

Add your subdmoain and key to your env file:

```
CURRENT_SUBDOMAIN=
CURRENT_KEY=
```

You can optionally publish the config file with:

```
php artisan vendor:publish --tag="current-gateway-config"
```

Usage
-----

[](#usage)

The response is returned as an associative array.

```
CurrentGateway::get('opportunities', ['page' => 1]);

CurrentGateway::post('opportunities', ['subject' => 'My Job']);

CurrentGateway::put('opportunities/1', ['subject' => 'My Job']);

CurrentGateway::delete('opportunities/1');
```

Changelog
---------

[](#changelog)

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

Credits
-------

[](#credits)

- [audiojames](https://github.com/audiojames)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

43

—

FairBetter than 91% of packages

Maintenance62

Regular maintenance activity

Popularity20

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 69.9% 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 ~50 days

Recently: every ~139 days

Total

20

Last Release

436d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0a31367453f7d0c0094ee701c2efa5fd43a83062d4c656af156aad498d469bf4?d=identicon)[audiojames](/maintainers/audiojames)

---

Top Contributors

[![audiojames](https://avatars.githubusercontent.com/u/55289591?v=4)](https://github.com/audiojames "audiojames (51 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (13 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (9 commits)")

---

Tags

laravelcurrent-gateway

###  Code Quality

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/jjsoftwareltd-current-gateway/health.svg)

```
[![Health](https://phpackages.com/badges/jjsoftwareltd-current-gateway/health.svg)](https://phpackages.com/packages/jjsoftwareltd-current-gateway)
```

###  Alternatives

[codedredd/laravel-soap

A SoapClient wrapper integration for Laravel

221516.6k3](/packages/codedredd-laravel-soap)[ryangjchandler/bearer

Minimalistic token-based authentication for Laravel API endpoints.

8129.8k](/packages/ryangjchandler-bearer)[stechstudio/laravel-hubspot

A Laravel SDK for the HubSpot CRM Api

2971.0k](/packages/stechstudio-laravel-hubspot)[simplestats-io/laravel-client

Client for SimpleStats!

4515.5k](/packages/simplestats-io-laravel-client)[scalar/laravel

Render your OpenAPI-based API reference

6183.9k2](/packages/scalar-laravel)[tapp/filament-webhook-client

Add a Filament resource and a policy for Spatie Webhook client

1120.2k](/packages/tapp-filament-webhook-client)

PHPackages © 2026

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