terminal42 / cashctrl-bundle
Symfony bundle to the API client for cashctrl.com
Fund package maintenance!
terminal42
Other
Installs: 327
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^8.2
- nyholm/psr7: ^1.0
- symfony/config: ^5.0 || ^6.0 || ^7.0
- symfony/dependency-injection: ^5.0 || ^6.0 || ^7.0
- symfony/http-client: ^5.0 || ^6.0 || ^7.0
- symfony/http-kernel: ^5.0 || ^6.0 || ^7.0
- terminal42/cashctrl-api: ^2.0@dev
Requires (Dev)
- terminal42/contao-build-tools: dev-main
This package is auto-updated.
Last update: 2025-03-12 07:37:55 UTC
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