Skip to content

Commit

Permalink
Merge pull request #59 from intercom/jo/beta-5-packagist
Browse files Browse the repository at this point in the history
update composer
  • Loading branch information
josler committed Oct 28, 2014
2 parents e2e937f + 5a63032 commit 5b14860
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
16 changes: 6 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,26 @@
# intercom-php

Beta PHP bindings for the Intercom API (https://api.intercom.io).
PHP bindings for the Intercom API (https://api.intercom.io).

[API Documentation](https://api.intercom.io/docs)

[![Build Status](https://circleci.com/gh/intercom/intercom-php/tree/master.png)](https://circleci.com/gh/intercom/intercom-php/tree/master)

## Installation

The API client can be installed via [Composer](https://github.com/composer/composer). When a final public release is available it will be added to the [Packagist](https://packagist.org/) repository. For now you'll have to add the following to a composer.json file in the project root:
The API client can be installed via [Composer](https://github.com/composer/composer).

In your composer.json file:

```js
{
"repositories": [
{
"type": "vcs",
"url": "https://github.com/intercom/intercom-php"
}
],
"require": {
"intercom/intercom-api-client": "dev-master"
"intercom/intercom-php": "1.0.0-b5"
}
}
```

Once the composer.json file is created you can run `composer install` for the initial package install and `composer update` to updated to the latest version of the API client, which is linked to the `master` branch.
Once the composer.json file is created you can run `composer install` for the initial package install and `composer update` to update to the latest version of the API client.

The client uses [Guzzle](http://guzzle3.readthedocs.org).

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "intercom/intercom-api-client",
"name": "intercom/intercom-php",
"description": "Intercom API client built on top of Guzzle 3",
"keywords": ["intercom", "intercom.io", "api", "guzzle"],
"license": "MIT",
"license": "Apache Version 2",
"authors": [
{
"name": "Intercom Platform Team",
Expand Down

0 comments on commit 5b14860

Please sign in to comment.