2017 © Pedro Peláez
 

library dynamic

Versatile Dynamic/Hybrid class generator library which can used when existing classes or objects that need to be evolved at a runtime.

image

bagf/dynamic

Versatile Dynamic/Hybrid class generator library which can used when existing classes or objects that need to be evolved at a runtime.

  • Sunday, January 15, 2017
  • by bagf
  • Repository
  • 0 Watchers
  • 1 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Dynamic Library

Dynamic/Hybrid class generator library which can work in many situations. This library can implemented where existing classes or objects that need to be evolved at a runtime., (*1)

Installation

composer require bagf/dynamic

Example

@todo More documentation, (*2)

        $profile = \Bagf\Dynamic\Builder::fromInstance($profile)
            ->implement(SendInvitation::class)
            ->shareTrait(InviteUsers::class)
            ->instance();

The Versions

15/01 2017

dev-master

9999999-dev

Versatile Dynamic/Hybrid class generator library which can used when existing classes or objects that need to be evolved at a runtime.

  Sources   Download

Unlicense

by Avatar bagf