Download the PHP package zucchi/zucchi without Composer
On this page you can find all versions of the php package zucchi/zucchi. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download zucchi/zucchi
More information about zucchi/zucchi
Files in zucchi/zucchi
Download zucchi/zucchi
More information about zucchi/zucchi
Files in zucchi/zucchi
Vendor zucchi
Package zucchi
Short Description Zucchi Component Library for Zend Framework 2
License BSD-3-Clause
Homepage https://github.com/zucchi/Zucchi
Package zucchi
Short Description Zucchi Component Library for Zend Framework 2
License BSD-3-Clause
Homepage https://github.com/zucchi/Zucchi
Please rate this library. Is it a good library?
Informations about the package zucchi
Zucchi Framework Extensions
Custom extensions and additions to Zend Framework 2
This Library uses PHP 5.4 features
Components
- Controller - Common controller features
- DateTime - Custom Date/Time objects with pre defined __toString
- Debug - Debug utilities
- Event - Event Tools and traits
- Form - Form factory with custom hydration
- Image - Generic representation of an Image
- ServiceManager - Service Manager Tools and Traits
- Traits - A helper to get the traits of all ancestors
- View - Custom Helpers and strategies
Request Parser Trait
This trait introduces consistent parsing of parameters in a query string that can then be consumed by appropriate Zucchi Query builder classes
Simple query
?where[forename][value]=john &where[forname][operator]=fuzzy
Complex nexted where query without explicit field definitions
?where[mode]=and &where[expressions][0][mode]=or &where[expressions][0][forename][value]=john &where[expressions][0][forename][operator]=fuzzy &where[expressions][0][surname][value]=john &where[expressions][0][surname][operator]=fuzzy &where[expressions][0][expressions][0][mode]=and &where[expressions][0][expressions][0][email][value]=john &where[expressions][0][expressions][0][email][operator]=fuzzy &where[expressions][0][expressions][0][username][value]=john &where[expressions][0][expressions][0][username][operator]=fuzzy &where[expressions][1][id][value][0]=1 &where[expressions][1][id][operator]=nin
Complex nexted where query with explicit field definitions to allow use of "mode" & "expressions" as a field
?where[mode]=and &where[expressions][0][mode]=and &where[expressions][0][fields][forename][value]=john &where[expressions][0][fields][forename][operator]=fuzzy &where[expressions][0][fields][mode][value]=active &where[expressions][0][fields][surname][operator]=eq
Available operators and modes include
protected $requestOperators = array(
'is' => 'is',
'eq' => '=',
'gt' => '>',
'gte' => '>=',
'lt' => '<',
'lte' => '<=',
'neq' => '!=',
'in' => 'in',
'nin' => 'not in',
'between' => 'between',
'fuzzy' => 'like',
'regex' => 'regexp',
);
protected $requestModes = array(
'or' => 'or',
'and' => 'and',
);
All versions of zucchi with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.29
zendframework/zend-mvc Version 2.*
zendframework/zend-view Version 2.*
zendframework/zend-debug Version 2.*
zendframework/zend-eventmanager Version 2.*
zendframework/zend-form Version 2.*
zendframework/zend-inputfilter Version 2.*
zendframework/zend-mail Version 2.*
zendframework/zend-filter Version 2.*
zendframework/zend-http Version 2.*
zendframework/zend-uri Version 2.*
zendframework/zend-servicemanager Version 2.*
doctrine/doctrine-orm-module Version >=0.9.1
zendframework/zend-mvc Version 2.*
zendframework/zend-view Version 2.*
zendframework/zend-debug Version 2.*
zendframework/zend-eventmanager Version 2.*
zendframework/zend-form Version 2.*
zendframework/zend-inputfilter Version 2.*
zendframework/zend-mail Version 2.*
zendframework/zend-filter Version 2.*
zendframework/zend-http Version 2.*
zendframework/zend-uri Version 2.*
zendframework/zend-servicemanager Version 2.*
doctrine/doctrine-orm-module Version >=0.9.1
The package zucchi/zucchi contains the following files
Loading the files please wait ...