1010[ ![ Latest Version on Packagist] [ ico-version ]] [ link-packagist ]
1111[ ![ Total Downloads on Packagist] [ ico-download ]] [ link-packagist ]
1212[ ![ StyleCI] ( https://github.styleci.io/repos/169948762/shield?branch=master )] ( https://github.styleci.io/repos/169948762 )
13- [ ![ Maintainability] ( https://api.codeclimate.com/v1/badges/e6a80b17298cb4fcb56d/maintainability )] ( https://codeclimate.com/github/shetabit /payment/maintainability )
13+ [ ![ Maintainability] ( https://api.codeclimate.com/v1/badges/e6a80b17298cb4fcb56d/maintainability )] ( https://codeclimate.com/github/panicdevs /payment/maintainability )
1414[ ![ Quality Score] [ ico-code-quality ]] [ link-code-quality ]
1515
1616This is a Laravel Package for Payment Gateway Integration. This package supports ` Laravel 5.8+ ` .
@@ -103,7 +103,7 @@ For PHP integration you can use [shetabit/multipay](https://github.com/shetabit/
103103Via Composer
104104
105105``` bash
106- composer require shetabit /payment
106+ composer require panicdevs /payment
107107```
108108
109109## Publish Vendor Files
@@ -128,13 +128,13 @@ a. In your `config/app.php` file add these two lines.
128128// In your providers array.
129129'providers' => [
130130 ...
131- Shetabit \Payment\Provider\PaymentServiceProvider::class,
131+ PanicDevs \Payment\Provider\PaymentServiceProvider::class,
132132],
133133
134134// In your aliases array.
135135'aliases' => [
136136 ...
137- 'Payment' => Shetabit \Payment\Facade\Payment::class,
137+ 'Payment' => PanicDevs \Payment\Facade\Payment::class,
138138],
139139```
140140
@@ -516,19 +516,19 @@ If you discover any security related issues, please email
[email protected] 516516
517517The MIT License (MIT). Please see [ License File] ( LICENSE.md ) for more information.
518518
519- [ ico-version ] : https://img.shields.io/packagist/v/shetabit /payment.svg?style=flat-square
520- [ ico-download ] : https://img.shields.io/packagist/dt/shetabit /payment.svg?color=%23F18&style=flat-square
519+ [ ico-version ] : https://img.shields.io/packagist/v/panicdevs /payment.svg?style=flat-square
520+ [ ico-download ] : https://img.shields.io/packagist/dt/panicdevs /payment.svg?color=%23F18&style=flat-square
521521[ ico-license ] : https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
522- [ ico-code-quality ] : https://img.shields.io/scrutinizer/g/shetabit /payment.svg?label=Code%20Quality&style=flat-square
522+ [ ico-code-quality ] : https://img.shields.io/scrutinizer/g/panicdevs /payment.svg?label=Code%20Quality&style=flat-square
523523
524524[ link-fa ] : README-FA.md
525525[ link-en ] : README.md
526526[ link-zh ] : README-ZH.md
527- [ link-packagist ] : https://packagist.org/packages/shetabit /payment
528- [ link-code-quality ] : https://scrutinizer-ci.com/g/shetabit /payment
527+ [ link-packagist ] : https://packagist.org/packages/panicdevs /payment
528+ [ link-code-quality ] : https://scrutinizer-ci.com/g/panicdevs /payment
529529[ link-author ] : https://github.com/khanzadimahdi
530530[ link-contributors ] : ../../contributors
531531
532532## Star History
533533
534- [ ![ Star History Chart] ( https://api.star-history.com/svg?repos=shetabit /payment&type=Date )] ( https://star-history.com/#shetabit /payment&Date )
534+ [ ![ Star History Chart] ( https://api.star-history.com/svg?repos=panicdevs /payment&type=Date )] ( https://star-history.com/#panicdevs /payment&Date )
0 commit comments