Skip to content

webfatorial/PadroesDeProjetoPHP

 
 

Repository files navigation

Padrões de Projeto PHP

Essa é uma coleção de Padrões de Projeto (Design Patterns) conhecidos junto com exemplos de códigos mostrando como implementá-los em PHP. Cada Padrão tem uma pequena lista de exemplos (a maioria do Zend Framework, Symfony2 ou Doctrine2).

Provavelmente o maior problema com Padrões de Projeto é que frequentemente as pessoas os conhecem, mas não sabem quando aplicá-los.

Padrões de Projeto

Os Padrões de Projeto podem ser estruturados em 3 categorias diferentes. Clique no 📓 para uma explicação completa na Wikipedia -- sempre que possível em português, mas pode haver algumas em inglês.

Contribua

Este projeto é a tradução do repo DesignPatternsPHP feita pela webfatorial. Para complementar/corrigir algo, por favor, faça um pull request no repo original (em inglês) e, assim que possível, a correção/melhoria será colocada aqui.

Licença

(The MIT License)

Copyright (c) 2014 Dominik Liebler and contributors

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Exemplos de códigos de vários Padrões de Projeto (Design Patterns) em PHP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%