From c4860de5310e613c32ddfba8a137d1abf2540a77 Mon Sep 17 00:00:00 2001 From: Marco Muths Date: Mon, 28 Dec 2015 21:13:50 -0200 Subject: [PATCH] Remove 'Onion Architecture' suggestion and change 'Hexagonal Architecture' description. Close #3. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 9c744ef..eeb80a8 100644 --- a/README.md +++ b/README.md @@ -192,8 +192,7 @@ Please see [CONTRIBUTING](CONTRIBUTING.md) for details and contribute. ;) * [The MVC Pattern and PHP, Part 1](http://www.sitepoint.com/the-mvc-pattern-and-php-1/) and [The MVC Pattern and PHP, Part 2](http://www.sitepoint.com/the-mvc-pattern-and-php-2/) - An introduction tutorial about MVC pattern. * [Alternatives To MVC](http://blog.ircmaxell.com/2014/11/alternatives-to-mvc.html) - An introduction to alternative architectures to MVC. * [N-Tier Architecture - An Introduction](http://blog.ircmaxell.com/2012/08/n-tier-architecture-introduction.html) - An introduction to n-tier architecture. -* [Hexagonal Architecture](http://fideloper.com/hexagonal-architecture) - An introduction to Ports and Adapters architecture by Chris Fidao. -* [The Onion Architecture : part 1](http://jeffreypalermo.com/blog/the-onion-architecture-part-1/) - An introduction to the Onion Architecture by Jeffrey Palermo. +* [Hexagonal Architecture](http://fideloper.com/hexagonal-architecture) - An introduction to Hexagonal Architecture in PHP. ### Miscellaneous *Not related to OOP but interesting resources.*