Skip to content

Commit 075121a

Browse files
authored
Remove Style Guide for Object Design
1 parent 1b1fb1d commit 075121a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -219,9 +219,9 @@ A curated list of resources for [PHP](https://php.net/)
219219
## Templates
220220

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

226226
## OOP
227227

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

242241
### Design patterns
243242

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

252251
### SOLID

0 commit comments

Comments
 (0)