• This repository has been archived on 31/Jan/2022
  • Stars
    star
    131
  • Rank 275,867 (Top 6 %)
  • Language
    PHP
  • Created almost 10 years ago
  • Updated over 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Case Study for the book The Clean Architecture in PHP

cleanphp-example

This repository holds the code for the Case Study at the end of the book The Clean Architecture in PHP. The book provides explaination of how the code is setup and why decisions were made, as well as the ramifications of those decisions. However, the code may be of some value without the book.

Have a look at the tags of this repository to step through the process of building the application.

Installation

composer install

Usage

php -S localhost:1337

Then visit http://localhost:1337 in your web browser.

Tests

Run the tests with:

./vendor/bin/peridot specs