https://github.com/leanovate/toehold
Get a toehold on PHP (behind Play)
https://github.com/leanovate/toehold
Last synced: 5 months ago
JSON representation
Get a toehold on PHP (behind Play)
- Host: GitHub
- URL: https://github.com/leanovate/toehold
- Owner: leanovate
- Created: 2014-04-09T20:04:18.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2016-02-06T11:54:59.000Z (over 10 years ago)
- Last Synced: 2024-03-26T15:05:34.236Z (about 2 years ago)
- Language: Scala
- Size: 1.3 MB
- Stars: 4
- Watchers: 11
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
toehold
=======
Get a toehold on PHP (behind Play or java in general)
# Main elements
* FastCGI client for the play framework to use `php-fpm` behind a play application
# Example
Run the example to see it in action
```
git submodule init
git submodule update
cd examples/play
sbt run
```
Now you can visit `http://localhost:9000/dokuwiki/index.php`
# Build info
Cross compiling is done via system properties. As default the project will build as scala "2.11.7":
svt -Dtoehold.scalaVersion=2.10.6
# Build status
[](https://travis-ci.org/leanovate/toehold)
# Licence
[MIT Licence](http://opensource.org/licenses/MIT)