Download the PHP package ridesoft/azurecloudmap without Composer
On this page you can find all versions of the php package ridesoft/azurecloudmap. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ridesoft/azurecloudmap
More information about ridesoft/azurecloudmap
Files in ridesoft/azurecloudmap
Package azurecloudmap
Short Description PHP Utility library to interface with Microsoft Windows Azure Cloud API filesystem that works as in Laravel 4.2 as in pure php.
License MIT
Informations about the package azurecloudmap
AzureCloudMap
PHP Utility library to interface with Microsoft Azure Cloud API filesystem that works as in Laravel 4.2 as in pure php.
Here API
Use it in Laravel
Install
Add to your laravel application composer:
Due to microsoft/windowsazure dependency with pear you must put your composer.json
Type composer install or composer update.
In your app/config/app.php add in array providers:
and in array aliases:
now publish your configuration with:
Set your Azure parameters
Use it pure PHP
Install
Add to your laravel application composer:
Type composer install or composer update.
or
just download or clone this library
Functions and API
All function are documented in the API
Laravel
For laravel run function from Ioc Container, using classes in the API
For functions in filesystem style, an example:
or for function url style:
Pure Php
You can find similar examples in examples folder
All versions of azurecloudmap with dependencies
pear-pear.php.net/http_request2 Version *
pear-pear.php.net/mail_mimedecode Version *
microsoft/windowsazure Version *