Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better readme, min php version #14

Merged
merged 1 commit into from
Mar 3, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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