PHPackages                             micjohnson/weed-php - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. micjohnson/weed-php

ActiveLibrary[File &amp; Storage](/categories/file-storage)

micjohnson/weed-php
===================

PHP client for Weed-FS, a simple and highly scalable distributed file system

v0.1(13y ago)207.9k—0%7Apache 2.0PHPPHP &gt;=5.3.0

Since Dec 31Pushed 9y ago2 watchersCompare

[ Source](https://github.com/micjohnson/weed-php)[ Packagist](https://packagist.org/packages/micjohnson/weed-php)[ Docs](https://github.com/micjohnson/weed-php)[ RSS](/packages/micjohnson-weed-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

WeedPhp
=======

[](#weedphp)

PHP client for Weed-FS, a simple and highly scalable distributed file system.

Weed-FS:

Status:
=======

[](#status)

Ready for testing / In Development

Testing:
========

[](#testing)

dev-master: [![Build Status](https://camo.githubusercontent.com/38feb4094930bc7d5a4d29d458ef2bd88ff74a2d1ecc62298d33111e7a3bf8cf/68747470733a2f2f7472617669732d63692e6f72672f6d69636a6f686e736f6e2f776565642d7068702e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/micjohnson/weed-php)

Installation:
=============

[](#installation)

### Installation through composer

[](#installation-through-composer)

If you already use composer this is the most simple way to use WeedPhp in your project.

Add to your composer.json

```
"require": {
    "micjohnson/weed-php": "v0.1"
}

```

Install through composer.phar

```
php composer.phar update micjohnson/weed-php

```

### Installation without composer

[](#installation-without-composer)

Clone the repo

```
git clone https://github.com/micjohnson/weed-php.git

```

Create an autoloader. There is an example in test/autoload.php

Then include the autoloader in your project.

```
include_once('weed-php/test/autoload.php');

```

Documentation:
==============

[](#documentation)

Create a WeedPhp object in your project, by passing the location of your master weed-fs server.

```
