powerkernel / yii2-billing
Yii2 Billing
Installs: 112
Dependents: 0
Suggesters: 0
Security: 0
Stars: 11
Watchers: 5
Forks: 5
Open Issues: 1
Type:yii2-extension
Requires
- bitwasp/bitcoin: *
- endroid/qr-code: ~3.1
- paypal/rest-api-sdk-php: ~1.0
- picqer/php-barcode-generator: ~0.2.0
- yiisoft/yii2: ~2.0
README
Yii2 Billing
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist powerkernel/yii2-billing "*"
or add
"powerkernel/yii2-billing": "*"
to the require section of your composer.json
file, then run
php yii mongodb-migrate --migrationPath=@vendor/powerkernel/yii2-billing/migrations/ --migrationCollection=billing_migration