trending
Marius Pantea

1mo ago

Maravel-Framework boot speed improvements

Version 10.55.0 lost ~10.8 k rows of dev environment code that was moved to a separate package. https://marius-ciclistu.medium.c...

Version 10.56.0 brings faster boot time for apps that have many listeners for events and/or observers by improving the way they are registered, including caching the observers when events are cached. https://marius-ciclistu.medium.c...

Marius Pantea

2mo ago

Maravel-Framework 10.54.3 security and speed improvement

Maravel-Framework 10.54.3, which is used in Maravel Micro-Framework and Maravelith Template, restricts the devCommands to local environment and by doing this, it speeds up the boot of the application. Also it contains a back-port for \Illuminate\Console\Prohibitable with the mention that these classes are by default prohibited from running in production:

  • \Illuminate\Database\Console\Migrations\FreshCommand

  • \Illuminate\Database\Console\Migrations\MigrateMakeCommand

  • \Illuminate\Database\Console\WipeCommand

  • \Illuminate\Database\Console\Migrations\ResetCommand

  • \Illuminate\Database\Console\Migrations\RefreshCommand

  • \Illuminate\Database\Console\Seeds\SeedCommand

The differences to Laravel/Lumen are:

Marius Pantea

2mo ago

Maravel Microframework template is 15.965% faster than Lumen 10

Maravel 10.51.4 can process woth 15.965% more requests per second vs Lumen 10. This is without caching for config or routes and without opcache preload. More details https://github.com/myaaghubi/PHP...

Marius Pantea

6mo ago

Maravel PHP framework - Alternative to Lumen Framework

Maravel Framework and its template for APIs Maravel are an improvement inspired by Lumen 10.0.4 and Laravel packages v10.48.29. Maravelith is a template for monoliths that was inspired by Laravel 10.3.3 and Laravel Components 10.48.29.