2017 © Pedro Peláez
 

package laravel-pinpayments

Laravel service provider for the Pin Payments API using the neotix/pin-php API.

image

nikjaysix/laravel-pinpayments

Laravel service provider for the Pin Payments API using the neotix/pin-php API.

  • Monday, September 11, 2017
  • by NikJaySix
  • Repository
  • 1 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Pin Payments Wrapper for Laravel 5.+

This is a wrapper using the noetix/pin-php library for the Pin Payments API. It creates a service provider and facade for autoloading into laravel., (*1)

How to Install

Laravel 5.+

  1. Install the nikjaysix/laravel-pinpayments package, (*2)

    $ composer require nikjaysix/laravel-pinpayments
    
  2. Update config/app.php to activate the LaravelPinPayments package, (*3)

    # Add `LaravelPinPaymentsServiceProvider` to the `providers` array
    'providers' => array(
        ...
        NikJaySix\LaravelPinPayments\LaravelPinPaymentsServiceProvider::class,
    )
    
    # Add the `LaravelPinPaymentsFacade` to the `aliases` array
    'aliases' => array(
        ...
        'PinPayments' => NikJaySix\LaravelPinPayments\LaravelPinPaymentsFacade::class
    )
    
  3. Generate a PinPayments config file, (*4)

    $ php artisan vendor:publish
    
  4. Update app/config/chargify.php with your Pin Payments API credentials, (*5)

    return array(
        'key' => ''
    );
    

Example Usage

The Versions

11/09 2017

dev-master

9999999-dev

Laravel service provider for the Pin Payments API using the neotix/pin-php API.

  Sources   Download

Apache 2.0

The Requires

 

by Nicole Jay

11/09 2017

1.0.1

1.0.1.0

Laravel service provider for the Pin Payments API using the neotix/pin-php API.

  Sources   Download

Apache 2.0

The Requires

 

by Nicole Jay

11/09 2017

1

1.0.0.0

Laravel service provider for the Pin Payments API using the neotix/pin-php API.

  Sources   Download

Apache 2.0

The Requires

 

by Nicole Jay