Libraries tagged by Overload
crowdstar/exponential-backoff
19755 Downloads
Prevent overloading an unavailable service by doubling the timeout each iteration.
steevanb/composer-overload-class
103366 Downloads
Add extra to composer.json, to overload autoloaded class
mouf/html.renderer
359297 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.
creativestyle/magesuite-extended-exception
58148 Downloads
Overload defualt logging to pas an extra information like path, ip, cookies, session etc.
tightenco/overload
952 Downloads
Method overloading for PHP
typhoon/overloading
9 Downloads
The missing method overloading feature for PHP.
hermeslin/mockery-overload-properties
2592 Downloads
mock instance's properties via Mockery's overload keyword
opencultureconsulting/basics
655 Downloads
A collection of generic classes and useful traits for PHP projects.
aedart/athenaeum-properties
1366 Downloads
Provides means to dynamically deal with inaccessible properties, by implementing some of PHP's magic methods
aedart/athenaeum
5164 Downloads
Athenaeum is a mono repository; a collection of various PHP packages
struct/contracts-operator
3423 Downloads
Simple package for providing contracts for operator overloading
lisachenko/native-php-matrix
4 Downloads
PHP extension that provides Matrix class powered with overloaded operators
68publishers/smart-nette-component
5324 Downloads
Features for Nette Components and Presenters. Authorization via annotations, template resolving and overloading etc. ...
aedart/overload
11562 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)
worksolutions/php-method-overloading
8847 Downloads
Method overloading tool for php