PHPackages                             dptsi/blob-repository - 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. dptsi/blob-repository

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

dptsi/blob-repository
=====================

Upload Blob to repository ITS.

v1.0.0(1y ago)098↓100%PHP

Since Sep 26Pushed 1y ago6 watchersCompare

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

READMEChangelogDependencies (1)Versions (2)Used By (0)

DPTSI Blob Repository
=====================

[](#dptsi-blob-repository)

Repository ini berisi library PHP yang digunakan untuk mengunggah file ke storage API ITS

Requirements
============

[](#requirements)

1. PHP 5.4 ++
2. guzzle

example is in test-upload.php

Instalation
===========

[](#instalation)

```
add composer.json
    "dptsi/blob-repository": "dev-master"

after require section add this
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/dptsi/blob-repository.git"
        }
    ]

```

Usage
=====

[](#usage)

```
Instalation
