-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from StoreFactory/feature/better-readme
Better readme, min php version
- Loading branch information
Showing
2 changed files
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/StoreFactory/zoho-subscription-api/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/StoreFactory/zoho-subscription-api/?branch=master) | ||
|
||
# zoho-subscription-api | ||
An implementation of Zoho API subscription in PHP with cache handling | ||
An implementation of Zoho API subscription in PHP with cache handling (with [doctrine/cache](https://github.com/doctrine/cache)) | ||
|
||
If you're using Symfony2, you should be interested in [ZohoSubscriptionBundle](https://github.com/StoreFactory/ZohoSubscriptionBundle) | ||
|
||
# Installing the API | ||
The recommended way to install it is through Composer. | ||
The recommended way to install it is through [Composer](http://getcomposer.org/download/). | ||
|
||
`composer require storefactory/zoho-subscription-api ">=0.0.2"` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters