Download the PHP package davidjeddy/stripe-command-bus-interface without Composer
On this page you can find all versions of the php package davidjeddy/stripe-command-bus-interface. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download davidjeddy/stripe-command-bus-interface
More information about davidjeddy/stripe-command-bus-interface
Files in davidjeddy/stripe-command-bus-interface
Download davidjeddy/stripe-command-bus-interface
More information about davidjeddy/stripe-command-bus-interface
Files in davidjeddy/stripe-command-bus-interface
Vendor davidjeddy
Package stripe-command-bus-interface
Short Description Stripe Command Bus Interface
License MIT
Homepage https://github.com/davidjeddy/stripe-command-bus-interface#readme
Package stripe-command-bus-interface
Short Description Stripe Command Bus Interface
License MIT
Homepage https://github.com/davidjeddy/stripe-command-bus-interface#readme
Keywords stripecommand bus
Please rate this library. Is it a good library?
Informations about the package stripe-command-bus-interface
Stripe Command Bus Interface
Badges
Status / Version
EARLY ALPHA! I had a need so I created a solution. (See SemVer for an explanation of version numbering.)
Credit
Could not do this without the work of Eugene Terentev.
Description
A limited selection of command bus style classes that overlay the Stripe PHP API classes.
Install
Either
composer install davidjeddy/stripe-command-bus-interface
- or add
"davidjeddy/stripe-command-bus-interface": "*",
to your projects composer.json in therequired
sections, -THEN runcomposer install
.
Usage
1) Add the desired classes to your application classes use
statements.
2) Implement command bus logic in the class:
$response
is passed from the Stripe class response back to your application.- When mapping information for a Stripe class, it will always be contained within the 'data' array key.
All versions of stripe-command-bus-interface with dependencies
PHP Build Version
Package Version
The package davidjeddy/stripe-command-bus-interface contains the following files
Loading the files please wait ....