jiromm / zf3-skeleton-application
Skeleton Application for Zend Framework applications
Installs: 23
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 2
Open Issues: 0
Type:project
Requires
- php: ^5.6 || ^7.0
- zendframework/zend-component-installer: ^1.0 || ^0.3 || ^1.0.0-dev@dev
- zendframework/zend-db: ^2.8.1
- zendframework/zend-hydrator: ^2.2
- zendframework/zend-i18n: ^2.7
- zendframework/zend-json: ^3.0
- zendframework/zend-mvc: ^3.0.1
- zendframework/zend-mvc-console: ^1.1.10
- zendframework/zend-mvc-form: ^1.0
- zendframework/zend-servicemanager-di: ^1.0
Requires (Dev)
This package is auto-updated.
Last update: 2024-12-13 03:39:35 UTC
README
For those who can't live without serviceLocator in controllers and services
Install
The only thing you should do is to clone the repo and run composer install.
git clone git@github.com:jiromm/zf3-skeleton-application.git .
composer install
To check that everything works, try
php -S 0.0.0.0:8080 -t public/ public/index.php
Then open http://0.0.0.0:8080/
in browser.