File tree Expand file tree Collapse file tree 1 file changed +4
-15
lines changed
Expand file tree Collapse file tree 1 file changed +4
-15
lines changed Original file line number Diff line number Diff line change 1- # zoho-subscription-bundle
1+ [ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/StoreFactory/ZohoSubscriptionBundle/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/StoreFactory/ZohoSubscriptionBundle/?branch=master )
2+
3+ # ZohoSubscriptionBundle
24A bundle using an implementation of Zoho API subscription (zoho-subscription-api)
35
46# Installing the Bundle
57
68The recommended way to install it is through Composer.
9+ ` composer require store `
710
811### Install Composer
9-
10- ``` curl -sS https://getcomposer.org/installer | php ```
11-
12- Next, run the Composer command to install the latest version:
13-
14- ``` composer.phar require storefactory/zoho-subscription-bundle ```
15-
16- After installing, you need to require Composer's autoloader:
17-
18- ``` require 'vendor/autoload.php'; ```
19-
20- You can then later update the Bundle using composer:
21-
22- ``` composer.phar update ```
You can’t perform that action at this time.
0 commit comments