Download the PHP package sellerlabs/modernmws-php without Composer
On this page you can find all versions of the php package sellerlabs/modernmws-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sellerlabs/modernmws-php
More information about sellerlabs/modernmws-php
Files in sellerlabs/modernmws-php
Package modernmws-php
Short Description PHP client for SellerLabs' Research API
License MIT
Informations about the package modernmws-php
research-php
This is the official PHP client library for SellerLabs' research API service (Previously known as NodeMWS/ModernMWS client).
Requirements
- PHP +5.6 or HHVM +3.6.
- Composer and
autoload.php
. - and of course: credentials to use the research service.
Documentation
- API documentation for the Research Service is available at: https://docs.sellerlabs.com/research/
- Documentation for this library is available under the
docs
directory in this repository, and can be viewed online at http://sellerlabs.github.io/research-php/
Installation & usage
Using composer:
First, add the package to your composer.json
:
Then run composer update
How to use with Laravel 5:
First you need to configure the client inside your app service provider:
Then inside any of your controllers, you can inject the dependency through the constructor:
Laravel's container is smart enough to automatically perform dependency injection, which adds the client parameter for you when initializing your controller's class
All versions of modernmws-php with dependencies
nesbot/carbon Version ^1.19
sellerlabs/nucleus Version 0.5.*