Skip to content
/ dynamic Public

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

License

Notifications You must be signed in to change notification settings

bagf/dynamic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Installation

composer require bagf/dynamic

Example

@todo More documentation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages