A Symfony bundle for our cashctrl.com API client. This bundle is currently used for our own projects subject to heavy changes.
$ composer.phar require terminal42/cashctrl-bundle ^2.0@dev
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