Skip to content

Commit 8e93439

Browse files
committed
Cleaned readmy
1 parent 373780c commit 8e93439

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

README.md

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,11 @@
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
24
A bundle using an implementation of Zoho API subscription (zoho-subscription-api)
35

46
# Installing the Bundle
57

68
The 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```

0 commit comments

Comments
 (0)