kawnix / framework
A modular API-first PHP Framework designed as a Composer package.
0.1.2-stable
2025-05-13 12:06 UTC
Requires
- php: >=8.2
- nesbot/carbon: ^2.66
- psr/container: ^1.1
- psr/event-dispatcher: ^1.0
- psr/http-client: ^1.0
- psr/http-factory: ^1.0
- psr/http-message: ^1.0
- psr/link: ^1.0
- psr/log: ^1.1
- psr/simple-cache: ^1.0
This package is auto-updated.
Last update: 2025-06-13 12:21:20 UTC
README
Overview
Dabbling .. writing my own PHP Framework in an effort to better understand the PHP core. The goal is .. simply to get better at PHP. I consider myself a PHP expert now, but there is always room for growth. This interface will only ever process PHP files. If ... and it is a big if ... I get comfortable with it, I might use it in a package to function as a lightweight API server.
Installation
Right now you have to composer require kawnix/framework to get this running and it is clunky; to say the least.
Next Steps
I am going to create a composer create-project interface for this so it can be rapidly installed and tested.