pawelzny/meta-class

Framework agnostic MetaClass support for PHP classes

v1.0.1 2017-03-02 21:39 UTC

This package is not auto-updated.

Last update: 2024-05-25 17:54:34 UTC


README

Dependency free, framework agnostic MetaClass support for PHP Classes. Easy to use encapsulation for meta data and meta methods.

Licensed under ISC condition Copyright (c) 2017, Paweł Zadrożny.

What this package is

  • PHP classes extension container for meta data and meta methods.
  • Ability to perform actions on object which is not related to business logic.
  • Ability to store information needed for automation application logic.
  • Delegation of logic with extensible components composition.

What this package is not

  • This is no Python-like PHP extension used to redefine classes behaviour.
  • Workaround for bad inheritance architecture.
  • Another complex library which slows down application execution.

Documentation