Libraries tagged by Overload
lisachenko/z-engine
24441 Downloads
Write PHP extensions in pure PHP: direct FFI access to the Zend Engine internals
gosuperscript/axiom-interval
42074 Downloads
A PHP library that extends gosuperscript/axiom with support for Interval types, providing type-safe interval handling and operator overloading for schema validation
crowdstar/exponential-backoff
37182 Downloads
Prevent overloading an unavailable service by doubling the timeout each iteration.
data-type/contracts
2457 Downloads
DataType closes an important gap in PHP by providing a simple and consistent pattern for designing complex data types such as `Date`, `Email`, `Amount`. Together with its sister package, data-type/operator, it adds functionality similar to operator overloading.
creativestyle/magesuite-extended-exception
67002 Downloads
Overload defualt logging to pas an extra information like path, ip, cookies, session etc.
68publishers/smart-nette-component
9684 Downloads
Features for Nette Components and Presenters. Authorization via annotations, template resolving and overloading etc. ...
tightenco/overload
953 Downloads
Method overloading for PHP
aedart/overload
12784 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)
typhoon/overloading
9 Downloads
The missing method overloading feature for PHP.
steevanb/composer-overload-class
103488 Downloads
Add extra to composer.json, to overload autoloaded class
hermeslin/mockery-overload-properties
3679 Downloads
mock instance's properties via Mockery's overload keyword
opencultureconsulting/basics
1384 Downloads
A collection of generic classes and useful traits for PHP projects.
lisachenko/native-php-matrix
5 Downloads
PHP extension that provides Matrix class powered with overloaded operators
aedart/athenaeum
5166 Downloads
Athenaeum is a mono repository; a collection of various PHP packages
aedart/athenaeum-properties
1969 Downloads
DEPRECATED - Provides means to dynamically deal with inaccessible properties, by implementing some of PHP's magic methods