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

https://github.com/salvatorecordiano/php-project-template

This is a sample PHP project
https://github.com/salvatorecordiano/php-project-template

nginx php sample

Last synced: about 2 months ago
JSON representation

This is a sample PHP project

Awesome Lists containing this project

README

          

# Template for PHP 8.2 projects

## Useful commands

```
# Start the environment
make start

# Access to php container
make php-bash

# Execute test suite
make test
```