A PHP implementation of the Architecture design by Uncle Bob
, (*1)
A PHP implementation of the Architecture design by Uncle Bob, (*2)
Uncle Bob Martin presents a software architecture pattern which moves the business logic front-and-center; and the framework, database, and delivery methods as plug-ins. This project contains both a diagram of an implementation of this architecture, a sample directory structure, as well as the interfaces needed to implement this architecture in a future project., (*3)
This project has no dependencies, so can be cloned directly from the git repo, (*5)
composer require emeraldinspirations/lib-applicationarchitecture
Further documentation is available thanks to phpDocumentor2 and PHPDocumentor Markdown generator:, (*6)
If you'd like to contribute, please fork the repository and use a feature branch., (*7)
I am also open to feedback about how well I am being compliant with standards and "best practices." I have written software solo for years, and am trying to learn how to work better with others., (*8)
The code in this project is licensed under MIT license., (*9)