Libraries tagged by rerun
splitit/splitit-sdk-sdk
9 Downloads
Splitit's Installments API is the primary Splitit tool for establishing and maintaining installment plans. Use it to verify shopper eligibility, create plans with or without immediate authorization, get plan information, update plan status, and process refunds and cancellations.
splitit/splitit-php-sdk
0 Downloads
Splitit's Installments API is the primary Splitit tool for establishing and maintaining installment plans. Use it to verify shopper eligibility, create plans with or without immediate authorization, get plan information, update plan status, and process refunds and cancellations.
shopblocks-engineering/omnipay-realex-v1
46 Downloads
Realex driver with 3D Secure & refund support for Omnipay payment processing library
raselswe/bkash
8 Downloads
RaselSwe Bkash is payment gateway to accpent and refund bkash payment in marchent account
phpguus/flysystem-raid
21 Downloads
A flysystem driver for Redundant Array of Independent Disk configurations.
panyanyany/laravel-exception-filter
17 Downloads
Filter some redundant file lines from stack trace.
level51/silverstripe-data-documents
42 Downloads
A CQRS-style approach for managing data redundancy "the good way"
kamrul-haque/laravel-stripe-payment
110 Downloads
Add Stripe payment functionality with partial refund feature to your existing Laravel project. The package uses the latest stripe.js v3 and fully customizable to your need.
ivanchavez01/condusef
9 Downloads
Integración de servicios Condusef Redeco y Reune con PHP
haddowg/omnipay-realex
23 Downloads
Realex driver with 3D Secure & refund support for Omnipay payment processing library
gtheron/rest-bundle
9 Downloads
A bundle based on FriendsOfSymfony/RestBundle. Gives a base pattern for Resource definition and manipulation, along with base Controllers and Services to avoid REST resource manipulation code redundancy.
gipfl/test
55 Downloads
Tries to remove redundancy from our tests
edward144/php-mailer-failover
7 Downloads
A PHP Mailer class that allows for multiple redundant SMTP services to be configured.
deepbajwa3/instamojo
8 Downloads
Laravel InstaMojo provides an expressive, fluent interface to Instamojo's payment and refund services.
custom-laravel-form-request/validator
1 Downloads
Validator Form Request which may be used for validating data after parsing. For example we got big jsob string and we cannot change this, so what we need to do is to use Validator in laravel and provide in controller all the shit code like rules.. if fails and another. This class can validate this json after parsing without redundant code in controller, simply add data, next validation steps will processed automatically, rules and another logic is hidden in this class.