Skip to content

Case Study for the book The Clean Architecture in PHP

Notifications You must be signed in to change notification settings

tuanpht/cleanphp-example

This branch is up to date with mrkrstphr/cleanphp-example:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c1f33a7 · Apr 23, 2015

History

50 Commits
Apr 23, 2015
Apr 23, 2015
Apr 23, 2015
Apr 23, 2015
Apr 23, 2015
Apr 23, 2015
Apr 23, 2015
Apr 23, 2015
Apr 23, 2015
Apr 22, 2015
Apr 23, 2015
Apr 23, 2015
Apr 23, 2015
Apr 23, 2015
Apr 23, 2015

Repository files navigation

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

About

Case Study for the book The Clean Architecture in PHP

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 85.9%
  • HTML 13.2%
  • Other 0.9%