Libraries tagged by extend
easycorp/easyadmin-no-final-plugin
13688 Downloads
It removes the 'final' PHP keyword from all EasyAdmin classes so you can extend those classes in your projects.
dotkernel/dot-session
15353 Downloads
Dotkernel session component extending and customizing laminas-session
dotkernel/dot-cache
18475 Downloads
Dotkernel cache component extending symfony-cache
dmk/t3twig
7276 Downloads
Extend rn_base for using twig templates instead of marker templates
digitickets/omnipay-abstract-voucher
48545 Downloads
Abstract gateway driver for vouchers, extending the omnipay gateway
danzabar/phalcon-cli
35506 Downloads
Tools that extend the functionality of the Phalcon frameworks CLI
customgento/module-invoice-m2
9682 Downloads
This Magento 2 module extends the default purchase order payment method by a customer group and admin filter.
cu-boulder/ucb_drush_commands
49948 Downloads
Repository of drush commands to extend drush functionality for CU Boulder.
cu-boulder/ucb_article_syndication
34470 Downloads
Extends the article content type to add the taxonomies needed for article syndication.
creativeorange/laravel-stubs
10562 Downloads
Extends artisan with more options.
cooperl/laravel-ibmi
12883 Downloads
laravel-ibmi is a simple DB2 & Toolkit for IBMi service provider for Laravel. It provides DB2 Connection by extending the Illuminate Database component of the laravel framework. Plus it also provides Toolkit for IBMi so that you can access IBMi resources with same credentials.
codemonauts/craft-redactor-nofollow
27661 Downloads
Craft CMS plugin to extends the Redactor's link module with the nofollow relationship attribute.
codedor/filament-architect
4322 Downloads
Extended Builder field for Filament
camilord/xfpdf
37722 Downloads
Extended FPDF include FPDF, FPDF Protection, HTML2PDF, etc
calmohallag/nullable-casting
9702 Downloads
PHP supports expression casting to primitive type (like int) by using “( type ) expression”, but it currently doesn't allow to use a nullable type as introduced by PHP 7.1 (e.g. ?int). This library provide functions that extend native php casting, adding nullable casting.