budgetlens/laravel-copernica-rest-api-client
Composer 安装命令:
composer require budgetlens/laravel-copernica-rest-api-client
包简介
Copernica Rest Api Client for Laravel
关键字:
README 文档
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.
统计信息
- 总下载量: 384
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-02-18