Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
colinodell committed Apr 18, 2018
1 parent 2ef6af3 commit 1ad2394
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,16 @@
[![Total Downloads](https://poser.pugx.org/colinodell/omnipay-zero/d/total.png)](https://packagist.org/packages/colinodell/omnipay-zero)

[Omnipay](https://github.com/thephpleague/omnipay) is a framework agnostic, multi-gateway payment
processing library for PHP 5.3+. This package implements zero-amount support for Omnipay (for free orders).
processing library for PHP. This package implements zero-amount support for Omnipay (for free orders).

## Installation

This driver is installed via [Composer](http://getcomposer.org/). To install, simply add it
to your `composer.json` file:
This driver can be installed via [Composer](http://getcomposer.org/):

```json
{
"require": {
"colinodell/omnipay-zero": "~2.0"
}
}
```bash
composer require colinodell/omnipay-zero
```

And run composer to update your dependencies:

$ curl -s http://getcomposer.org/installer | php
$ php composer.phar update

## Basic Usage

The following gateways are provided by this package:
Expand Down

0 comments on commit 1ad2394

Please sign in to comment.