The smallest PHP Micro-framework you can imagine [W45]
Imagine a framework that fits in just 3 lines of code. Would you use it?
PHP Articles
🆕 PHP 8.2.12 released!
The PHP development team announces the immediate availability of PHP 8.2.12. This is a bug fix release.
📚 Building Message-Driven Framework — Foundation
Most of the materials will say not to build your own Messaging Framework, yet somehow we’ve a lot of them, better or worse, internal or open sourced.
📚 PHP ORM: Data Mapper vs Active Record
Object-relational mapping (ORM) is a programming technique that maps entities in a database to objects in a programming language. ORMs provide a layer of abstraction between the database and the application, which can make the code easier to read, write, and maintain.
📦 µ PHP Micro-framework
The "micro-frameworks" out there weren't micro enough for me, so I brushed up on some of my code golfing skills to create µ.
Laravel
📚 How To Export CSV File In Laravel 10 Example
In this article, I will delve into the process of exporting CSV files in Laravel 10, a powerful PHP framework known for its simplicity and elegance.
📚 Real-time Web Applications with Laravel: Streaming Responses Using Server-Sent Events
In our fast-paced digital world, real-time data delivery has become an essential feature of many web applications.
📦 Laravel N+1 Query Detector
This package monitors your queries in real-time, while you develop your application and notify you when you should add eager loading (N+1 queries).
Symfony
📦 SurveyLib
This bundle provides a library of survey-related Entities and Services for Symfony projects.





