PHPackages                             wooxo/ovh-swift-laravel - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. wooxo/ovh-swift-laravel

ActiveLibrary

wooxo/ovh-swift-laravel
=======================

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

v2.0.4(5y ago)51.7k1MITPHPPHP &gt;=5.4.0

Since Jul 6Pushed 5y ago4 watchersCompare

[ Source](https://github.com/wooxo/OvhSwiftLaravel)[ Packagist](https://packagist.org/packages/wooxo/ovh-swift-laravel)[ Docs](https://github.com/wooxo/OvhSwiftLaravel)[ RSS](/packages/wooxo-ovh-swift-laravel/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (2)Versions (21)Used By (0)

OvhSwiftLaravel
===============

[](#ovhswiftlaravel)

[![Build Status](https://camo.githubusercontent.com/bb7d5fe7e78d928c5b3b33068f4f4a61bae428d66c7e10c2c1696b23dce49b18/68747470733a2f2f7472617669732d63692e6f72672f776f6f786f2f4f766853776966744c61726176656c2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/wooxo/OvhSwiftLaravel)[![Latest Stable Version](https://camo.githubusercontent.com/4428b33945a2c83ca8b4307a301ccf359dbf19d1b482337434065a933b453330/68747470733a2f2f706f7365722e707567782e6f72672f776f6f786f2f6f76682d73776966742d6c61726176656c2f762f737461626c652e706e67)](https://packagist.org/packages/wooxo/ovh-swift-laravel) [![Total Downloads](https://camo.githubusercontent.com/d69e0f2b1fc4da41cf863485abd1d600676395ab4280294f682d4a8a8d3207c2/68747470733a2f2f706f7365722e707567782e6f72672f776f6f786f2f6f76682d73776966742d6c61726176656c2f646f776e6c6f6164732e706e67)](https://packagist.org/packages/wooxo/ovh-swift-laravel)

It's a library for Laravel 4.2.

Library to use OVH PCI Object Storage API with Laravel Based on work from : .

Installation
------------

[](#installation)

Install using composer:

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

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

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

Add provider in config.app

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

Usage
-----

[](#usage)

Get file list

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

Upload a file

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

Get an uploaded file

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

Delete an uploaded file

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

Check if a file exists

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

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~106 days

Recently: every ~9 days

Total

19

Last Release

2046d ago

Major Versions

0.1.8 → v1.0.02016-01-18

0.1.9 → v2.0.02020-09-01

### Community

Maintainers

![](https://www.gravatar.com/avatar/27fcfed0e8275297c29b9e2b3febfab85b281d7209401b452e6cba4f1d97c1c9?d=identicon)[wooxo](/maintainers/wooxo)

---

Top Contributors

[![lflaszlo](https://avatars.githubusercontent.com/u/533115?v=4)](https://github.com/lflaszlo "lflaszlo (6 commits)")

---

Tags

laravelovhswift

### Embed Badge

![Health badge](/badges/wooxo-ovh-swift-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/wooxo-ovh-swift-laravel/health.svg)](https://phpackages.com/packages/wooxo-ovh-swift-laravel)
```

###  Alternatives

[sausin/laravel-ovh

OVH Object Storage driver for laravel

40153.5k](/packages/sausin-laravel-ovh)[slowlyo/owl-admin

基于 laravel、amis 开发的后台框架~

61214.2k26](/packages/slowlyo-owl-admin)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
