What PHP Jet is not

Another Laravel, Symphony, ZF, ...

PHP Jet is not "another PHP framework". This framework solves a number of things differently. For example, the so-called routing is different , PHP Jet can be installed using composer as a package, but PHP Jet doesn't actually need composer. PHP Jet really puts a lot of emphasis on modularity and thus on dividing projects into small, easily developable units (micro-services and micro-applications).

PHP Jet is not a CMS

PHP Jet is an absolutely universal PHP Framework. What you see after installation is nothing more than a sample application showing the basic capabilities of PHP Jet. Yes, the sample application is more extensive than is common with competing frameworks. But really, it's just a small demonstration of the really wide possibilities of this framework and the possibility to quickly and qualitatively develop any online application at a professional level.

PHP Jet is not a new (and experimental) project

As I already wrote, Jet has a very long history and development as well as practical use. Only its version intended for PHP8 and the first to be published is new. Even Jet went through phases of rebirth and pathfinding. The last big cleanup in the code is related to the creation of this documentation, when I am also doing a general revision. But for the future I plan a gradual and continuous evolution. I don't want to release something into the world that will constantly change fundamentally. This is not good for commercial use (the paying client doesn't care that someone decided to "hack" the framework).

Previous chapter
What is Jet?
Next chapter
Installation