Skip to content

A laravel alternative. Tuned for performance boost. Includes all basic and necessary classes.

License

Notifications You must be signed in to change notification settings

JoshyFrancis/phpnopea

Repository files navigation

Total Downloads License

About Phpnopea

Phpnopea is an alternative to laravel and excels in performance. It is based and built on same laravel principles. In our company, I was requested to speed up laravel and I came up with this.

Based on Laravel version 5.4.23

Features

  • Classes are minimal and optimized but all the necessary functions incorporated.
  • Blade template have been optimized to skip empty lines, comments(php,js,css) etc.(Only multiline comments allowed for single line php code eg:) It helps dramatic reduction in file size as well as the bandwidth usage.
  • Only 30 classes are required for the whole framework and to run a typical laravel project.
  • Simplified error logging. Tracking errors is easier than ever.

Please visit http://joshyfrancis.c1.biz to get an overview. This is the playground. You can register as a new user.

Visit http://joshyfrancis.c1.biz/route9999/23/test/123/test2/qwe to see the speed even on the 9999th route. Also check http://joshyfrancis.c1.biz/validatortest/create to see validator class in action.

  • check routes/web.php for more tests

I am working on the documentation. Please wait...