https://github.com/luk4z7/zf2-componentization
ZF2 Componentization
https://github.com/luk4z7/zf2-componentization
php zend-framework zf2 zf2-componentization
Last synced: about 2 months ago
JSON representation
ZF2 Componentization
- Host: GitHub
- URL: https://github.com/luk4z7/zf2-componentization
- Owner: luk4z7
- License: mit
- Created: 2015-11-10T15:16:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-18T10:33:27.000Z (over 9 years ago)
- Last Synced: 2025-01-20T10:48:41.022Z (3 months ago)
- Topics: php, zend-framework, zf2, zf2-componentization
- Language: PHP
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#### ZF2 Componentization
Código para estudo criado a partir de série de posts sobre os componentes zf2 no blog
[beard.codes](http://beard.codes/)Install via composer
php -r "readfile('https://getcomposer.org/installer');" | php
php composer.phar install
Server buildphp -S localhost:8888