2017 © Pedro Peláez
 

library dnode

DNode RPC protocol for PHP 5.3

image

cravler/dnode

DNode RPC protocol for PHP 5.3

  • Thursday, October 9, 2014
  • by cravler
  • Repository
  • 3 Watchers
  • 1 Stars
  • 9,299 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 59 Forks
  • 0 Open issues
  • 10 Versions
  • 11 % 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

09/10 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

11/08 2014

v0.2.2

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

DNode RPC protocol for PHP 5.3

  Sources   Download

MIT

The Requires

 

nodejs rpc dnode

31/03 2014

v0.2.1

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

DNode RPC protocol for PHP 5.3

  Sources   Download

MIT

The Requires

 

nodejs rpc dnode

18/02 2014

dev-method_cull_fix

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

DNode RPC protocol for PHP 5.3

  Sources   Download

MIT

The Requires

 

nodejs rpc dnode

31/01 2014

dev-bugfix

dev-bugfix 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