Getting Started
genes is a complete PHP framework with built-in UI (HTML/CSS/JS) and API capabilities. No installation, no dependencies, no build tools required.
Quick Start
- Clone or download genes
- Place genes.php, genes.css, genes.js in your project
- Create index.php and require genes.php
- You're done! Start building.
Core Documentation
Key Features
- Zero Dependencies: Pure PHP, vanilla JS, plain CSS
- Built-in REST API: Auto-generated CRUD endpoints
- UI Framework: Responsive CSS and DOM manipulation
- Multi-language: Built-in internationalization
- Template System: HTML partials and layouts
- Config-Driven: JSON configuration for everything