Libraries tagged by overlook
awcodes/overlook
71521 Downloads
A Filament plugin that adds an app overview widget to your admin panel.
kunstmaan/seo-bundle
120152 Downloads
Annotating content with metadata for social sharing and seo purposes cannot be overlooked nowadays. The KunstmaanSeoBundle contains default editing functionality for OpenGraph data, meta descriptions, keywords and titles and Metriweb tags. Because the metatagging and tracking options are always changing, a free field to add custom header information is provided as well.
bwowk/behat-overlook-extension
8320 Downloads
Behat extension to keep testing a Scenario outcomes after one of them fails.
steevanb/composer-overload-class
103163 Downloads
Add extra to composer.json, to overload autoloaded class
aedart/athenaeum
5120 Downloads
Athenaeum is a mono repository; a collection of various PHP packages
mouf/html.renderer
355534 Downloads
This package contains the rendering mechanism of the Mouf framework. It is a mechanism allowing packages/templates/developers to overload a default template for various HTML objects.
crowdstar/exponential-backoff
9467 Downloads
Prevent overloading an unavailable service by doubling the timeout each iteration.
creativestyle/magesuite-extended-exception
49647 Downloads
Overload defualt logging to pas an extra information like path, ip, cookies, session etc.
worksolutions/php-method-overloading
8383 Downloads
Method overloading tool for php
typhoon/overloading
7 Downloads
The missing method overloading feature for PHP.
hermeslin/mockery-overload-properties
965 Downloads
mock instance's properties via Mockery's overload keyword
tightenco/overload
948 Downloads
Method overloading for PHP
aedart/overload
11166 Downloads
Provides means to dynamically deal with inaccessible properties, by implementing PHP's magic methods; __get(), __set(), __isset(), and __unset(). This package, however, enforces the usage of getters- and setters-methods, ensuring that if a property is indeed available, then its corresponding getter or setter method will be invoked. The term 'overload', in this context, refers to PHP’s own definition hereof. (http://php.net/manual/en/language.oop5.overloading.php)
opencultureconsulting/basics
304 Downloads
A collection of generic classes and useful traits for PHP projects.
aedart/athenaeum-properties
1095 Downloads
Provides means to dynamically deal with inaccessible properties, by implementing some of PHP's magic methods