2017 © Pedro PelĂĄez
 

library ovh-swift-laravel

Library to use OVH PCI Object Storage API with Laravel.

image

wooxo/ovh-swift-laravel

Library to use OVH PCI Object Storage API with Laravel.

  • Monday, January 18, 2016
  • by wooxo
  • Repository
  • 4 Watchers
  • 5 Stars
  • 1,165 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 13 Versions
  • 1 % Grown

The README.md

OvhSwiftLaravel

Build Status Latest Stable Version Total Downloads, (*1)

It's a library for Laravel 4.2., (*2)

Library to use OVH PCI Object Storage API with Laravel Based on work from : https://github.com/drauta/runabove-laravel., (*3)

Installation

Install using composer:, (*4)

composer require wooxo/ovh-swift-laravel "~0.1"

Publish config and complete informations (use OVH API to get Credentials), (*5)

php artisan config:publish wooxo/ovh-swift-laravel

Add provider in config.app, (*6)

'providers' = array(
    [...],
    'Wooxo\OvhSwiftLaravel\OvhSwiftLaravelServiceProvider'
);

Usage

Get file list, (*7)

$client = new OvhSwiftLaravel();
$client->fileList();

Upload a file, (*8)

$client = new OvhSwiftLaravel();
$client->filePut('path/to/the/file');

Get an uploaded file, (*9)

$client = new OvhSwiftLaravel();
$client->fileGet('hello_world.txt');

Delete an uploaded file, (*10)

$client = new OvhSwiftLaravel();
$client->fileDelete('hello_world.txt');

Check if a file exists, (*11)

$client = new OvhSwiftLaravel();
$client->fileExists('hello_world.txt');

The Versions

18/01 2016

dev-master

9999999-dev https://github.com/wooxo/OvhSwiftLaravel

Library to use OVH PCI Object Storage API with Laravel.

  Sources   Download

MIT

The Requires

 

by Wooxo SA

laravel ovh swift

18/01 2016

v1.0.2

1.0.2.0 https://github.com/wooxo/OvhSwiftLaravel

Library to use OVH PCI Object Storage API with Laravel.

  Sources   Download

MIT

The Requires

 

by Wooxo SA

laravel ovh swift

18/01 2016

v1.0.1

1.0.1.0 https://github.com/wooxo/OvhSwiftLaravel

Library to use OVH PCI Object Storage API with Laravel.

  Sources   Download

MIT

The Requires

 

by Wooxo SA

laravel ovh swift

18/01 2016

v1.0.0

1.0.0.0 https://github.com/wooxo/OvhSwiftLaravel

Library to use OVH PCI Object Storage API with Laravel.

  Sources   Download

MIT

The Requires

 

by Wooxo SA

laravel ovh swift

16/12 2015

0.1.8

0.1.8.0 https://github.com/wooxo/OvhSwiftLaravel

Library to use OVH PCI Object Storage API with Laravel 4.2.

  Sources   Download

MIT

The Requires

 

by Wooxo SA

laravel ovh swift

02/09 2015

0.1.7

0.1.7.0 https://github.com/wooxo/OvhSwiftLaravel

Library to use OVH PCI Object Storage API with Laravel 4.2.

  Sources   Download

MIT

The Requires

 

by Wooxo SA

laravel ovh swift

02/09 2015

0.1.6

0.1.6.0 https://github.com/wooxo/OvhSwiftLaravel

Library to use OVH PCI Object Storage API with Laravel 4.2.

  Sources   Download

MIT

The Requires

 

by Wooxo SA

laravel ovh swift

23/07 2015

0.1.5

0.1.5.0 https://github.com/lflaszlo/OvhSwiftLaravel

Library to use OVH PCI Object Storage API with Laravel 4.2.

  Sources   Download

MIT

The Requires

 

by Louis-Frédéric LASZLO

laravel ovh swift

07/07 2015

0.1.4

0.1.4.0 https://github.com/lflaszlo/OvhSwiftLaravel

Library to use OVH PCI Object Storage API with Laravel 4.2.

  Sources   Download

MIT

The Requires

 

by Louis-Frédéric LASZLO

laravel ovh swift

06/07 2015

0.1.3

0.1.3.0 https://github.com/lflaszlo/OvhSwiftLaravel

Library to use OVH PCI Object Storage API with Laravel 4.2.

  Sources   Download

MIT

The Requires

 

by Louis-Frédéric LASZLO

laravel ovh swift

06/07 2015

0.1.2

0.1.2.0 https://github.com/lflaszlo/OvhSwiftLaravel

Library to use OVH PCI Object Storage API with Laravel 4.2.

  Sources   Download

MIT

The Requires

 

by Louis-Frédéric LASZLO

laravel ovh swift

06/07 2015

0.1.1

0.1.1.0 https://github.com/lflaszlo/OvhSwiftLaravel

Library to use OVH PCI Object Storage API with Laravel 4.2.

  Sources   Download

MIT

The Requires

 

by Louis-Frédéric LASZLO

laravel ovh swift

06/07 2015

0.1.0

0.1.0.0 https://github.com/lflaszlo/OvhSwiftLaravel

Library to use OVH PCI Object Storage API with Laravel.

  Sources   Download

MIT

The Requires

 

by Louis-Frédéric LASZLO

laravel ovh swift