spathon/laravel-stripe

Minimal Laravel 5 package wrapper for Stripe SDK 3
249 2
Install
composer require spathon/laravel-stripe
Latest Version:1.0.4
License:MIT
Last Updated:Aug 5, 2015
Links: GitHub  ·  Packagist
Maintainer: spathon

A minimal Laravel 5 package for Stripe PHP API ~3.1

Installation

  • Add "spathon/laravel-stripe": "~1.0" to composer.json
  • Run composer update
  • Add Spathon\LaravelStripe\LaravelStripeServiceProvider::class to providers in config/app.php
  • Set the stripe secret in config/services.php ( use .env for this )

Usage

All this package is doing is setting the Stripe secret key so you can use the Stripe SDK anywhere anytime.
Basicly just add use Stripe\Stripe;

Why?

I created this package mostly to learn how to make a package. Most stripe packages was for L4

Related Packages

krenor/skippy

A library for sending AMQP messages to queues or exchanges with Laravel/Lumen

0 0
latrell/qqwry

纯真 IP 库 Laravel 版 。

4,731 26
gman29/l5-ldap-auth

Laravel 5 Active Directory LDAP Authentication driver

89 1
socialiteproviders/stripe

Stripe OAuth2 Provider for Laravel Socialite

1,107,652 9