Skip to content

Commit 5c9a325

Browse files
Merge branch 'master' of github.com:StoreFactory/zoho-subscription-api
2 parents 97fa50b + e0f758c commit 5c9a325

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# zoho-subscription-api
2+
An implementation of Zoho API subscription in PHP
3+
4+
# Installing the API
5+
6+
The recommended way to install it is through Composer.
7+
8+
### 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-api```
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 API using composer:
21+
22+
```composer.phar update```

0 commit comments

Comments
 (0)