Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/habbatul/phpca-starter
PHP Starter with N-Tier package
https://github.com/habbatul/phpca-starter
clean-architecture layered-architecture php-di symfony-httpfoundation symfony-routing
Last synced: about 1 month ago
JSON representation
PHP Starter with N-Tier package
- Host: GitHub
- URL: https://github.com/habbatul/phpca-starter
- Owner: Habbatul
- Created: 2024-03-12T17:19:08.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-06T14:39:46.000Z (9 months ago)
- Last Synced: 2024-12-10T15:08:24.962Z (about 1 month ago)
- Topics: clean-architecture, layered-architecture, php-di, symfony-httpfoundation, symfony-routing
- Language: PHP
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### PHP with Clean Architecture Concept (by hq.han)
This is a boilerplate implementing a layered approach while adhering to the clean architecture concept by Uncle Bob.
- Don't forget to run "composer install".
- Make sure you have a basic understanding of Symfony/HttpFoundation & Symfony/Routing.
- This is not a framework and does not follow any framework folder conventions. It's an attempt to implement a layered folder structure using pure PHP for use case layer.
- Only use 3 depedencies : php-di/php-di, symfony/routing, symfony/http-foundation#### - Article about Clean Architecture : https://blog.cleancoder.com/uncle-bob/2012/08/13/the-clean-architecture.html
- Article about Layered Architecture : https://www.baeldung.com/cs/layered-architecture