Skip to content

powerfu/binpack-php

 
 

Repository files navigation

binpack-php

The php implementation for binpack.

installation

phpize
./configure
make & make install

usage

<?php
$data = array('name' => 'srain');
$str = bin_encode($data);
$data1 = bin_decode($str);

About

The php implementation for binpack.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published