A minimalistic PHP framework designed for simplicity and small-scale projects

3 Open Issues Need Help Last updated: Jul 12, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement 'pluck' and 'groupby' methods for the collection class within a minimalistic PHP framework. This will allow for easier data manipulation and aggregation.

Complexity: 3/5
good first issue

A minimalistic PHP framework designed for simplicity and small-scale projects

PHP
Route about 2 months ago

AI Summary: Implement a basic routing system for a minimalistic PHP framework. This involves mapping incoming URLs to specific controller actions or functions.

Complexity: 3/5
good first issue

A minimalistic PHP framework designed for simplicity and small-scale projects

PHP
Handle php://input about 2 months ago

AI Summary: Implement functionality in a minimalistic PHP framework to handle JSON requests. The task involves decoding the `php://input` stream and merging its contents with the `$_POST` superglobal when the request is identified as JSON.

Complexity: 3/5
good first issue

A minimalistic PHP framework designed for simplicity and small-scale projects

PHP