library mpa-zend-skeleton-heavy
Customized Skeleton Application for ZF2
mpalourdio/mpa-zend-skeleton-heavy
Customized Skeleton Application for ZF2
- Sunday, February 5, 2017
- by mpalourdio
- Repository
- 1 Watchers
- 5 Stars
- 9 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 1 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
ZendSkeletonHeavy
Introduction
This is a heavy assetic customized skeleton application.
Includes most common things that I use, for a quicker start.
It uses Bower to grab assets in public/vendor., (*1)
The assets installation is triggered for each composer install/update, (*2)
Requirements
PHP 7.0+ / Bower, (*3)
Installation
php composer.phar create-project -sdev mpalourdio/mpa-zend-skeleton-heavy /path/to/project
, (*4)
Features
- Automatic APC caching in config files based on APC extension detection (doctrine, translators, config, modules map)
- Includes ZDT only if
setEnv APPLICATION_ENV development
is set in apache
- Boostrap 3.x
- JQuery 2.x / JQuery UI
- Select2 3.x
- Jquery UI bootstrap https://github.com/addyosmani/jquery-ui-bootstrap
- Font-Awesome 4.x
- Animate.css
-
Included and pre-configured modules (see autoload folder):, (*5)
- DoctrineModule
- DoctrineORMModule
- MpaCustomDoctrineHydrator
- MpaFirephpWrapper
- ZendDeveloperTools
- OcraCachedViewResolver
- zf2-twitter-widget
- zf2-maintenance-mode
- OcraServiceManager
-
Cleaned layout.phtml and index.phtml, (*6)
- Cleaned few code comments for more readability
- Dropped zf2 autoloader support in favor of composer only.