PHPackages                             minwork/minwork - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. minwork/minwork

AbandonedArchivedLibrary[Framework](/categories/framework)

minwork/minwork
===============

Minwork - Simple yet powerful PHP 7.1 framework

v0.17.5(6y ago)11001MITPHPPHP &gt;=7.1

Since Apr 24Pushed 6y agoCompare

[ Source](https://github.com/minwork/minwork)[ Packagist](https://packagist.org/packages/minwork/minwork)[ RSS](/packages/minwork-minwork/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (2)Versions (79)Used By (1)

Minwork - PHP Framework
=======================

[](#minwork---php-framework)

Disclaimer
----------

[](#disclaimer)

Currently minwork framework is in alpha stage and can have breaking changes between releases, which also means that examples may be out of date.

It is **not recommended** to use it in production environment, but if you still want to, then specify exact library version to avoid updates that can break your application.

What is Minwork?
----------------

[](#what-is-minwork)

Minwork is a PHP 7 micro framework designed to be fast, compact, easy to use, with interchangeable modules.

Main advantages of Minwork are:

- **Flexible** - every part of the framework can be replaced with your own as long as it implements specified interface
- **Event based** - all major actions trigger corresponding events for easy hooking and modifying application flow
- **Operations** - model utilizes command design pattern which allows to execute, queue and revert any CRUD operation
- **Fast** - due to light weight, small and simple modules with only most necessary functionality as well as no external dependencies Minwork is incredibly fast
- **Minimum effort** - you can create basic application under 1 minute with less than 15 lines of code
- **PHP 7** - utilizes every benefit of PHP 7 to make your work even smoother and more comfortable
- **IDE friendly** - everything you need to know about any module or method is well documented using PHPDoc

Example
-------

[](#example)

This is how to create simple Hello World application

```
