jjsoftwareltd / current-gateway
A Laravel Facade to access the Current RMS Api
Installs: 1 680
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 3
pkg:composer/jjsoftwareltd/current-gateway
Requires
- php: ^8.1
- illuminate/http: ^9.0|^10.0|^11.0|^12.0
- spatie/laravel-package-tools: ^1.9.2
Requires (Dev)
- laravel/pint: ^1.0
- dev-main
- v1.12
- v1.11
- v1.10.1
- v1.10.0
- v1.9.0
- v1.8.1
- v1.8.0
- v1.7.0
- v1.6.0
- v1.5.0
- v1.4.0
- v1.3.1
- v1.3.0
- v1.2
- v1.1.1
- v1.1.0
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- dev-dependabot/github_actions/actions/checkout-6
- dev-dependabot/github_actions/stefanzweifel/git-auto-commit-action-7
- dev-dependabot/github_actions/dependabot/fetch-metadata-2.4.0
This package is auto-updated.
Last update: 2025-12-24 08:07:02 UTC
README
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
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
Please see CHANGELOG for more information on what has changed recently.
Credits
License
The MIT License (MIT). Please see License File for more information.