terminal42/cashctrl-bundle
Composer 安装命令:
composer require terminal42/cashctrl-bundle
包简介
Symfony bundle to the API client for cashctrl.com
README 文档
README
A Symfony bundle for our cashctrl.com API client. This bundle is currently used for our own projects subject to heavy changes.
Installation
$ composer.phar require terminal42/cashctrl-bundle ^2.0@dev
Configuration
The following config options are available (e.g. add to config/config.yml).
terminal42_cashctrl: subdomain: "" # Mandatory; Your Cashctrl subdomain api_key: "" # Mandatory; Your API key
Instead of configuring the bundle, you can also set env keys, e.g. in your .env.local file.
CASHCTRL_SUBDOMAIN= # Your Cashctrl subdomain CASHCTRL_APIKEY= # Your API key
统计信息
- 总下载量: 345
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-05-17