nssean/flexi

A flexible system to dynamically manage methods, override them, insert hooks and integrate them into PHP application logic, giving you full control over its operation.

v1.5.1 2025-06-08 03:40 UTC

This package is auto-updated.

Last update: 2025-09-09 18:09:27 UTC


README

Flexi is a flexible PHP system that allows dynamic management of methods, method overriding, and hooking into application logic. It provides developers with full control over business processes and enables custom modifications to the behavior of the application in a simple, efficient way.

Table of Contents

Features

  • Dynamic Method Management: Register, call, and override methods at runtime.
  • Hooks: Insert custom logic at specific points in your application without modifying the core code.
  • Stock: Dynamically register and override methods, providing full control over your application's logic and behavior.

Installation

You can install Flexi via Composer.In your project directory, run the following command:

composer require nssean/flexi

License

This project is licensed under the CC BY-NC 4.0 License. You may not sell this software, but you can use it freely in your projects.