Skip to content

Commit

Permalink
Merge pull request #14 from StoreFactory/feature/better-readme
Browse files Browse the repository at this point in the history
Better readme, min php version
  • Loading branch information
tristanbes committed Mar 3, 2016
2 parents 5107803 + f0439ad commit 16a2718
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
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"`

1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
},
"description": "PHP library to retrieve Zoho Subscription via its API",
"require": {
"php": "~5.4|~7.0",
"guzzlehttp/guzzle": "^6.1",
"doctrine/cache": "^1.4"
},
Expand Down

0 comments on commit 16a2718

Please sign in to comment.