We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 97fa50b + e0f758c commit 5c9a325Copy full SHA for 5c9a325
README.md
@@ -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