https://github.com/zweifisch/invoker-php
php backend for invoker
https://github.com/zweifisch/invoker-php
Last synced: 2 months ago
JSON representation
php backend for invoker
- Host: GitHub
- URL: https://github.com/zweifisch/invoker-php
- Owner: zweifisch
- Created: 2012-11-16T07:24:35.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-11-24T11:46:09.000Z (over 13 years ago)
- Last Synced: 2025-01-27T22:55:08.610Z (over 1 year ago)
- Language: JavaScript
- Size: 164 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
php backend for [invoker](https://github.com/zweifisch/invoker)
install using [composer](http://getcomposer.org/)
```javascript
{
"require": {
"zweifisch/invoker": "*"
}
}
```
usage see [invoker](https://github.com/zweifisch/invoker)
## test
```sh
cd test
composer install
php -S localhost:1212 index.php
```
visit [http://localhost:1212](http://localhost:1212)