Skip to content

phplang/phydro

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Phydro - PHP bindings for libhydrogen

Building

Either install libhydrogen to a standard system location, or check out the source tree and build this extension directly against that.

Example building against libhydrogen sources:

$ mkdir src
$ cd src
$ git clone github.com/jedisct1/libhydrogen
$ git clone github.com/phplang/phydro
$ cd ohydro
$ phpize
$ ./configure --with-phydro=../libhydrogen
$ make

About

PHP Bindings for libhydrogen

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published