2017 © Pedro Peláez
 

library dnode

DNode RPC protocol for PHP 5.3

image

dnode/dnode

DNode RPC protocol for PHP 5.3

  • Friday, January 31, 2014
  • by bergie
  • Repository
  • 32 Watchers
  • 392 Stars
  • 26,091 Installations
  • PHP
  • 5 Dependents
  • 1 Suggesters
  • 59 Forks
  • 14 Open issues
  • 6 Versions
  • 9 % Grown

The README.md

DNode protocol for PHP

This project implements the DNode remote procedure call protocol for PHP. The intent is to enable PHP scripts to act as part of a distributed Node.js cloud, allowing Node to call PHP code, and PHP to call Node code., (*1)

You can read more about DNode and PHP in the introductory blog post., (*2)

Build Status, (*3)

Installing

dnode-php can be installed using the Composer tool. You can either add dnode/dnode to your package dependencies, or if you want to install dnode-php as standalone, go to the main directory of this package and run:, (*4)

$ wget http://getcomposer.org/composer.phar
$ php composer.phar install

You can then use the composer-generated autoloader to access the DNode classes:, (*5)

require 'vendor/autoload.php';

Running the examples

After installing, you can run the DNode examples located in the examples directory. Each example contains both a client and a server., (*6)

For example:, (*7)

$ php examples/simple/server.php
$ php examples/simple/client.php
n = 3300

The examples have been written to be compatible with the DNode examples, meaning that you can use any combination of PHP-to-PHP, Node-to-Node, PHP-to-Node, or Node-to-PHP as you wish., (*8)

$ node simple/client.js
n = 3300

Current limitations

  • Only regular, non-encrypted TCP sockets are supported

Development

dnode-php is under heavy development. If you want to participate, please send pull requests., (*9)

The Versions

31/01 2014

dev-master

9999999-dev https://github.com/bergie/dnode-php

DNode RPC protocol for PHP 5.3

  Sources   Download

MIT

The Requires

 

nodejs rpc dnode

31/01 2014

v0.2.0

0.2.0.0 https://github.com/bergie/dnode-php

DNode RPC protocol for PHP 5.3

  Sources   Download

MIT

The Requires

 

nodejs rpc dnode

05/02 2013

v0.1.3

0.1.3.0 https://github.com/bergie/dnode-php

DNode RPC protocol for PHP 5.3

  Sources   Download

MIT

The Requires

 

nodejs rpc dnode

29/11 2012

v0.1.2

0.1.2.0 https://github.com/bergie/dnode-php

DNode RPC protocol for PHP 5.3

  Sources   Download

MIT

The Requires

 

nodejs rpc dnode

23/04 2012

0.0.2

0.0.2.0 https://github.com/bergie/dnode-php

DNode RPC protocol for PHP 5.3

  Sources   Download

MIT

The Requires

 

nodejs rpc dnode

30/10 2011

0.0.1

0.0.1.0 https://github.com/bergie/dnode-php

DNode RPC protocol for PHP 5.3

  Sources   Download

MIT

The Requires

 

nodejs rpc dnode