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
- Host: GitHub
- URL: https://github.com/fbiville/php-function-invoker
- Owner: fbiville
- License: apache-2.0
- Created: 2018-09-12T16:09:45.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-10T11:02:33.000Z (over 7 years ago)
- Last Synced: 2025-02-10T04:27:10.811Z (over 1 year ago)
- Language: PHP
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```