laravel-copernica-rest-api-client maintained by budgetlens
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.