Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/okeuday/erlang_php

Erlang External Term Format for PHP
https://github.com/okeuday/erlang_php

erlang-encoding php

Last synced: 2 months ago
JSON representation

Erlang External Term Format for PHP

Awesome Lists containing this project

README

        

Erlang External Term Format for PHP
===================================

[![Build Status](https://app.travis-ci.com/okeuday/erlang_php.svg?branch=master)](https://app.travis-ci.com/okeuday/erlang_php)
[![Packagist Package Version](https://img.shields.io/packagist/v/okeuday/erlang_php.svg?maxAge=2592000)](https://packagist.org/packages/okeuday/erlang_php)

Provides all encoding and decoding for the Erlang External Term Format
(as defined at [https://erlang.org/doc/apps/erts/erl_ext_dist.html](https://erlang.org/doc/apps/erts/erl_ext_dist.html))
in a single PHP file.

Available as a [Packagist package at `https://packagist.org/packages/okeuday/erlang_php`](https://packagist.org/packages/okeuday/erlang_php)

Tests
-----

phpunit

Author
------

Michael Truog (mjtruog at protonmail dot com)

License
-------

MIT License