2017 © Pedro Peláez
 

library shipcloud-laravel

shipcloud laravel wrapper

image

comyo-media/shipcloud-laravel

shipcloud laravel wrapper

  • Monday, August 17, 2015
  • by dennisoderwald
  • Repository
  • 2 Watchers
  • 0 Stars
  • 74 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

shipcloud-laravel

An easy-to-use PHP package to communicate with shipcloud's API & Laravel 5+., (*1)

Installation

1) Install the comyo-media/shipcloud-laravel package, (*2)

$ composer require comyo-media/shipcloud-laravel

2) Update config/app.php to activate shipcloud, (*3)

# Add `ShipcloudLaravelServiceProvider` to the `providers` array
'providers' => array(
  ...
  ComyoMedia\ShipcloudLaravel\ShipcloudLaravelServiceProvider::class,
)

# Add the `ShipcloudFacade` to the `aliases` array
'aliases' => array(
  ...
  'Shipcloud' => ComyoMedia\ShipcloudLaravel\ShipcloudFacade::class,
)

3) Create the configuration file config/shipcloud.php:, (*4)

$ php artisan vendor:publish

4) Configure your api_key in your .env file:, (*5)

SHIPCLOUD_API_KEY=YOUR-API-KEY-HERE

Reporting Bugs or Feature Requests

Please report any bugs or feature requests on the github issues page for this project here:, (*6)

https://github.com/comyo-media/shipcloud-laravel/issues, (*7)

The Versions

17/08 2015

dev-master

9999999-dev

shipcloud laravel wrapper

  Sources   Download

The Requires

 

by Dennis Oderwald
by comyo.media

laravel api php shipcloud

16/08 2015

1.0

1.0.0.0

shipcloud laravel wrapper

  Sources   Download

The Requires

 

by Dennis Oderwald
by comyo.media

laravel api php shipcloud