Download the PHP package fagundes/zff-base without Composer
On this page you can find all versions of the php package fagundes/zff-base. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download fagundes/zff-base
More information about fagundes/zff-base
Files in fagundes/zff-base
Download fagundes/zff-base
More information about fagundes/zff-base
Files in fagundes/zff-base
Vendor fagundes
Package zff-base
Short Description A ZF2 module that gathers a set of classes which are commonly used in several ZF2 projects
License MIT
Homepage https://github.com/fagundes/ZffBase
Package zff-base
Short Description A ZF2 module that gathers a set of classes which are commonly used in several ZF2 projects
License MIT
Homepage https://github.com/fagundes/ZffBase
Please rate this library. Is it a good library?
Informations about the package zff-base
Zff Base for Zend Framework 2
Zff\Base
module is a set of classes which are commonly used in several ZF2 projects.
Requirements
- php 5.5+ (with fileinfo extension)
- Zend Framework 2
- DoctrineModule & DoctrineORMModule
- ZFTable (optional)
Installation
Installation of this module uses composer. For composer documentation, please refer to getcomposer.org.
Then add Zff\\Base
to your config/application.config.php
.
Installation without composer is not officially supported and requires you to manually install all dependencies that are listed in composer.json
Contribuing
If you want to help check the contribuing instructions here.
TODO
- [ ] translate files to english (Partial++++)
- [ ] setup and include tests cases (Partial+)
- [ ] review abstract factories (Partial+)
- [ ] create documentation with examples
Main classes available
- Abstract Factories:
Form\FormAbstractFactory
- creates all classes that inherits ofForm\AbstractForm
orForm\AbstractFieldset
Form\InputFilterAbstractFactory
- creates all classes that inherits ofForm\AbstractInputFilter
Service\ServiceAbstractFactory
- creates all classes that inherits ofService\AbstractService
- Util classes at the namespace
Util
:Util\Debugger
- Debug fuctions.Util\File
- Some functions to handle files.- and more
- Others abstract classes:
Entity\AbstractEntity
- EntityService\AbstractService
- ServiceForm\AbstractForm
- FormForm\AbstractInputFilter
- InputFilter
- Helper classes
View\Helper\Link
- creates a tag Anchor using Url Helper paramsView\Helper\PostLink
- as Link but uses js to POSTView\Helper\PaginatorLink
- as PostLink receives a $page to create a tag AnchorView\Helper\GetRoute
- checks if a passed route is the current oneView\Helper\Escaper\NoEscape
- creates a fake Escape, usefull with some helpers that must have a escape but you dont really want to change anything
- Form Elements
Form\Element\Bs*
- Includes Bootstrap 4 classes
- Form Helper classes
Form\View\Helper\BsFormRow
- Creates a single element (as FormRow Helper) but using Bootstrap struture and css classesForm\View\Helper\BsForm
- Creates the entire form (as Form Helper) but using Bootstrap struture and css classesForm\View\Helper\FormActionButton
-Form\View\Helper\FormInputClasses
-Form\View\Helper\FormMultiCheckboxSplit
-Form\View\Helper\FormRadioSplit
-
- Router
Mvc\Router\ControllerRouteStack
- Copy a model route to several children controllers
All versions of zff-base with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5
zendframework/zend-mvc Version ~2.5
zendframework/zend-modulemanager Version ~2.5
zendframework/zend-validator Version ~2.5
zendframework/zend-view Version ~2.5
rwoverdijk/assetmanager Version 1.4.x
zendframework/zend-mvc Version ~2.5
zendframework/zend-modulemanager Version ~2.5
zendframework/zend-validator Version ~2.5
zendframework/zend-view Version ~2.5
rwoverdijk/assetmanager Version 1.4.x
The package fagundes/zff-base contains the following files
Loading the files please wait ....