package laravel-pinpayments
Laravel service provider for the Pin Payments API using the neotix/pin-php API.
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
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.+
-
Install the nikjaysix/laravel-pinpayments
package, (*2)
$ composer require nikjaysix/laravel-pinpayments
-
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
)
-
Generate a PinPayments config file, (*4)
$ php artisan vendor:publish
-
Update app/config/chargify.php
with your Pin Payments API credentials, (*5)
return array(
'key' => ''
);
Example Usage
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
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
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