mini4work/project

A minimalistic and flexible PHP framework with a lightweight core and modular structure.

1.0.5 2025-01-11 17:44 UTC

This package is auto-updated.

Last update: 2025-08-11 19:06:24 UTC


README

Mini4Work Logo

Mini4Work is a lightweight, minimalistic, and universal PHP framework designed for developers who value simplicity and flexibility. It offers a highly customizable block-based structure and a powerful dependency injection container, allowing you to build exactly what you need without unnecessary overhead.

Key Features

  • Minimalistic Core – Focus on essential components, keeping your codebase clean and maintainable.
  • Flexible Dependency Injection – Built-in container for easy management of dependencies.
  • Modular Block Structure – Develop and reuse independent modules with ease.
  • High Customizability – Choose only the features you need, avoiding unnecessary complexity.
  • Lightweight and Fast – Designed to deliver optimal performance with minimal resource usage.
  • Easy to Learn and Use – Straightforward design and clear documentation make it accessible for developers of all levels. (In develop, really!)

Getting started

Prerequisites

  • PHP version 8.3 or high
  • Composer

Creating app

This command will generate a new directory containing the basic project structure. Give it a try:

composer create-project mini4work/project myFirstApp

Move to your new directory and make first launch:

cd myFirstApp
php m4w

Contributing

Mini4Work is designed to remain simple and lightweight. If you have any improvements or features to suggest for the core framework, feel free to submit a Pull Request.

License

Mini4Work is distributed by The MIT license.