2017 © Pedro Peláez
 

library rapnet

Rapnet Price SOAP Wrapper for Laravel 5

image

seansch/rapnet

Rapnet Price SOAP Wrapper for Laravel 5

  • Tuesday, April 5, 2016
  • by seansch
  • Repository
  • 1 Watchers
  • 0 Stars
  • 51 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 2 % Grown

The README.md

Rapnet Price SOAP Wrapper

Installation

First, pull in the package through Composer., (*1)

"require": {
    "seansch/rapnet": "dev-master"
}

And then, if using Laravel 5, include the service provider within app/config/app.php., (*2)

'providers' => [
    'Seansch\Rapnet\RapnetServiceProvider'
];

And, for convenience, add a facade alias to this same file at the bottom:, (*3)

'aliases' => [
    'Rapnet' => 'Seansch\Rapnet\RapnetFacade'
];

Publish the config file app/config/rapnet.php and edit with your details, (*4)

php artisan vendor:publish

Usage

Rapnet::setDiamondParams(
    $request->input('diamond_shape'),
    $request->input('carat_weight'),
    $request->input('diamond_color'),
    $request->input('estimated_clarity')
);

$price = Rapnet::getPrice();

The Versions

05/04 2016

dev-master

9999999-dev

Rapnet Price SOAP Wrapper for Laravel 5

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Sean Schoonover

05/04 2016

v0.2.1

0.2.1.0

Rapnet Price SOAP Wrapper for Laravel 5

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Sean Schoonover

08/03 2016

v0.2

0.2.0.0

Rapnet Price SOAP Wrapper for Laravel 5

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Sean Schoonover

15/10 2015

0.1

0.1.0.0

Rapnet Price SOAP Wrapper for Laravel 5

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Sean Schoonover