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: 6 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 (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-30T10:57:14.000Z (10 months ago)
- Last Synced: 2025-03-24T17:52:51.812Z (7 months ago)
- Topics: ddd, ddd-architecture, deptrac, example, example-project, onion, onion-architecture, php, php8, php83, psalm, solid, symfony
- Language: PHP
- Homepage:
- Size: 194 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# PHP Guidelines example

Implementation according to the ["PHP Guidelines"](https://github.com/pvaviloff/php-guidelines).
## Setting up the example
```bash
docker compose up -d
```