Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pvaviloff/php-guidelines-example
PHP Guidelines example. Implementation according to the https://github.com/pvaviloff/php-guidelines.
https://github.com/pvaviloff/php-guidelines-example
ddd ddd-architecture deptrac example example-project onion onion-architecture php php8 php83 psalm solid symfony
Last synced: 2 months ago
JSON representation
PHP Guidelines example. Implementation according to the https://github.com/pvaviloff/php-guidelines.
- Host: GitHub
- URL: https://github.com/pvaviloff/php-guidelines-example
- Owner: pvaviloff
- License: apache-2.0
- Created: 2024-06-30T11:28:42.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-06-30T12:05:59.000Z (6 months ago)
- Last Synced: 2024-09-30T17:21:21.749Z (3 months ago)
- Topics: ddd, ddd-architecture, deptrac, example, example-project, onion, onion-architecture, php, php8, php83, psalm, solid, symfony
- Language: PHP
- Homepage:
- Size: 63.5 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# PHP Guidelines example
![Execute tests](https://github.com/pvaviloff/php-guidelines-example/actions/workflows/symfony.yml/badge.svg)
Implementation according to the ["PHP Guidelines"](https://github.com/pvaviloff/php-guidelines).
## Setting up the example
```bash
docker compose up -d
```