An open API service indexing awesome lists of open source software.

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

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