|
| 1 | +<p align="center"> |
| 2 | + <a href="https://momo.vn" target="_blank"> |
| 3 | + <img src="https://raw.githubusercontent.com/phpviet/omnipay-vtcpay/master/resources/logo.png" height="100px"> |
| 4 | + </a> |
| 5 | + <h1 align="center">Omnipay: VTCPay</h1> |
| 6 | + <br> |
| 7 | + <p align="center"> |
| 8 | + <a href="https://packagist.org/packages/phpviet/omnipay-vtcpay"><img src="https://img.shields.io/packagist/v/phpviet/omnipay-vtcpay.svg?style=flat-square" alt="Latest version"></a> |
| 9 | + <a href="https://travis-ci.org/phpviet/omnipay-vtcpay"><img src="https://img.shields.io/travis/phpviet/omnipay-vtcpay/master.svg?style=flat-square" alt="Build status"></a> |
| 10 | + <a href="https://scrutinizer-ci.com/g/phpviet/omnipay-vtcpay"><img src="https://img.shields.io/scrutinizer/g/phpviet/omnipay-vtcpay.svg?style=flat-square" alt="Quantity score"></a> |
| 11 | + <a href="https://styleci.io/repos/189053576"><img src="https://styleci.io/repos/189053576/shield?branch=master" alt="StyleCI"></a> |
| 12 | + <a href="https://packagist.org/packages/phpviet/omnipay-vtcpay"><img src="https://img.shields.io/packagist/dt/phpviet/omnipay-vtcpay.svg?style=flat-square" alt="Total download"></a> |
| 13 | + <a href="https://packagist.org/packages/phpviet/omnipay-vtcpay"><img src="https://img.shields.io/packagist/l/phpviet/omnipay-vtcpay.svg?style=flat-square" alt="License"></a> |
| 14 | + </p> |
| 15 | +</p> |
| 16 | + |
| 17 | +## Thông tin |
| 18 | + |
| 19 | +Thư viện hổ trợ tích cổng thanh toán MoMo phát triển trên nền tảng [Omnipay League](https://github.com/thephpleague/omnipay). |
| 20 | + |
| 21 | +## Cài đặt |
| 22 | + |
| 23 | +Cài đặt Omnipay VTCPay thông qua [Composer](https://getcomposer.org): |
| 24 | + |
| 25 | +```bash |
| 26 | +composer require phpviet/omnipay-vtcpay |
| 27 | +``` |
| 28 | +## Cách sử dụng |
| 29 | + |
| 30 | +### Tích hợp sẵn trên các framework phổ biến hiện tại |
| 31 | + |
| 32 | +- [`Laravel`](https://github.com/phpviet/laravel-omnipay) |
| 33 | +- [`Symfony`](https://github.com/phpviet/symfony-omnipay) |
| 34 | +- [`Yii`](https://github.com/phpviet/yii-omnipay) |
| 35 | + |
| 36 | +hoặc nếu bạn muốn sử dụng không dựa trên framework thì tiếp tục xem tiếp. |
| 37 | + |
| 38 | +### Khởi tạo yêu cầu thanh toán |
| 39 | + |
| 40 | + |
| 41 | +## Dành cho nhà phát triển |
| 42 | + |
| 43 | +Nếu như bạn cảm thấy thư viện chúng tôi còn thiếu sót hoặc sai sót và bạn muốn đóng góp để phát triển chung, |
| 44 | +chúng tôi rất hoan nghênh! Hãy tạo các `issue` để đóng góp ý tưởng cho phiên bản kế tiếp hoặc tạo `PR` |
| 45 | +để đóng góp phần thiếu sót hoặc sai sót. Riêng đối với các lỗi liên quan đến bảo mật thì phiền bạn gửi email đến |
| 46 | +vuongxuongminh@gmail.com thay vì tạo issue. Cảm ơn! |
0 commit comments