Skip to content

Commit e0fab1f

Browse files
committed
update
1 parent 39fc6d6 commit e0fab1f

File tree

2 files changed

+21
-19
lines changed

2 files changed

+21
-19
lines changed

README.md

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
1-
# Omnipay: :gateway
1+
# Omnipay: ECPay
22

33
**Skeleton gateway for the Omnipay PHP payment processing library**
44

5-
[![Latest Version on Packagist](https://img.shields.io/packagist/v/:vendor/omnipay-:gateway.svg?style=flat-square)](https://packagist.org/packages/:vendor/omnipay-:gateway)
5+
[![Latest Version on Packagist](https://img.shields.io/packagist/v/omnipay-taiwan/omnipay-ecpay.svg?style=flat-square)](https://packagist.org/packages/omnipay-taiwan/omnipay-ecpay)
66
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
7-
[![Build Status](https://img.shields.io/travis/:vendor/omnipay-:gateway/master.svg?style=flat-square)](https://travis-ci.org/:vendor/omnipay-:gateway)
8-
[![Coverage Status](https://img.shields.io/scrutinizer/coverage/g/:vendor/omnipay-:gateway.svg?style=flat-square)](https://scrutinizer-ci.com/g/:vendor/omnipay-:gateway/code-structure)
9-
[![Quality Score](https://img.shields.io/scrutinizer/g/:vendor/omnipay-:gateway.svg?style=flat-square)](https://scrutinizer-ci.com/g/:vendor/omnipay-:gateway)
10-
[![Total Downloads](https://img.shields.io/packagist/dt/:vendor/omnipay-:gateway.svg?style=flat-square)](https://packagist.org/packages/:vendor/omnipay-:gateway)
7+
[![Build Status](https://img.shields.io/travis/omnipay-taiwan/omnipay-ecpay/master.svg?style=flat-square)](https://travis-ci.org/omnipay-taiwan/omnipay-ecpay)
8+
[![Coverage Status](https://img.shields.io/scrutinizer/coverage/g/omnipay-taiwan/omnipay-ecpay.svg?style=flat-square)](https://scrutinizer-ci.com/g/omnipay-taiwan/omnipay-ecpay/code-structure)
9+
[![Quality Score](https://img.shields.io/scrutinizer/g/omnipay-taiwan/omnipay-ecpay.svg?style=flat-square)](https://scrutinizer-ci.com/g/omnipay-taiwan/omnipay-ecpay)
10+
[![Total Downloads](https://img.shields.io/packagist/dt/omnipay-taiwan/omnipay-ecpay.svg?style=flat-square)](https://packagist.org/packages/omnipay-taiwan/omnipay-ecpay)
1111

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

13-
[Omnipay](https://github.com/thephpleague/omnipay) is a framework agnostic, multi-gateway payment
14-
processing library for PHP 5.3+. This package implements :gateway support for Omnipay.
15-
16-
**Note:** Replace `:vendor`, `:author_name`, `:author_username`, `:author_website`, `:author_email`, `:gateway`, `:package_description` and `:gateway` with their correct values in [README.md](README.md), [CHANGELOG.md](CHANGELOG.md), [CONTRIBUTING.md](CONTRIBUTING.md), [LICENSE.md](LICENSE.md) and [composer.json](composer.json) files, then delete this line.
15+
**Note:** Replace `omnipay-taiwan`, `:author_name`, `recca0120`, `:author_website`, `:author_email`, `ecpay`
16+
, `:package_description` and `ecpay` with their correct values in [README.md](README.md)
17+
, [CHANGELOG.md](CHANGELOG.md), [CONTRIBUTING.md](CONTRIBUTING.md), [LICENSE.md](LICENSE.md)
18+
and [composer.json](composer.json) files, then delete this line.
1719

1820
This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what
1921
PSRs you support to avoid any confusion with users and contributors.
@@ -23,14 +25,14 @@ PSRs you support to avoid any confusion with users and contributors.
2325
Instal the gateway using require. Require the `league/omnipay` base package and this gateway.
2426

2527
``` bash
26-
$ composer require league/omnipay :vendor/omnipay-:gateway
28+
$ composer require league/omnipay omnipay-taiwan/omnipay-ecpay
2729
```
2830

2931
## Usage
3032

3133
The following gateways are provided by this package:
3234

33-
* :gateway
35+
* ecpay
3436

3537
For general usage instructions, please see the main [Omnipay](https://github.com/thephpleague/omnipay) repository.
3638

@@ -40,12 +42,12 @@ If you are having general issues with Omnipay, we suggest posting on
4042
[Stack Overflow](http://stackoverflow.com/). Be sure to add the
4143
[omnipay tag](http://stackoverflow.com/questions/tagged/omnipay) so it can be easily found.
4244

43-
If you want to keep up to date with release announcements, discuss ideas for the project,
44-
or ask more detailed questions, there is also a [mailing list](https://groups.google.com/forum/#!forum/omnipay) which
45-
you can subscribe to.
45+
If you want to keep up to date with release announcements, discuss ideas for the project, or ask more detailed
46+
questions, there is also a [mailing list](https://groups.google.com/forum/#!forum/omnipay) which you can subscribe to.
4647

47-
If you believe you have found a bug, please report it using the [GitHub issue tracker](https://github.com/:vendor/omnipay-:gateway/issues),
48-
or better yet, fork the library and submit a pull request.
48+
If you believe you have found a bug, please report it using
49+
the [GitHub issue tracker](https://github.com/omnipay-taiwan/omnipay-ecpay/issues), or better yet, fork the library and
50+
submit a pull request.
4951

5052
## Change log
5153

@@ -67,7 +69,7 @@ If you discover any security related issues, please email :author_email instead
6769

6870
## Credits
6971

70-
- [:author_name](https://github.com/:author_username)
72+
- [:author_name](https://github.com/recca0120)
7173
- [All Contributors](../../contributors)
7274

7375
## License

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "omnipay-taiwan/ecpay",
2+
"name": "omnipay-taiwan/omnipay-ecpay",
33
"description": "ECPay driver for the Omnipay payment processing library",
44
"keywords": [
55
"omnipay",

0 commit comments

Comments
 (0)