PHPackages                             webweave/storj-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. [API Development](/categories/api)
4. /
5. webweave/storj-php

ActiveLibrary[API Development](/categories/api)

webweave/storj-php
==================

Implementation of the Storj protocol for PHP

11102PHP

Since Oct 1Pushed 8y ago6 watchersCompare

[ Source](https://github.com/WebWeave/storj-php)[ Packagist](https://packagist.org/packages/webweave/storj-php)[ RSS](/packages/webweave-storj-php/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Storj PHP Package | In heavy development
========================================

[](#storj-php-package--in-heavy-development)

Implementation of the Storj protocol for PHP

WARNING
=======

[](#warning)

This piece of software is provided without warranty of any kind, use it at your own risk.

TODO AND DONE
=============

[](#todo-and-done)

- Create users
- Basic authentication
- Generate ecdsa and add them
- List and delete ecdsa keys
- List and create buckets
- Ecdsa authentication
- File upload
- File download

REQUIREMENTS
============

[](#requirements)

*php 5.6.0* or newer.

*php-gmp* needs to be installed.

USAGE
=====

[](#usage)

**Installation**

Best way is to use composer

```
  //since its still in development add it to your composer.json
  "require": {
    "webweave/storj-php": "dev-master"
  }

```

**Basic Code examples**

Create a new user

```
