chappy-php / chappy-php-framework
A lightweight and extensible PHP MVC framework.
Installs: 74
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 2
Language:HTML
Requires
- php: >=8.3
- composer: *
- doctrine/inflector: ^2.0
- fakerphp/faker: ^1.24
- filp/whoops: ^2.17
- giggsey/libphonenumber-for-php: ^9.0
- nesbot/carbon: ^3.8
- phpunit/phpunit: ^11.3
- ramsey/uuid: ^4.7
- smknstd/fakerphp-picsum-images: ^1.0
- symfony/console: ^7.1
- symfony/filesystem: ^7.1
- symfony/var-dumper: ^7.2
- tinymce/tinymce: ^7.7
- vlucas/phpdotenv: ^5.6
- dev-main
- v1.1.0
- v1.0.36
- v1.0.35
- v1.0.34
- v1.0.33
- v1.0.32
- v1.0.31
- v1.0.30
- v1.0.29
- v1.0.28
- v1.0.27
- v1.0.26
- v1.0.25
- v1.0.24
- v1.0.23
- v1.0.22
- v1.0.21
- v1.0.20
- v1.0.19
- v1.0.18
- v1.0.17
- v1.0.16
- v1.0.15
- v1.0.14
- v1.0.13
- v1.0.12
- v1.0.11
- v1.0.10
- v1.0.9
- v1.0.8
- v1.0.7
- v1.0.6
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
This package is auto-updated.
Last update: 2025-06-08 02:01:39 UTC
README

Chappy.php Framework
A lightweight, modern, and extensible PHP MVC framework for building robust web applications with ease.
๐ฆ Overview
Chappy.php is a modern PHP MVC framework focused on clarity, modularity, and rapid development. It powers the chappy-php/chappy-php starter project and includes features inspired by Laravel, Symfony, CodeIgniter, and custom lightweight design.
โ๏ธ Features
- ๐ก Lightweight & fast core
- โ๏ธ Templating with layouts and components
- ๐ Built-in user authentication and ACL
- ๐งฐ Custom form validation system
- ๐ Routing and controllers
- ๐ฆ Symfony-based CLI (
console
) - ๐งช PHPUnit testing support
- ๐ฑ Seeder & migration support
- ๐ Doctum-generated API docs
- ๐งพ .env configuration with
vlucas/phpdotenv
- ๐ Organized PSR-4 structure
- ๐ Jekyll user guide
๐ Getting Started
Chappy.php is published as a Composer package.
Install via chappy-php/chappy-php starter project:
composer create-project chappy-php/chappy-php my-app