https://github.com/opsway/phpapp-docker-test
Testing PHP application
https://github.com/opsway/phpapp-docker-test
Last synced: 5 months ago
JSON representation
Testing PHP application
- Host: GitHub
- URL: https://github.com/opsway/phpapp-docker-test
- Owner: opsway
- License: bsd-3-clause
- Created: 2016-03-16T18:21:18.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-21T16:08:17.000Z (about 10 years ago)
- Last Synced: 2025-03-12T18:22:45.156Z (about 1 year ago)
- Language: PHP
- Size: 24.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Expressive Skeleton PHP Application
## Requirements
Nginx, PHP >=5.5, php-ext: standarts + php redis, Composer, Redis Server, Mysql Server, shared public/media folder.
## Getting Started
Start your project with composer:
```bash
$ composer install
```
After choosing and installing the packages you want, go to the
`` and start PHP's built-in web server to verify installation:
```bash
$ composer serve
```
You can then browse to http://localhost:8080.
## Skeleton Development
```bash
$ composer check
```