DEV Community

Yasser Elgammal
Yasser Elgammal

Posted on

Green Framework: Simple & Modern PHP Framework for Fast Development

Green Framework is a simple and modern PHP framework built to make development faster and easier.

It focuses on clean code and uses modern PHP features like Attributes, so you can define things like routes directly inside your controllers without extra files.

πŸš€ Why use Green?

  • Simple and lightweight
  • Clean and readable code
  • Fast to build with
  • Great for small to medium projects

⚑ Installation

You can install Green Framework using Composer:

composer create-project yasser-elgammal/green
Enter fullscreen mode Exit fullscreen mode

πŸ“š Documentation

You can view the full documentation and explore the project on GitHub:

πŸ‘‰ Project link on GitHub

Feel free to explore the code, open issues, or contribute to the project πŸš€

πŸ’‘ Conclusion

Green Framework is a good choice if you want a clean and simple way to build modern PHP applications without unnecessary complexity.

Top comments (0)