2017 © Pedro Peláez
 

library ingenico

Laravel 5 Wrapper for Ingenico Payments

image

bardela/ingenico

Laravel 5 Wrapper for Ingenico Payments

  • Friday, January 5, 2018
  • by bardela
  • Repository
  • 1 Watchers
  • 0 Stars
  • 45 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 8 Versions
  • 2 % Grown

The README.md

ingenico

Latest Version on Packagist ![Software License][ico-license] Total Downloads, (*1)

Install

Via Composer, (*2)

``` bash $ composer require bardela/ingenico, (*3)


Add ServiceProvider in your `app.php` config file. ```php // config/app.php 'providers' => [ ... Bardela\Ingenico\IngenicoServiceProvider::class, ]

and instead on aliases, (*4)

// config/app.php
'aliases' => [
    ...
    'Ingenico'         => Bardela\Ingenico\Facade::class,
]

Configuration

Publish the config by running:, (*5)

bash php artisan vendor:publish --provider="Bardela\Ingenico\IngenicoServiceProvider" Then there must be a new ingenico.php in your main config directory Edit this new file and set up the values with your Ingenico access data mostly. For the others, type the ones you want, (*6)

Usage

You can find the examples IngenicoController.php and routes.php Copy the lines you want from this package routes.php to your main routes.php in order to try some payment examples. Then, visit these new urls in your browser. - http://YOURDOMAIN/ingenico/testconnection - http://YOURDOMAIN/ingenico/example1 - http://YOURDOMAIN/ingenico/example2request - http://YOURDOMAIN/ingenico/example3request, (*7)

Change log

Please see CHANGELOG for more information what has changed recently., (*8)

License

The MIT License (MIT). Please see License File for more information., (*9)

The Versions

05/01 2018

dev-develop

dev-develop https://github.com/bardela/ingenico

Laravel 5 Wrapper for Ingenico Payments

  Sources   Download

MIT

The Requires

 

by Billy A.

ingenico bardela

23/11 2017

dev-master

9999999-dev https://github.com/bardela/ingenico

Laravel 5 Wrapper for Ingenico Payments

  Sources   Download

MIT

The Requires

 

by Billy Ardela
by Billy A.

ingenico bardela

23/11 2017

1.0.1

1.0.1.0 https://github.com/bardela/ingenico

Laravel 5 Wrapper for Ingenico Payments

  Sources   Download

MIT

The Requires

 

by Billy A.

ingenico bardela

16/11 2017

1.0.0

1.0.0.0 https://github.com/bardela/ingenico

Laravel 5 Wrapper for Ingenico Payments

  Sources   Download

MIT

The Requires

 

by Billy A.

ingenico bardela

26/10 2017

0.3.2

0.3.2.0

Laravel 5 Wrapper for Ingenico Payments

  Sources   Download

MIT

The Requires

 

by Billy A.

11/10 2017

0.3.1

0.3.1.0

Laravel 5 Wrapper for Ingenico Payments

  Sources   Download

MIT

The Requires

 

by Billy A.

10/10 2017

0.2.1

0.2.1.0

Laravel 5 Wrapper for Ingenico Payments

  Sources   Download

MIT

The Requires

 

by Billy A.

05/10 2017

0.1.0

0.1.0.0

Laravel 5 Wrapper for Ingenico Payments

  Sources   Download

MIT

The Requires

 

by Billy A.