klinche / wells-fargo-ach-bundle
This bundle is used to help communicate with the Wells Fargo ACH Service
Installs: 3 363
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 4
Forks: 6
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.4.0
- ext-ssh2: *
- symfony/symfony: >=2.5
Requires (Dev)
- fabpot/php-cs-fixer: @stable
- mayflower/php-codebrowser: @stable
- pdepend/pdepend: @stable
- phploc/phploc: @stable
- phpmd/phpmd: @stable
- phpunit/phpunit: @stable
- sebastian/phpcpd: @stable
- squizlabs/php_codesniffer: @stable
- theseer/phpdox: @stable
This package is not auto-updated.
Last update: 2023-08-25 16:04:13 UTC
README
This bundle is used to help communicate with the Wells Fargo ACH Service
Installation
Omnipay is installed via Composer. To install, simply add it
to your composer.json
file:
{ "require": { "klinche/wells-fargo-ach-bundle": "@stable" } }
And run composer to update your dependencies:
$ curl -s http://getcomposer.org/installer | php
$ php composer.phar update