A pragmatic PHP framework for useful systems.
cobraPHP is a lean PHP framework for web applications, APIs, CLI tools, documentation workflows and integration tasks. It is built from real-world constraints, not assumptions.
It does not try to replace every existing framework. It exists for situations where a smaller, understandable and professional tool is the better choice.
Why cobraPHP exists
Many projects do not need a full enterprise ecosystem. They need clarity, maintainability and predictable behavior. Internal tools, API bridges, admin systems, data transfers, ERP-adjacent workflows and operational helpers often benefit more from simplicity than from framework ceremony.
cobraPHP keeps plain PHP visible. It supports HMVC where structure helps, flat applications where simplicity is enough, and explicit Web / API / CLI handling where real systems require all three.
Professional, but modest
cobraPHP is intentionally positioned for sufficient professional solutions. “Sufficient” does not mean inferior. It means proportionate, maintainable and fit for purpose.
Composer is supported, but not mandatory. An internal SQLite database can be created automatically for framework services. The framework can also run without it, with reduced functionality. Projects can be moved without heavy reconfiguration.
- small web applications
- admin and internal tooling
- REST APIs and interface layers
- CLI automation and scheduled jobs
- data transformation and transfer systems
- documentation and project inspection workflows
Who it is for
cobraPHP addresses developers who prefer understanding over framework magic, experienced developers who sometimes need a smaller professional tool, and people working with integrative and organizational systems rather than only pure application development.
It is especially useful where development, operations and practical system responsibility overlap.
cobraPHP is developed by Gems Lighted.
Follow development videos on YouTube: @tech-jeweler