PHPackages                             turanct/immutio - 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. turanct/immutio

ActiveLibrary[API Development](/categories/api)

turanct/immutio
===============

PHP api wrapper for immut.io

1.0.0(10y ago)113MITPHP

Since Jun 3Pushed 10y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

ImmutioPHP
==========

[](#immutiophp)

A PHP wrapper for the immut.io API.

Usage
-----

[](#usage)

Installing it is easy, just require `turanct/immutio` as a dependency in your `composer.json` file. You'll also need one of the transports (e.g. [BuzzTransport](https://github.com/turanct/immutio-buzz)). If you use one of the existing transport packages, you should only require that package, it will include this one automatically.

```
{
    "require-dev": {
        "turanct/immutio": "dev-master"
    }
}
```

To create a blob on immut.io, do this:

```
