Download the PHP package zfr/zfr-stripe-module without Composer
On this page you can find all versions of the php package zfr/zfr-stripe-module. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download zfr/zfr-stripe-module
More information about zfr/zfr-stripe-module
Files in zfr/zfr-stripe-module
Package zfr-stripe-module
Short Description Zend Framework 2 module for using ZfrStripe
License MIT
Homepage https://github.com/zf-fr/zfr-stripe-module
Informations about the package zfr-stripe-module
ZfrStripeModule
ZfrStripeModule is a Zend Framework 2 module that integrates with ZfrStripe.
Versions
For zend-servicemanager 2 use version 4.0
For zend-servicemanager 3 and above use version 5.0
Installation
To install ZfrStripeModule, use composer:
Enable ZfrStripeModule in your application.config.php
, then copy the file
vendor/zfr/zfr-stripe-module/config/zfr_stripe.local.php.dist
to the
config/autoload
directory of your application (don't forget to remove the
.dist
extension from the file name!).
zf-component-installer
If you use zf-component-installer, that plugin will install ZfrStripeModule as a module for you.
Usage
This module registers the ZfrStripe client in your application's service manager.
You can get it by requesting the service ZfrStripe\Client\StripeClient
:
For more information on the usage of ZfrStripe
, please refer to its documentation.
All versions of zfr-stripe-module with dependencies
zfr/zfr-stripe Version ~3.0
zendframework/zend-modulemanager Version ^2.8
zendframework/zend-servicemanager Version ^3.0