orkhanahmadov/laravel-goldenpay

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.editorconfig
.gitattributes
.github/FUNDING.yml
.gitignore
.scrutinizer.yml
.styleci.yml
.travis.yml
CONTRIBUTING.md
LICENSE.md
README.md
composer.json
database/migrations/goldenpay_payments_table.php.stub
phpunit.xml.dist
database/factories/FakePayableFactory.php7
database/factories/PaymentFactory.php14
src/Actions/PaymentEvent.php21
src/Commands/ResultCommand.php21
src/Events/PaymentCheckedEvent.php5
src/Events/PaymentCreatedEvent.php5
src/Events/PaymentEvent.php15
src/Events/PaymentSuccessfulEvent.php5
src/Facades/Goldenpay.php13
src/Goldenpay.php79
src/Http/Controllers/GoldenpayController.php30
src/LaravelGoldenpayServiceProvider.php33
src/Models/Payment.php71
src/QueryBuilders/PaymentQueryBuilder.php24
src/Traits/Payable.php40