Skip to content

Commit

Permalink
Update Readme.md and composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MujibAzizi committed Feb 24, 2015
1 parent 3280204 commit 175989f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 23 deletions.
22 changes: 5 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,18 @@

**Adyen driver for the Omnipay PHP payment processing library**

[![Build Status](https://travis-ci.org/PeoplePerHour/omnipay-adyen.png?branch=master)](https://travis-ci.org/PeoplePerHour/omnipay-adyen)
[![Latest Stable Version](https://poser.pugx.org/PeoplePerHour/omnipay-adyen/version.png)](https://packagist.org/packages/PeoplePerHour/omnipay-adyen)
[![Total Downloads](https://poser.pugx.org/PeoplePerHour/omnipay-adyen/d/total.png)](https://packagist.org/packages/PeoplePerHour/omnipay-adyen)
[![Build Status](https://travis-ci.org/MujibAzizi/omnipay-adyen.svg)](https://travis-ci.org/MujibAzizi/omnipay-adyen)

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

## Installation

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

```json
{
"require": {
"PeoplePerHour/omnipay-adyen": "~2.0"
}
}
```

And run composer to update your dependencies:

$ curl -s http://getcomposer.org/installer | php
$ php composer.phar update
composer require nilvola/omnipay-adyen
```

## Basic Usage

Expand All @@ -46,5 +34,5 @@ If you want to keep up to date with release anouncements, discuss ideas for the
or ask more detailed questions, there is also a [mailing list](https://groups.google.com/forum/#!forum/omnipay) which
you can subscribe to.

If you believe you have found a bug, please report it using the [GitHub issue tracker](https://github.com/PeoplePerHour/omnipay-adyen/issues),
If you believe you have found a bug, please report it using the [GitHub issue tracker](https://github.com/MujibAzizi/omnipay-adyen/issues),
or better yet, fork the library and submit a pull request.
11 changes: 5 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,13 @@
"pay",
"payment"
],
"homepage": "https://github.com/PeoplePerHour/omnipay-adyen",
"homepage": "https://github.com/MujibAzizi/omnipay-adyen",
"license": "MIT",
"authors": [
{
"name": "Mujib Azizi",
"email" : "[email protected]"
},
{
"name": "Adrian Macneil",
"email": "[email protected]"
Expand All @@ -34,10 +38,5 @@
},
"require-dev": {
"omnipay/tests": "~2.0"
},
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
}
}

0 comments on commit 175989f

Please sign in to comment.