An open API service indexing awesome lists of open source software.

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

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)