Download the PHP package farme/framework without Composer
On this page you can find all versions of the php package farme/framework. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download farme/framework
More information about farme/framework
Files in farme/framework
Package framework
Short Description The Farme PHP Framework - Built with procedural simplicity
License MIT
Homepage https://github.com/mista78/farme-framwork
Informations about the package framework
Farme Framework
The PHP Framework That Just Works - Built with procedural simplicity, powered by dynamic CSS generation, and designed for developers who want to build fast without the complexity of modern frameworks.
Features
- π§© Procedural Architecture - Pure PHP functions, no classes required
- β‘ Dynamic CSS Generation - Like Tailwind CSS, but generated on-demand
- πΊοΈ Route Auto-Discovery - Routes automatically discovered from controller annotations
- ποΈ ORM-like Database - ActiveRecord-style operations with query builder
- π¨ Atomic Components - Reusable UI components built with atomic design principles
- ποΈ Modern Templates - Beautiful login/register templates with home page styling
Installation
Using Composer (Recommended)
Manual Installation
- Download the framework and project template
- Install dependencies:
composer install - Copy
.env.exampleto.env - Start the server:
php console.php serve
Quick Start
Create a Controller
Create a Model
Create a Template
Use Form Organism
Console Commands
Architecture
Procedural Functions
No classes, no objects. Just functions that do one thing well.
Auto-Discovery
Routes are automatically discovered from function annotations.
Dynamic CSS
Only generates the CSS you actually use, resulting in dramatically smaller bundle sizes.
ORM-like Operations
Modern UI Components
The framework includes a comprehensive set of UI components:
- Atoms: Button, Input, Label, Badge, Typography
- Molecules: Card, Alert, Form Field
- Organisms: Form, Header
- Layouts: Default, Minimal, API
All styled with FarmeDynamic CSS utility framework.
Project Structure
License
The Farme Framework is open-sourced software licensed under the MIT license.