Ouzo PHP MVC framework

2.0.2 2023-09-12 11:15 UTC

README

Ouzo Framework

Ouzo is a PHP MVC framework with built-in ORM and util libraries. PHP 8.2 or later is required.

Build Status Build Status Documentation Status Coverage Status Latest Stable Version Total Downloads License Average time to resolve an issue

Join the chat at https://gitter.im/letsdrink/ouzo

We believe in clean code and simplicity. We value unit testing and beautiful design.

Want to know more?

For ideas, questions, discussions write to ouzo-framework@googlegroups.com.

Current release

See the release notes and latest documentation.

Contributing to Ouzo

  • Don't hesitate to ask questions on mailing list or submit issues on github.
  • If you know the answer to questions/problems that others have then go ahead and reply.
  • Found something unclear in docs or app messages? Let us know and help us improve Ouzo.
  • If you miss a feature - check out issues, maybe it is already addressed. If not, drop us an example of what you need (issues or mailing list).
  • Want to help? Browse the issues and grab something to work on!
  • How to contribute? Create a fork and start a branch. Let us know when you are done, we will discuss it and merge your pull request.

General rules

  • We encourage you to use PhpStorm IDE for Ouzo development.
  • Write a test. Or tests. The more the better.
  • Make sure to run a full test suite before you send us a PR.
  • Don't forget to update the docs!
  • And the changelog as well.

Support for PHP versions older than 8.2

Ouzo has dropped support for PHP versions older than 8.2 since Ouzo 3.x. If you want to use Ouzo with PHP 5.6 or 7.x, please try Ouzo 1.x branch, for PHP 8.0 use 2.x branch.