https://github.com/loevgaard/dandomain-altapay-bundle
https://github.com/loevgaard/dandomain-altapay-bundle
bundle php symfony symfony-bundle
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/loevgaard/dandomain-altapay-bundle
- Owner: loevgaard
- License: mit
- Created: 2017-06-30T12:42:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-13T14:36:41.000Z (over 8 years ago)
- Last Synced: 2025-02-14T03:53:14.353Z (about 1 year ago)
- Topics: bundle, php, symfony, symfony-bundle
- Language: PHP
- Size: 291 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Dandomain AltaPay Bundle
[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]](LICENSE.md)
[![Build Status][ico-travis]][link-travis]
[![Coverage Status][ico-scrutinizer]][link-scrutinizer]
[![Quality Score][ico-code-quality]][link-code-quality]
[![Total Downloads][ico-downloads]][link-downloads]
A bundle for coupling a Dandomain payment to Altapay
## Install
Via Composer
```bash
$ composer require loevgaard/dandomain-altapay-bundle
```
### Update AppKernel.php
Then, enable the bundle by adding it to the list of registered bundles
in the `app/AppKernel.php` file of your project:
```php