Skip to content

solomonwzs/peb_sw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

It is a branch of peb.

peb (Php-Erlang Bridge) is an open-source php extension to run php as an
Erlang cnode.

It's similar to the traditional php mysql function, you can communicate
with Erlang node easy. 

Checkout our website for complete manual http://mypeb.googlecode.com

Installation:

Run the following commands:
phpize
./configure --help
./configure
make
make install

Note:
  You can specify the location of both Erlang interface libraries
  and Erlang interface header files by using --with-erlang=DIR. The
  configure script will look for libraries and headers in DIR/lib and
  DIR/include respectively.
  In case libraries and headers do not share a common parent directory,
  use --with-erlanglib=LIB and --with-erlanginc=INCLUDE instead.

About

It is a branch of peb. Checkout website for complete manual http://mypeb.googlecode.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published