2017 © Pedro Peláez
 

library laravel-mollie

Mollie Service provider for Laravel

image

eboost/laravel-mollie

Mollie Service provider for Laravel

  • Tuesday, August 16, 2016
  • by BertvanHoekelen
  • Repository
  • 4 Watchers
  • 3 Stars
  • 264 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

THIS PROJECT IS NO LONGER MAINTAINED OR UP TO DATE. USE THE OFFICIAL mollie/laravel-mollie PACKAGE

laravel-mollie

This is a package to integrate Mollie with Laravel. You can use it to easily manage your configuration, and use the Facade to provide shortcuts to the Mollie Client., (*1)

Install

Via Composer, (*2)

``` bash $ composer require eboost/laravel-mollie, (*3)


## Installation Via Composer $ composer require eboost/laravel-mollie After updating composer, add the LaravelMollieServiceProvider to the providers array in config/app.php Eboost\Mollie\LaravelMollieServiceProvider::class, You need to publish the config for this package. A sample configuration is provided. The defaults will be merged with gateway specific configuration. $ php artisan vendor:publish To use the Facade (`\Mollie::getMethods()` instead of `App::make('mollie')->getMethods()`), add that to the facades array. 'Mollie' => Eboost\Mollie\Facades\Mollie::class, ## Examples ``` php // List Methods $methods = \Mollie::getMethods()->all(); foreach ($methods as $method) { echo '<div style="line-height:40px; vertical-align:top">'; echo '<img src="' . htmlspecialchars($method->image->normal) . '"> '; echo htmlspecialchars($method->description); echo ' (' . htmlspecialchars($method->id). ')'; echo '</div>'; }

Credits

The Versions

16/08 2016

dev-master

9999999-dev https://github.com/eboost/laravel-mollie

Mollie Service provider for Laravel

  Sources   Download

MIT

The Requires

 

laravel mollie

01/02 2016

1.0.1

1.0.1.0 https://github.com/eboost/laravel-mollie

Mollie Service provider for Laravel

  Sources   Download

MIT

The Requires

 

laravel mollie

17/12 2015

1.0.0

1.0.0.0 https://github.com/eboost/laravel-mollie

Mollie Service provider for Laravel

  Sources   Download

MIT

The Requires

 

laravel mollie