2017 © Pedro PelĂĄez
 

library stripe

Stripe PHP Library

image

arcanedev/stripe

Stripe PHP Library

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 62 Versions
  • 0 % Grown

The README.md

PHP library for Stripe Packagist License ![For PHP][badge_php]

Travis Status [![Coverage Status][badge_coverage]][link-scrutinizer] [Scrutinizer Code Quality][link-scrutinizer] ![SensioLabs Insight][badge_insight] Github Issues, (*1)

![Packagist][badge_package] Packagist Release ![Packagist Downloads][badge_downloads], (*2)

By ARCANEDEV©, (*3)

You can sign up for a Stripe account at https://stripe.com., (*4)

Requirements

- PHP >= 5.6.0
- ext-curl: *
- ext-json: *
- ext-mbstring: *

INSTALLATION

Composer

You can install the bindings via Composer. By running composer require arcanedev/stripe., (*5)

USAGE

Simple usage looks like :, (*6)

require_once('vendor/autoload.php');

use Arcanedev\Stripe\Stripe;
use Arcanedev\Stripe\Resources\Charge;

Stripe::setApiKey('your-stripe-api-key');

$charge = Charge::create([
    'card'     => [
        'number'    => '4242424242424242',
        'exp_month' => 8,
        'exp_year'  => 2018,
    ],
    'amount'   => 2000,
    'currency' => 'usd'
]);

var_dump($charge);

Documentation

Please see Stripe API Reference for up-to-date documentation., (*7)

Contribution

Any ideas are welcome. Feel free to submit any issues or pull requests, please check the contribution guidelines., (*8)

Security

If you discover any security related issues, please email arcanedev.maroc@gmail.com instead of using the issue tracker., (*9)

Credits

The Versions

29/11 2017

dev-master

9999999-dev https://github.com/ARCANEDEV/Stripe

Stripe PHP Library

  Sources   Download

MIT

The Requires

 

The Development Requires

api library payment pay stripe arcanedev

29/11 2017

5.2.0

5.2.0.0 https://github.com/ARCANEDEV/Stripe

Stripe PHP Library

  Sources   Download

MIT

The Requires

 

The Development Requires

api library payment pay stripe arcanedev

01/11 2017

dev-feature-exchange-rates

dev-feature-exchange-rates https://github.com/ARCANEDEV/Stripe

Stripe PHP Library

  Sources   Download

MIT

The Requires

 

The Development Requires

api library payment pay stripe arcanedev

28/10 2017

5.1.0

5.1.0.0 https://github.com/ARCANEDEV/Stripe

Stripe PHP Library

  Sources   Download

MIT

The Requires

 

The Development Requires

api library payment pay stripe arcanedev

25/10 2017

5.0.0

5.0.0.0 https://github.com/ARCANEDEV/Stripe

Stripe PHP Library

  Sources   Download

MIT

The Requires

 

The Development Requires

api library payment pay stripe arcanedev

21/09 2017

dev-develop

dev-develop https://github.com/ARCANEDEV/Stripe

Stripe PHP Library

  Sources   Download

MIT

The Requires

 

The Development Requires

api library payment pay stripe arcanedev

16/09 2017

v4.x-dev

4.9999999.9999999.9999999-dev https://github.com/ARCANEDEV/Stripe

Stripe PHP Library

  Sources   Download

MIT

The Requires

 

The Development Requires

api library payment pay stripe arcanedev

16/08 2017

dev-fix-custom-jp-addresses

dev-fix-custom-jp-addresses https://github.com/ARCANEDEV/Stripe

Stripe PHP Library

  Sources   Download

MIT

The Requires

 

The Development Requires

api library payment pay stripe arcanedev

04/07 2017

dev-fix-order_return

dev-fix-order_return https://github.com/ARCANEDEV/Stripe

Stripe PHP Library

  Sources   Download

MIT

The Requires

 

The Development Requires

api library payment pay stripe arcanedev

29/06 2017

4.12.0

4.12.0.0 https://github.com/ARCANEDEV/Stripe

Stripe PHP Library

  Sources   Download

MIT

The Requires

 

The Development Requires

api library payment pay stripe arcanedev

29/06 2017

4.11.0

4.11.0.0 https://github.com/ARCANEDEV/Stripe

Stripe PHP Library

  Sources   Download

MIT

The Requires

 

The Development Requires

api library payment pay stripe arcanedev

09/06 2017

dev-update-attached_object_count

dev-update-attached_object_count https://github.com/ARCANEDEV/Stripe

Stripe PHP Library

  Sources   Download

MIT

The Requires

 

The Development Requires

api library payment pay stripe arcanedev

26/05 2017

4.10.0

4.10.0.0 https://github.com/ARCANEDEV/Stripe

Stripe PHP Library

  Sources   Download

MIT

The Requires

 

The Development Requires

api library payment pay stripe arcanedev

04/05 2017

4.9.0

4.9.0.0 https://github.com/ARCANEDEV/Stripe

Stripe PHP Library

  Sources   Download

MIT

The Requires

 

The Development Requires

api library payment pay stripe arcanedev

23/04 2017

4.8.0

4.8.0.0 https://github.com/ARCANEDEV/Stripe

Stripe PHP Library

  Sources   Download

MIT

The Requires

 

The Development Requires

api library payment pay stripe arcanedev

14/04 2017

4.7.0

4.7.0.0 https://github.com/ARCANEDEV/Stripe

Stripe PHP Library

  Sources   Download

MIT

The Requires

  • php >=5.6
  • ext-curl *
  • ext-json *
  • ext-mbstring *

 

The Development Requires

api library payment pay stripe arcanedev

13/04 2017

4.6.0

4.6.0.0 https://github.com/ARCANEDEV/Stripe

Stripe PHP Library

  Sources   Download

MIT

The Requires

  • php >=5.6
  • ext-curl *
  • ext-json *
  • ext-mbstring *

 

The Development Requires

api library payment pay stripe arcanedev

22/03 2017

dev-update-remove_curl_dependency

dev-update-remove_curl_dependency https://github.com/ARCANEDEV/Stripe

Stripe PHP Library

  Sources   Download

MIT

The Requires

  • php >=5.6
  • ext-curl *
  • ext-json *
  • ext-mbstring *

 

The Development Requires

api library payment pay stripe arcanedev

21/03 2017

dev-patch-delete_source

dev-patch-delete_source https://github.com/ARCANEDEV/Stripe

Stripe PHP Library

  Sources   Download

MIT

The Requires

  • php >=5.6
  • ext-curl *
  • ext-json *
  • ext-mbstring *

 

The Development Requires

api library payment pay stripe arcanedev

19/01 2017

4.5.0

4.5.0.0 https://github.com/ARCANEDEV/Stripe

Stripe PHP Library

  Sources   Download

MIT

The Requires

  • php >=5.6
  • ext-curl *
  • ext-json *
  • ext-mbstring *

 

The Development Requires

api library payment pay stripe arcanedev

01/12 2016

4.4.0

4.4.0.0 https://github.com/ARCANEDEV/Stripe

Stripe PHP Library

  Sources   Download

MIT

The Requires

  • php >=5.6
  • ext-curl *
  • ext-json *
  • ext-mbstring *

 

The Development Requires

api library payment pay stripe arcanedev

23/11 2016

4.3.0

4.3.0.0 https://github.com/ARCANEDEV/Stripe

Stripe PHP Library

  Sources   Download

MIT

The Requires

  • php >=5.6
  • ext-curl *
  • ext-json *
  • ext-mbstring *

 

The Development Requires

api library payment pay stripe arcanedev

22/10 2016

4.2.0

4.2.0.0 https://github.com/ARCANEDEV/Stripe

Stripe PHP Library

  Sources   Download

MIT

The Requires

  • php >=5.6
  • ext-curl *
  • ext-json *
  • ext-mbstring *

 

The Development Requires

api library payment pay stripe arcanedev

22/10 2016

4.1.0

4.1.0.0 https://github.com/ARCANEDEV/Stripe

Stripe PHP Library

  Sources   Download

MIT

The Requires

  • php >=5.4
  • ext-curl *
  • ext-json *
  • ext-mbstring *

 

The Development Requires

api library payment pay stripe arcanedev

29/09 2016

4.0.0

4.0.0.0 https://github.com/ARCANEDEV/Stripe

Stripe PHP Library

  Sources   Download

MIT

The Requires

  • php >=5.4
  • ext-curl *
  • ext-json *
  • ext-mbstring *

 

The Development Requires

api library payment pay stripe arcanedev

17/09 2016

3.21.0

3.21.0.0 https://github.com/ARCANEDEV/Stripe

Stripe PHP Library

  Sources   Download

MIT

The Requires

  • php >=5.4
  • ext-curl *
  • ext-json *
  • ext-mbstring *

 

The Development Requires

api library payment pay stripe arcanedev

16/09 2016

3.20.0

3.20.0.0 https://github.com/ARCANEDEV/Stripe

Stripe PHP Library

  Sources   Download

MIT

The Requires

  • php >=5.4
  • ext-curl *
  • ext-json *
  • ext-mbstring *

 

The Development Requires

api library payment pay stripe arcanedev

16/09 2016

3.19.0

3.19.0.0 https://github.com/ARCANEDEV/Stripe

Stripe PHP Library

  Sources   Download

MIT

The Requires

  • php >=5.4
  • ext-curl *
  • ext-json *
  • ext-mbstring *

 

The Development Requires

api library payment pay stripe arcanedev

04/09 2016

3.18.0

3.18.0.0 https://github.com/ARCANEDEV/Stripe

Stripe PHP Library

  Sources   Download

MIT

The Requires

  • php >=5.4
  • ext-curl *
  • ext-json *
  • ext-mbstring *

 

The Development Requires

api library payment pay stripe arcanedev

10/08 2016

3.17.0

3.17.0.0 https://github.com/ARCANEDEV/Stripe

Stripe PHP Library

  Sources   Download

MIT

The Requires

  • php >=5.4
  • ext-curl *
  • ext-json *
  • ext-mbstring *

 

The Development Requires

api library payment pay stripe arcanedev

01/08 2016

3.16.0

3.16.0.0 https://github.com/ARCANEDEV/Stripe

Stripe PHP Library

  Sources   Download

MIT

The Requires

  • php >=5.4
  • ext-curl *
  • ext-json *
  • ext-mbstring *

 

The Development Requires

api library payment pay stripe arcanedev

29/07 2016

3.15.0

3.15.0.0 https://github.com/ARCANEDEV/Stripe

Stripe PHP Library

  Sources   Download

MIT

The Requires

  • php >=5.4
  • ext-curl *
  • ext-json *
  • ext-mbstring *

 

The Development Requires

api library payment pay stripe arcanedev

29/07 2016

3.14.1

3.14.1.0 https://github.com/ARCANEDEV/Stripe

Stripe PHP Library

  Sources   Download

MIT

The Requires

  • php >=5.4
  • ext-curl *
  • ext-json *
  • ext-mbstring *

 

The Development Requires

api library payment pay stripe arcanedev

28/07 2016

3.14.0

3.14.0.0 https://github.com/ARCANEDEV/Stripe

Stripe PHP Library

  Sources   Download

MIT

The Requires

  • php >=5.4
  • ext-curl *
  • ext-json *
  • ext-mbstring *

 

The Development Requires

api library payment pay stripe arcanedev

28/06 2016

3.13.4

3.13.4.0 https://github.com/ARCANEDEV/Stripe

Stripe PHP Library

  Sources   Download

MIT

The Requires

  • php >=5.4
  • ext-curl *
  • ext-json *
  • ext-mbstring *

 

The Development Requires

api library payment pay stripe arcanedev

21/06 2016

3.13.3

3.13.3.0 https://github.com/ARCANEDEV/Stripe

Stripe PHP Library

  Sources   Download

MIT

The Requires

  • php >=5.4
  • ext-curl *
  • ext-json *
  • ext-mbstring *

 

The Development Requires

api library payment pay stripe arcanedev

05/06 2016

3.13.2

3.13.2.0 https://github.com/ARCANEDEV/Stripe

Stripe PHP Library

  Sources   Download

MIT

The Requires

  • php >=5.4
  • ext-curl *
  • ext-json *
  • ext-mbstring *

 

The Development Requires

api library payment pay stripe arcanedev

05/06 2016

3.13.1

3.13.1.0 https://github.com/ARCANEDEV/Stripe

Stripe PHP Library

  Sources   Download

MIT

The Requires

  • php >=5.4
  • ext-curl *
  • ext-json *
  • ext-mbstring *

 

The Development Requires

api library payment pay stripe arcanedev

05/06 2016

3.13.0

3.13.0.0 https://github.com/ARCANEDEV/Stripe

Stripe PHP Library

  Sources   Download

MIT

The Requires

  • php >=5.4
  • ext-curl *
  • ext-json *
  • ext-mbstring *

 

The Development Requires

api library payment pay stripe arcanedev

05/05 2016

3.12.0

3.12.0.0 https://github.com/ARCANEDEV/Stripe

Stripe PHP Library

  Sources   Download

MIT

The Requires

  • php >=5.4
  • ext-curl *
  • ext-json *
  • ext-mbstring *

 

The Development Requires

api library payment pay stripe arcanedev

14/04 2016

3.11.0

3.11.0.0 https://github.com/ARCANEDEV/Stripe

Stripe PHP Library

  Sources   Download

MIT

The Requires

  • php >=5.4
  • ext-curl *
  • ext-json *
  • ext-mbstring *

 

The Development Requires

api library payment pay stripe arcanedev

01/04 2016

3.10.0

3.10.0.0 https://github.com/ARCANEDEV/Stripe

Stripe PHP Library

  Sources   Download

MIT

The Requires

  • php >=5.4
  • ext-curl *
  • ext-json *
  • ext-mbstring *

 

The Development Requires

api library payment pay stripe arcanedev

05/03 2016

3.9.1

3.9.1.0 https://github.com/ARCANEDEV/Stripe

Stripe PHP Library

  Sources   Download

MIT

The Requires

  • php >=5.4
  • ext-curl *
  • ext-json *
  • ext-mbstring *

 

The Development Requires

api library payment pay stripe arcanedev

10/02 2016

3.9.0

3.9.0.0 https://github.com/ARCANEDEV/Stripe

Stripe PHP Library

  Sources   Download

MIT

The Requires

  • php >=5.4
  • ext-curl *
  • ext-json *
  • ext-mbstring *

 

The Development Requires

api library payment pay stripe arcanedev

10/02 2016

3.8.0

3.8.0.0 https://github.com/ARCANEDEV/Stripe

Stripe PHP Library

  Sources   Download

MIT

The Requires

  • php >=5.4
  • ext-curl *
  • ext-json *
  • ext-mbstring *

 

The Development Requires

api library payment pay stripe arcanedev

27/01 2016

3.7.0

3.7.0.0 https://github.com/ARCANEDEV/Stripe

Stripe PHP Library

  Sources   Download

MIT

The Requires

  • php >=5.4
  • ext-curl *
  • ext-json *
  • ext-mbstring *

 

The Development Requires

api library payment pay stripe arcanedev

07/01 2016

3.6.0

3.6.0.0 https://github.com/ARCANEDEV/Stripe

Stripe PHP Library

  Sources   Download

MIT

The Requires

  • php >=5.4
  • ext-curl *
  • ext-json *
  • ext-mbstring *

 

The Development Requires

api library payment pay stripe arcanedev

02/12 2015

3.5.0

3.5.0.0 https://github.com/ARCANEDEV/Stripe

Stripe PHP Library

  Sources   Download

MIT

The Requires

  • php >=5.4
  • ext-curl *
  • ext-json *
  • ext-mbstring *

 

The Development Requires

api library payment pay stripe arcanedev

15/09 2015

3.4.0

3.4.0.0

Stripe PHP Library

  Sources   Download

MIT

The Requires

  • php >=5.4
  • ext-curl *
  • ext-json *
  • ext-mbstring *

 

The Development Requires

api library payment pay stripe arcanedev

12/09 2015

3.3.0

3.3.0.0

Stripe PHP Library

  Sources   Download

MIT

The Requires

  • php >=5.4
  • ext-curl *
  • ext-json *
  • ext-mbstring *

 

The Development Requires

api library payment pay stripe arcanedev

19/08 2015

3.2.0

3.2.0.0

Stripe PHP Library

  Sources   Download

MIT

The Requires

  • php >=5.4
  • ext-curl *
  • ext-json *
  • ext-mbstring *

 

The Development Requires

api library payment pay stripe arcanedev

07/08 2015

3.0.0

3.0.0.0

Stripe PHP Library

  Sources   Download

MIT

The Requires

  • php >=5.4
  • ext-curl *
  • ext-json *
  • ext-mbstring *

 

The Development Requires

api library payment pay stripe arcanedev

01/06 2015

2.1.2

2.1.2.0

Stripe PHP Library

  Sources   Download

MIT

The Requires

  • php >=5.4
  • ext-curl *
  • ext-json *
  • ext-mbstring *

 

The Development Requires

api library payment pay stripe arcanedev

31/05 2015

2.1.1

2.1.1.0

Stripe PHP Library

  Sources   Download

MIT

The Requires

  • php >=5.4
  • ext-curl *
  • ext-json *
  • ext-mbstring *

 

The Development Requires

api library payment pay stripe arcanedev

26/01 2015

2.1.0

2.1.0.0

Stripe PHP Library

  Sources   Download

MIT

The Requires

  • php >=5.4
  • ext-curl *
  • ext-json *
  • ext-mbstring *

 

The Development Requires

api library payment pay stripe arcanedev

16/01 2015

2.0.6

2.0.6.0

Stripe PHP Library

  Sources   Download

MIT

The Requires

 

The Development Requires

api library stripe payment processing

15/01 2015

2.0.5

2.0.5.0

Stripe PHP Library

  Sources   Download

MIT

The Requires

  • php >=5.4
  • ext-curl *
  • ext-json *
  • ext-mbstring *

 

The Development Requires

api library stripe payment processing

23/12 2014

2.0.4

2.0.4.0

Stripe PHP Library

  Sources   Download

MIT

The Requires

  • php >=5.4
  • ext-curl *
  • ext-json *
  • ext-mbstring *

 

The Development Requires

api library stripe payment processing

23/12 2014

2.0.3

2.0.3.0

Stripe PHP Library

  Sources   Download

MIT

The Requires

  • php >=5.4
  • ext-curl *
  • ext-json *
  • ext-mbstring *

 

The Development Requires

api library stripe payment processing

22/12 2014

2.0.2

2.0.2.0

Stripe PHP Library

  Sources   Download

MIT

The Requires

  • php >=5.4
  • ext-curl *
  • ext-json *
  • ext-mbstring *

 

The Development Requires

api library stripe payment processing

21/12 2014

2.0.1

2.0.1.0

Stripe PHP Library

  Sources   Download

MIT

The Requires

  • php >=5.4
  • ext-curl *
  • ext-json *
  • ext-mbstring *

 

The Development Requires

api library stripe payment processing

20/12 2014

2.0.0

2.0.0.0

Stripe PHP Library

  Sources   Download

MIT

The Requires

  • php >=5.4
  • ext-curl *
  • ext-json *
  • ext-mbstring *

 

The Development Requires

api library stripe payment processing