Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/okeuday/erlang_php
- Owner: okeuday
- License: mit
- Created: 2014-10-12T04:02:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-10-27T00:19:09.000Z (about 1 year ago)
- Last Synced: 2024-04-29T16:08:37.436Z (9 months ago)
- Topics: erlang-encoding, php
- Language: PHP
- Homepage:
- Size: 93.8 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
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