invoker/invoker

A library for Client/Server interaction

Installs: 41

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Language:JavaScript

v0.1.1 2012-11-24 11:39 UTC

This package is not auto-updated.

Last update: 2024-03-24 00:23:34 UTC


README

php backend for invoker

install using composer

{
  "require": {
    "zweifisch/invoker": "*"
  }
}

usage see invoker

test

cd test
composer install
php -S localhost:1212 index.php

visit http://localhost:1212