Download the PHP package maxcdn/php-maxcdn without Composer
On this page you can find all versions of the php package maxcdn/php-maxcdn. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download maxcdn/php-maxcdn
More information about maxcdn/php-maxcdn
Files in maxcdn/php-maxcdn
Package php-maxcdn
Short Description PHP Wrapper for MaxCDN Remote Web Services
License MIT
Homepage http://docs.maxcdn.com
Informations about the package php-maxcdn
MaxCDN REST API PHP Client
Requirements
- PHP 5.3 or above
- PHP Curl Extension
Installation with Composer
Composer is the recommended way to utilize the MaxCDN RWS SDK PHP library. For more information on how to use Composer, see http://www.getcomposer.org .
-
Add "maxcdn/php-maxcdn" as a dependency in your composer.json project file.
-
Download and install Composer (if not already installed).
- Install your package dependencies.
This will download the MaxCDN library and configure composer to use it. Composer will also build an autoloader for your use in the next step.
- Use Composer's autoloader.
Composer prepares an autoload file which autoloads the RWS library for you on demand. To use it, provide the following at the top of your PHP source files:
It is advised that you understand how to optimze Composer's usage in Production environments. For more information about Composer, visit http://getcomposer.org
The libraries are located in the src/ directory. The classes are organized in a PSR-0 hierarchy. You can use any PSR-0 compliant autoloader for this library. Composer is the recommended method (see above).
Usage
Methods
It has support for GET
, POST
, PUT
and DELETE
OAuth signed requests.
All versions of php-maxcdn with dependencies
ext-curl Version *