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
- Host: GitHub
- URL: https://github.com/salvatorecordiano/php-project-template
- Owner: salvatorecordiano
- Created: 2022-05-21T09:38:31.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-03T12:55:51.000Z (over 3 years ago)
- Last Synced: 2025-03-28T20:49:26.585Z (about 1 year ago)
- Topics: nginx, php, sample
- Language: PHP
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```