https://github.com/joubertredrat/object-calisthenics-php
Object Calisthenics em PHP
https://github.com/joubertredrat/object-calisthenics-php
object-calisthenics php php8 php81
Last synced: 2 months ago
JSON representation
Object Calisthenics em PHP
- Host: GitHub
- URL: https://github.com/joubertredrat/object-calisthenics-php
- Owner: joubertredrat
- License: mit
- Created: 2022-09-20T13:42:23.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-05T19:04:43.000Z (over 2 years ago)
- Last Synced: 2023-03-16T12:21:55.826Z (about 2 years ago)
- Topics: object-calisthenics, php, php8, php81
- Homepage: https://redrat.com.br/
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# Object Calisthenics PHP
Este repositório faz parte das seguintes palestras:
* [O poder do Object Calisthenics no PHP](https://speakerdeck.com/joubertredrat/o-poder-do-object-calisthenics-no-php).## Dependências
* [PHP 8.1](https://www.php.net/).
* [Composer 2](https://getcomposer.org/).## Execução
* Faça o clone deste repositório.
* Execute `composer install`.
* Execute o arquivo `index.php` em cada uma das pastas de acordo com a regra escolhida.## Licença
Licença [MIT](/license).