PL

Micro PHP EEQ Framework

What is EEQ Framework?

EEQ Framework is an ultra-light and very fast PHP micro-framework for building custom web applications. It allows you to create both simple APIs and complex applications in PHP and using popular databases. It supports the MVC (Model-View-Controller) design pattern, which separates controllers from the view and model layers. With Composer, you can easily use ready-made libraries or write and publish your own. You can also use the built-in autoloader if the application you’re creating is, for example, a simple website that doesn’t require Composer. Writing the application is very simple, and it runs identically across different computers and operating systems thanks to the use of Docker. You can also use XAMPP if you don’t have Docker installed for some reason.

How it works?

You simply copy the framework files to the designated project directory. Configure the application settings. Run the appropriate Composer command, and you’re ready to program and develop your web application. Most importantly, knowledge of complex frameworks is not required. The EEQ Framework is very simple and intuitive. Basic PHP programming knowledge is sufficient.

Frequently Asked Questions (FAQ)

Does the script run fast?

Yes, the EEQ Framework is very simply written, so it works instantly and doesn’t require precompilation, unlike in large projects like Symfony or Laravel. So your problem isn’t the framework itself, but rather the proper optimization of database queries.

Does the script work with a MySQL database?

Yes, this app framework uses the PHP PDO class, which means it supports all the most popular databases. Furthermore, it allows you to use multiple databases in a single project.

Is the script safe?

Yes, user-side data is stored in a separate public directory. The remaining files are inaccessible to your application’s users. The framework also uses PDO class security for stored data.

Does the script use the MVC pattern?

Yes, the script uses the MVC (Model-View-Controller) design pattern.

Does the script use Composer?

Yes, you can use pre-built libraries with Composer or write your own. You can also use your own autoloader without Composer.

Can I use Docker?

Yes, of course it’s possible. You can also use something like XAMPP. However, with Docker, your application runs identically on all computers.

Download the script from GitHub

Get EEQ Framework from GitHub.com: https://github.com/EEQSOFT/framework.eeq

Rate the downloaded script

⭐⭐⭐⭐⭐
Average rating: 5 / 5 (1 votes)

Robert ⭐⭐⭐⭐⭐ (5)

A very simple and efficient PHP micro-framework for creating APIs and web applications. If you're familiar with PHP programming, this is definitely for you. It's based on the SOA (Service Oriented Architecture) framework and uses the MVC design pattern.

2026-02-23 17:59:19
Scroll to Top