PHPackages                             2tvenom/cborencode - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. 2tvenom/cborencode

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

2tvenom/cborencode
==================

CBOR encoder for PHP

1.0.2(5y ago)6213.1M—2.6%20[4 issues](https://github.com/2tvenom/CBOREncode/issues)[1 PRs](https://github.com/2tvenom/CBOREncode/pulls)14PHPPHPPHP &gt;=5.4.0

Since Mar 27Pushed 4y ago7 watchersCompare

[ Source](https://github.com/2tvenom/CBOREncode)[ Packagist](https://packagist.org/packages/2tvenom/cborencode)[ Docs](https://github.com/2tvenom/CBOREncode)[ RSS](/packages/2tvenom-cborencode/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)DependenciesVersions (4)Used By (14)

\#CBOR encoder for PHP
----------------------

[](#cbor-encoder-for-php)

Decoder/encoder from PHP data to CBOR binary string. This code has been developed and maintained by Ven at January 2014.

CBOR is an object representation format defined by the [IETF](http://ietf.org). The [specification](http://tools.ietf.org/html/rfc7049)has recently been approved as an IETF Standards-Track specification and has been published as RFC 7049.

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

[](#installation)

Add `2tvenom/cborencode` as a requirement to composer.json:

```
{
    "require": {
       "2tvenom/cborencode": "1.0.0"
    }
}
```

Usage
-----

[](#usage)

```
