Libraries tagged by overloading
crowdstar/exponential-backoff
12481 Downloads
Prevent overloading an unavailable service by doubling the timeout each iteration.
worksolutions/php-method-overloading
8846 Downloads
Method overloading tool for php
typhoon/overloading
8 Downloads
The missing method overloading feature for PHP.
opencultureconsulting/basics
416 Downloads
A collection of generic classes and useful traits for PHP projects.
aedart/athenaeum-properties
1243 Downloads
Provides means to dynamically deal with inaccessible properties, by implementing some of PHP's magic methods
aedart/athenaeum
5138 Downloads
Athenaeum is a mono repository; a collection of various PHP packages
struct/contracts-operator
2268 Downloads
Simple package for providing contracts for operator overloading
68publishers/smart-nette-component
4696 Downloads
Features for Nette Components and Presenters. Authorization via annotations, template resolving and overloading etc. ...
tightenco/overload
949 Downloads
Method overloading for PHP
aedart/overload
11387 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)
drewlabs/overloadable
357 Downloads
Provides function overloading to PHP language. It's an experimental feature as it may not be optimized for all use-case
upscale/stdlib-overloading
2 Downloads
PHP7 function/method arguments overloading
sahil-gulati/overloading
16 Downloads
PHP overloading
constructor-overloading/constructor-overloading
28 Downloads
Constructor overloading for PHP 5.3
agorlov/php-constructor-overloading
37 Downloads
Multiple constructors in PHP