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

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

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
```