Skip to content

Commit

Permalink
Update installation instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
NoUseFreak committed Oct 18, 2015
1 parent 3cb2ac9 commit 84cddee
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,10 @@ PHP 5.3.3 and later.

## Composer

You can install the bindings via [Composer](http://getcomposer.org/). Add this to your `composer.json`:

```json
{
"require": {
"stripe/stripe-php": "3.*"
}
}
```

Then install via:
You can install the bindings via [Composer](http://getcomposer.org/). Run the following command:

```bash
composer install
composer require stripe/stripe-php
```

To use the bindings, use Composer's [autoload](https://getcomposer.org/doc/00-intro.md#autoloading):
Expand Down

0 comments on commit 84cddee

Please sign in to comment.