terminal42 / cashctrl-bundle
Symfony bundle to the API client for cashctrl.com
Fund package maintenance!
terminal42
Other
Installs: 307
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- nyholm/psr7: ^1.0
- symfony/config: ^4.0 || ^5.0 || ^6.0
- symfony/dependency-injection: ^4.0 || ^5.0 || ^6.0
- symfony/http-client: ^4.0 || ^5.0 || ^6.0
- symfony/http-kernel: ^4.0 || ^5.0 || ^6.0
- terminal42/cashctrl-api: ^1.0@dev
This package is auto-updated.
Last update: 2024-10-09 01:50:37 UTC
README
A Symfony bundle for our cashctrl.com API client. This bundle is currently used for our own projects and is not stable at all. It thus might be subject to heavy changes. If you're interested in moving to a stable release (version 1.0.0) so you can be sure there are no BC breaks until version 2.0.0 (semver), please feel free to get in touch with us.
Installation
$ composer.phar require terminal42/cashctrl-bundle ^1.0
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