budgetlens / laravel-copernica-rest-api-client
Copernica Rest Api Client for Laravel
Installs: 383
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:package
Requires
- php: ^8.0
- budgetlens/copernica-rest-api-client: ^3.0
- guzzlehttp/guzzle: ^7.4
Requires (Dev)
- orchestra/testbench: ^4.0 || ^5.0 || ^6.0
- phpunit/phpunit: ^9.5.11
This package is auto-updated.
Last update: 2024-10-25 07:37:25 UTC
README
Copernica Rest API Client for Laravel
This package incorporates the Copernica Rest API Client
Installation
composer require 123lens/laravel-copernica-rest-api-client
Configuration
Add your Copernica Access Token to the .env
file
COPERNICA_ACCESS_TOKEN=YOUR-API-TOKEN
You can optionally publish the config file with:
php artisan vendor:publish --provider="Budgetlens\LaravelCopernicaApi\ServiceProvider" --tag="config"`
Usage
$databases = Copernica::database()->list(); ddd($databases);
Testing
composer test
License
The MIT License (MIT). Please see License File for more information.