ug-php / symfony-clean-architecture
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=8.3
- ext-ctype: *
- ext-iconv: *
- symfony/console: 7.1.*
- symfony/dotenv: 7.1.*
- symfony/flex: ^2
- symfony/framework-bundle: 7.1.*
- symfony/runtime: 7.1.*
- symfony/yaml: 7.1.*
- ug-php/clean-architecture-core: *
Requires (Dev)
- phpstan/phpstan: ^1.11
- phpunit/phpunit: ^9.5
- squizlabs/php_codesniffer: ^3.10
- symfony/browser-kit: 7.1.*
- symfony/css-selector: 7.1.*
- symfony/phpunit-bridge: ^7.1
- symplify/easy-coding-standard: ^12.2
Conflicts
This package is not auto-updated.
Last update: 2024-12-27 08:16:48 UTC
README
This project permit to start the new symfony project.
Pre-requisites
- PHP >=8.3
- Composer
- Make (unix utilities to execute make commands)
Installation
You can install by executing:
composer create-project ug-php/symfony-clean-architecture symfony-boilerplate
cd symfony-boilerplate
make install
Tests
You can run tests by executing:
make tests
Coding quality
You can run coding quality by executing:
make check-code-quality
Project structure
You can know more about the src/Shared
structure regarding the https://github.com/ug-libraries/clean-architecture-core-php
src/Module
folder must contain your application features.