Skip to content

Commit

Permalink
Remove Style Guide for Object Design
Browse files Browse the repository at this point in the history
  • Loading branch information
odan authored Oct 30, 2021
1 parent 1b1fb1d commit 075121a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,9 @@ A curated list of resources for [PHP](https://php.net/)
## Templates

* [Plates](https://platesphp.com/) (A native PHP template system)
* [Symfony versus Flat PHP](https://symfony.com/doc/current/introduction/from_flat_php_to_symfony2.html)
* [Twig](https://twig.symfony.com/) (The flexible, fast, and secure template engine for PHP)
* [Twig – the Most Popular Stand-Alone PHP Template Engine](https://www.sitepoint.com/twig-popular-stand-alone-php-template-engine/)
* [Twig versus Flat PHP](https://symfony.com/doc/current/introduction/from_flat_php_to_symfony2.html)

## OOP

Expand All @@ -237,7 +237,6 @@ A curated list of resources for [PHP](https://php.net/)
* [Objektorientierte Programmierung](https://www.php-einfach.de/experte/objektorientierte-programmierung-oop/) (german)
* [Object-Oriented Bootcamp](https://laracasts.com/series/object-oriented-bootcamp-in-php)
* [Learning OOP in PHP](https://github.com/marcelgsantos/learning-oop-in-php)
* [Style Guide for Object Design](https://leanpub.com/object-design/) (eBook)

### Design patterns

Expand All @@ -246,7 +245,7 @@ A curated list of resources for [PHP](https://php.net/)
* [Gang of Four Design Patterns](https://www.amazon.com/gp/product/B000SEIBB8?ie=UTF8&tag=28031982-21&camp=1638&linkCode=xm2&creativeASIN=B000SEIBB8) (Book)
* [Design Patterns for Humans™](https://github.com/kamranahmedse/design-patterns-for-humans)
* [DesignPatternsPHP](https://designpatternsphp.readthedocs.io/)
* [Several design patterns in PHP](https://github.com/domnikl/DesignPatternsPHP)
* [Several design patterns in PHP](https://github.com/DesignPatternsPHP/DesignPatternsPHP)
* [Design Patterns in PHP Course](https://www.youtube.com/playlist?list=PLplJltxWVIbLVL3ZX3I6b_uvBsnYVaRJn) (Video)

### SOLID
Expand Down

0 comments on commit 075121a

Please sign in to comment.