Search results for extens��o
blast-project/doctrine-pgsql-bundle
2336 Downloads
This bundle extends the Postgresql functionalities of Doctrine and Sonata projects
stackadroit/cmb2-extensions
3116 Downloads
This is a CMB2 Extension repository which help modify the default behavior of CMB2 and extends it's functionality.
polupraneeth/cmb2-extension
116 Downloads
This is a CMB2 Extension repository which help modify the default behavior of CMB2 and extends it's functionality.
itech-world/sulu-wiki-bundle
2 Downloads
SuluWikiBundle extends the Sulu CMS to offer wiki and documentation management features similar to WikiJS
itech-world/sulu-grapesjs-bundle
6 Downloads
SuluGrapesJsBundle extends the Sulu CMS to offer GrapeJS editor integration in Sulu Admin for content editing
henzeb/ruler-laravel
112 Downloads
extends Laravel's validator using their own Rule interface
blueways/bw-guild
2018 Downloads
Extends TYPO3 for the management of frontend users and groups
williamheelis/restful-inputs
142 Downloads
Simple RESTful globals: $_PUT, $_PATCH, $_DELETE, $_HEADER, $_JSON, $_PATH, $_RES for PHP APIs. Basically this is an extension of the logic PHP probably intended when they introduced _GET and _POST and this package simply extends it and is useful shorthand option for RESTful api end points as a result. The focus was on inline brevity, and assumes plenty of `/api/someItem/index.php` -> `PATCH::/api/someItem/` structure. (i.e lots of dirs with one index.php each!)
marcocesarato/cpdo
264 Downloads
This package can retrieve PDO query results from cache variables. It extends the base PDO class and override some functions to handle database query execution and store the query results in variables. The class can also return query results for cached queries for previously executed queries to retrieve the results faster for repeated queries.
curlymoustache/sanction
28 Downloads
A PHP Permissions and role-based access control library, with plenty of flexibility and ability to extend and replace components.
uriweb/uri-display-posts-multisite
124 Downloads
Extends Display Posts to display posts from other sites in a WordPress multisite network. Forked from johnpennypacker/display-posts-multisite.
vpietri/adm_warehouse
8 Downloads
Extends Mage_Cataloginventory to allow Magento to manage several stocks. Stocks can be assigned to one or several websites.
vehikl/php-traffic-light
7 Downloads
Extend PHPUnit to control the traffic light based on test results.
steveorevo/wp-hooks
85 Downloads
WP-Hooks is a base class that minimizes the overhead of creating WordPress plugins and functions. Simply create a class that extends the WP_Hooks class and start defining functions for the given action, filter, shortcode or registration event.
samushi/queryfilter
83 Downloads
This package allows you to filter, sort and include eloquent relations based on a request. The QueryFilter used in this package extends Laravel's default Eloquent builder.