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

https://github.com/fbiville/php-function-invoker

A Riff invoker for PHP functions
https://github.com/fbiville/php-function-invoker

Last synced: 11 months ago
JSON representation

A Riff invoker for PHP functions

Awesome Lists containing this project

README

          

# Riff invoker for PHP functions

Very experimental AND outdated.
riff uses [cloud-native buildpacks](https://buildpacks.io) now

## Locally

Install composer first.

```
$ composer start
```

## Docker

```
$ docker build . -t my-php-invoker:0.0.1
$ docker run -it -p 8080:8080 my-php-invoker:0.0.1
```