bytespin/easyadmin-no-private-plugin
It replaces the `private function __construct` PHP keyword from all EasyAdmin classes by `public function __construct`, so you can call parent constructors when extending a class.
时间:2024-08-29 13:31
oldpak/instantiator
A small, lightweight utility to instantiate objects in PHP without invoking their constructors
时间:2024-04-02 09:23
code-simplify/ciesta-project
A simple way to write classes in PHP. No more getters, setters, constructors, or SQL.
时间:2023-03-11 19:13
pinkcrab/function-constructors
A collection of functions to make working with the standard php library a little easier for function composition. Allows the creation of partially applied library functions, to work as close to pure fucntions as possible.
时间:2020-11-13 14:29
scaleupstack/easy-object
Convenient object handling for a modern, defensive and strict style of programming in PHP without boilerplate code. E.g. default getters, typed properties, named/default constructors.
时间:2019-09-06 21:19
functional-php/named-parameters
Named parameters for functions, methods and constructors.
时间:2019-03-18 16:10
nxtlvlsoftware/static-constructors
Brings static class constructors to PHP!
时间:2019-02-20 11:44
agorlov/php-constructor-overloading
Multiple constructors in PHP
时间:2018-09-16 19:12
tomphp/exception-constructor-tools
A simple PHP trait which makes creating static constructors for exceptions nicer.
时间:2016-09-08 07:03
interophp/injector
Inject dependencies into constructors and methods
时间:2016-07-10 13:29
vladimmi/construct-static
Small Composer wrapper to implement static class constructors
时间:2015-07-27 13:55
ajf/php4_constructor_finder
Finds PHP4-style constructors
时间:2014-11-18 21:31
doctrine/instantiator
A small, lightweight utility to instantiate objects in PHP without invoking their constructors
时间:2014-08-12 01:08
franz-deleon/fdl-construct-invoker
A ZF2 module that enables argument passing to class constructors with arguments at construction time.
时间:2013-10-23 04:51