Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/terminal42/cashctrl-bundle
Symfony Bundle to integrate our CashCtrl API
https://github.com/terminal42/cashctrl-bundle
Last synced: 23 days ago
JSON representation
Symfony Bundle to integrate our CashCtrl API
- Host: GitHub
- URL: https://github.com/terminal42/cashctrl-bundle
- Owner: terminal42
- License: mit
- Created: 2020-12-03T16:08:06.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-08T20:29:36.000Z (almost 3 years ago)
- Last Synced: 2024-07-02T22:24:06.366Z (6 months ago)
- Language: PHP
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# terminal42/cashctrl-bundle
A Symfony bundle for [our cashctrl.com API client](https://github.com/terminal42/cashctrl-api).
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
```bash
$ composer.phar require terminal42/cashctrl-bundle ^1.0
```## Configuration
The following config options are available (e.g. add to `config/config.yml`).
```yaml
terminal42_cashctrl:
subdomain: "" # Mandatory; Your Cashctrl subdomain
api_key: "" # Mandatory; Your API key
```