2017 © Pedro Peláez
 

library azurecloudmap

PHP Utility library to interface with Microsoft Windows Azure Cloud API filesystem that works as in Laravel 4.2 as in pure php.

image

ridesoft/azurecloudmap

PHP Utility library to interface with Microsoft Windows Azure Cloud API filesystem that works as in Laravel 4.2 as in pure php.

  • Wednesday, February 18, 2015
  • by ridesoft
  • Repository
  • 2 Watchers
  • 1 Stars
  • 53 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 13 Versions
  • 0 % Grown

The README.md

Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

AzureCloudMap

PHP Utility library to interface with Microsoft Azure Cloud API filesystem that works as in Laravel 4.2 as in pure php., (*2)

Here API, (*3)

Use it in Laravel

Install

Add to your laravel application composer:, (*4)

"require": {
        "ridesoft/azurecloudmap": "0.4.*"
    },

Due to microsoft/windowsazure dependency with pear you must put your composer.json, (*5)

"repositories": [
        {
            "type": "pear",
            "url": "http://pear.php.net"
        }

    ],

Type composer install or composer update., (*6)

In your app/config/app.php add in array providers:, (*7)

'ridesoft\AzureCloudMap\AzureCloudMapServiceProvider'

and in array aliases:, (*8)

'AzureIO'           => 'ridesoft\AzureCloudMap\Facades\AzureIO',
'AzureUrl'          => 'ridesoft\AzureCloudMap\Facades\AzureUrl'

now publish your configuration with:, (*9)

php artisan config:publish ridesoft/azurecloudmap

Set your Azure parameters, (*10)

Use it pure PHP

Install

Add to your laravel application composer:, (*11)

"require": {
        "ridesoft/azurecloudmap": "0.4.*"
    },

Type composer install or composer update., (*12)

or, (*13)

just download or clone this library, (*14)

Functions and API

All function are documented in the API, (*15)

Laravel

For laravel run function from Ioc Container, using classes in the API, (*16)

For functions in filesystem style, an example:, (*17)

AzureIO::scandir($dir);

or for function url style:, (*18)

AzureUrl::download($url);

Pure Php

<?php
require __DIR__.'/../vendor/autoload.php';
use ridesoft\AzureCloudMap\AzureIO;
$config = require_once 'src/config/config.php';
$azure = new AzureIO($config);
echo var_dump($azure->scandir('pdf'));

You can find similar examples in examples folder, (*19)

The Versions

18/02 2015

dev-master

9999999-dev

PHP Utility library to interface with Microsoft Windows Azure Cloud API filesystem that works as in Laravel 4.2 as in pure php.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar ridesoft

laravel php microsoft azure cloud

18/02 2015

0.4.4

0.4.4.0

PHP Utility library to interface with Microsoft Windows Azure Cloud API filesystem that works as in Laravel 4.2 as in pure php.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar ridesoft

laravel php microsoft azure cloud

16/02 2015

0.4.3

0.4.3.0

PHP Utility library to interface with Microsoft Azure Cloud API filesystem that works as in Laravel 4.2 as in pure php.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar ridesoft

laravel php microsoft azure cloud

16/02 2015

0.4.2

0.4.2.0

PHP Utility library to interface with Microsoft Azure Cloud API filesystem that works as in Laravel 4.2 as in pure php.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar ridesoft

laravel php microsoft azure cloud

13/02 2015

0.4.1

0.4.1.0

PHP Utility library to interface with Microsoft Azure Cloud API filesystem that works as in Laravel 4.2 as in pure php.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar ridesoft

laravel php microsoft azure cloud

13/02 2015

0.4.0

0.4.0.0

PHP Utility library to interface with Microsoft Azure Cloud API filesystem that works as in Laravel 4.2 as in pure php.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar ridesoft

laravel php microsoft azure cloud

13/02 2015

dev-dev

dev-dev

PHP Utility library to interface with Microsoft Azure Cloud API filesystem that works as in Laravel 4.2 as in pure php.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar ridesoft

laravel php microsoft azure cloud

13/02 2015

0.3.2

0.3.2.0

PHP Utility library to interface with Microsoft Azure Cloud API filesystem that works as in Laravel 4.2 as in pure php.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar ridesoft

laravel php microsoft azure cloud

12/02 2015

0.3.1

0.3.1.0

PHP Utility library to interface with Microsoft Azure Cloud API filesystem that works as in Laravel 4.2 as in pure php.

  Sources   Download

The Requires

 

The Development Requires

by Avatar ridesoft

laravel php microsoft azure cloud

12/02 2015

0.3

0.3.0.0

PHP Utility library to interface with Microsoft Azure Cloud API filesystem that works as in Laravel 4.2 as in pure php.

  Sources   Download

The Requires

 

The Development Requires

by Avatar ridesoft

11/02 2015

0.2.1

0.2.1.0

PHP Utilities for Azure cloud API filesystem for Laravel 4.2

  Sources   Download

The Requires

 

The Development Requires

by Avatar ridesoft

11/02 2015

0.2

0.2.0.0

PHP Utilities for Azure cloud API filesystem for Laravel 4.2

  Sources   Download

The Requires

 

The Development Requires

by Avatar ridesoft

10/02 2015

0.1

0.1.0.0

PHP Utilities for Azure cloud API filesystem

  Sources   Download

The Requires

 

The Development Requires

by Avatar ridesoft