2017 © Pedro Peláez
 

library stripe

Stripe data provider for Porter.

image

provider/stripe

Stripe data provider for Porter.

  • Monday, April 9, 2018
  • by Bilge
  • Repository
  • 1 Watchers
  • 2 Stars
  • 5,456 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 13 Versions
  • 6 % Grown

The README.md

Stripe

Latest version Total downloads ![Build status][Build image] Test coverage ![Code style][Style image], (*1)

A Porter provider for Stripe, an online payment processor. Unlike the official library, this implementation supports multiple instances and testing with mocks because it does not rely on global state., (*2)

This implementation currently is incomplete, however the API design currently serves as one of the better reference implementations for those wishing to write similar providers for other services. Pull requests for missing Stripe API features are more than welcome., (*3)

Usage

Add the dependency to your Composer files require section., (*4)

"provider/stripe": "^3"

Once the provider is registered simply import any of its resources to invoke Stripe functionality. For example, to create a charge we could import CreateCharge., (*5)

$card = new Card('4242424242424242', 12, 2020, '123');
$response = $porter->importOne(new ImportSpecification(new CreateCharge($card)));

Requirements

The Versions

09/04 2018

dev-master

9999999-dev

Stripe data provider for Porter.

  Sources   Download

The Requires

 

The Development Requires

by Avatar Bilge

09/04 2018

4.0.x-dev

4.0.9999999.9999999-dev

Stripe data provider for Porter.

  Sources   Download

The Requires

 

The Development Requires

by Avatar Bilge

09/04 2018

3.0.0

3.0.0.0

Stripe data provider for Porter.

  Sources   Download

The Requires

 

The Development Requires

by Avatar Bilge

21/06 2017

2.2.1

2.2.1.0

Stripe data provider for Porter.

  Sources   Download

The Requires

 

The Development Requires

by Avatar Bilge

04/05 2017

2.2.0

2.2.0.0

Stripe data provider for Porter.

  Sources   Download

The Requires

 

The Development Requires

by Avatar Bilge

27/02 2017

2.1.2

2.1.2.0

Stripe data provider for Porter.

  Sources   Download

The Requires

 

The Development Requires

by Avatar Bilge

22/12 2016

2.1.1

2.1.1.0

Stripe data provider for Porter.

  Sources   Download

The Requires

 

The Development Requires

by Avatar Bilge

15/12 2016

2.1.0

2.1.0.0

Stripe data provider for Porter.

  Sources   Download

The Requires

 

The Development Requires

by Avatar Bilge

17/10 2016

2.0.0

2.0.0.0

Stripe data provider for Porter.

  Sources   Download

The Requires

 

The Development Requires

by Avatar Bilge

31/08 2016

1.2.0

1.2.0.0

Stripe data provider for Porter.

  Sources   Download

The Requires

 

The Development Requires

by Avatar Bilge

31/08 2016

1.1.0

1.1.0.0

Stripe data provider for Porter.

  Sources   Download

The Requires

 

The Development Requires

by Avatar Bilge

16/08 2016

1.0.1

1.0.1.0

Stripe data provider for Porter.

  Sources   Download

The Requires

 

The Development Requires

by Avatar Bilge

15/08 2016

1.0.0

1.0.0.0

Stripe data provider for Porter.

  Sources   Download

The Requires

 

The Development Requires

by Avatar Bilge