2017 © Pedro PelĆ”ez
 

library ipbwi

IPBWI integration for Laravel

image

haslv/ipbwi

IPBWI integration for Laravel

  • Thursday, July 23, 2015
  • by sLIDe5
  • Repository
  • 7 Watchers
  • 10 Stars
  • 205 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 1 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

IPBWI

IPBWI integration for Laravel 5.x. Powered by [HAS.LV] [2]., (*1)

Installation

Add package to composer.json, (*2)

"require": {
    "haslv/ipbwi": "1.1.*"
}

For Laravel 4.x use version 1.0.3 which uses IPBWI 3.6.6, (*3)

Update composer:, (*4)

composer update

Add service provider to app/config/app.php, (*5)

'Haslv\Ipbwi\IpbwiServiceProvider',

Add facade to app/config/app.php, (*6)

'IPBWI' => 'Haslv\Ipbwi\Facade',

Publish config file:, (*7)

php artisan vendor:publish

Usage

You can access IPBWI from facade., (*8)

Old usage:, (*9)

$member_info = $ipbwi->member->info();

New usage:, (*10)

$member_info = IPBWI::member()->info();

The Versions

23/07 2015

dev-master

9999999-dev

IPBWI integration for Laravel

  Sources   Download

GPL-3.0

The Requires

  • php >=5.4.0

 

by Jānis Burvis

laravel ipbwi

23/07 2015

1.1.0

1.1.0.0

IPBWI integration for Laravel

  Sources   Download

GPL-3.0

The Requires

  • php >=5.4.0

 

by Jānis Burvis

laravel ipbwi

23/07 2015

1.0.3

1.0.3.0

IPBWI integration for Laravel

  Sources   Download

GPL-3.0

The Requires

  • php >=5.4.0

 

by Jānis Burvis

laravel ipbwi

02/01 2015

1.0.2

1.0.2.0

IPBWI integration for Laravel

  Sources   Download

GPL-3.0

The Requires

  • php >=5.4.0

 

by Jānis Burvis

laravel ipbwi

02/01 2015

1.0.1

1.0.1.0

IPBWI integration for Laravel

  Sources   Download

GPL-3.0

The Requires

  • php >=5.4.0

 

by Jānis Burvis

laravel ipbwi

10/07 2014

1.0.0

1.0.0.0

IPBWI integration for Laravel

  Sources   Download

GPL-3.0

The Requires

  • php >=5.4.0

 

by Jānis Burvis

laravel ipbwi