Download the PHP package proxymakers/proxymakers-php without Composer
On this page you can find all versions of the php package proxymakers/proxymakers-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download proxymakers/proxymakers-php
More information about proxymakers/proxymakers-php
Files in proxymakers/proxymakers-php
Package proxymakers-php
Short Description PHP Library for ProxyMakers API (with laravel support)
License MIT
Homepage https://proxymakers.com/developers
Informations about the package proxymakers-php
proyxmakers-php
ProxyMakers PHP Library (with laravel support)
please read our documentation for usage.
Installation
The recommended way to install this library is through Composer:
$ composer require proxymakers/proxymakers-php
If you're not familiar with composer
follow the installation instructions for
Linux/Unix/Mac or
Windows, and then read the
basic usage introduction.
Laravel 5.5 and up
You don't have to do anything else, this package uses the Package Auto-Discovery feature, and should be available as soon as you install it via Composer.
Laravel 5.4 or 5.3
Add the following Service Provider to your config/app.php providers array:
ProxyMakers\API\ProxyMakersServiceProvider::class,
Publish Laravel Configuratino Files (All Versions)
php artisan vendor:publish --provider="ProxyMakers\API\ProxyMakersServiceProvider"
Environment Variables
Standalone Usage
after installing with composer you can simply initiate a new instance of ProxyMakers class:
Laravel Usage
you can use dependency injection feature in any method of your controller or resolve it through laravel service container:
using dependency injection:
using service container:
Dependencies
The library uses Guzzle as its HTTP communication layer.
License
The MIT License (MIT). Please see License File for more information.