componere

pecl install componere

Composing PHP classes at runtime

Componere is able to compose classes at runtime, and monkey patch objects.

Maintainer

  • Joe Watkins (lead )
  • Remi Collet (lead )

Details

Stars: 38
Issue openned: 6
Downloads: 31986
3.0.0
5 years ago
Download DLL for processor with 64 bits architecture (x64)
PHP 7.3
Loading...
PHP 7.2
Loading...
PHP 7.1
Loading...
Download DLL for processor with 32 bits architecture (x86)
PHP 7.3
Loading...
PHP 7.2
Loading...
PHP 7.1
Loading...
Request a build
Request to the website owner's team the built this extension with this parameters. The result is not guaranteed and can be impossible for many reasons. The extension source code is frequently not upto date with the most recent PHP version.
If you have another code source for this extension, provide it in comment.
Please (or register) to request a build.
Version 3.0.0 change log


- Fix #9 crash collecting coverage with phpdbg
- Fix #10 prototype incorrectly set causing incorrect scope detection
- Fix #11 Method::setFinal
- Fix #12 Method names reflection
- Fix #13 Assertion failure in zend_function_dtor
- Fix #14 Unexpected trait behaviour
- Fix #7 Inheritance tree broken by registering new classes
- Fix #15 Classes not being restored on definition destruction
- Fix #16 Constant AST not updated
- Fix #18 unexpected behaviour when name and parent refer to same class
- Definition::setConstant
- Drop 7.0 support

requires:

  • php >=7.0.0
  • pearinstaller >=1.10