storefactory / zoho-subscription-bundle
Zoho Subscription Bundle uses the zoho-subscription-api PHP client library
Installs: 22 392
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^7.0
- storefactory/zoho-subscription-api: ^2.0
- symfony/framework-bundle: ^3.3 | ^4.0
This package is auto-updated.
Last update: 2024-10-12 04:03:18 UTC
README
ZohoSubscriptionBundle
A bundle using an implementation of Zoho API subscription storefactory/zoho-subscription-api
Installing the API
The recommended way to install it is through Composer.
composer require zoho-subscription-bundle "^3.0"
Enabling the bundle
Open your AppKernel.php
and add:
new StoreFactory\ZohoSubscriptionBundle\ZohoSubscriptionBundle(),