chappy-php / chappy-php
Starter project for Chappy PHP Framework.
Installs: 37
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 3
Type:project
Requires
- php: >=8.3
- chappy-php/chappy-php-framework: ^1.0
- dev-main
- v1.2.4
- v1.2.3
- v1.2.1
- v1.2.0
- v1.1.2
- v1.1.1
- 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-24 01:38:25 UTC
README

Chappy.php Starter Application
Chappy.php is a lightweight, extensible MVC PHP framework designed for developers who want clarity, power, and flexibility in their projects.
Originally a fork of the Ruah PHP MVC framework inspired by Freeskillsβ YouTube series, we've expanded it with modern tools, cleaner structure, and new features.
π Quick Start
- Install system dependencies:
- PHP 8.3+
- Composer
- npm
- Create a new project:
composer create-project chappy-php/chappy-php my-app
cd my-app
- Run the development server:
php console serve
- Start Vite dev server:
npm run dev
π§° Features
- βοΈ Custom form handling & validation
- π§ Dynamic routing
- π§ͺ Unit test support
- π§βπ» User authentication & ACL
- π₯ Vite-based asset bundling
- π§± Layouts, components, and views
- π API docs via Doctum
- π Built-in documentation using Jekyll
- π Command-line support via Symfony Console
- π₯ Secure file uploads
- π¦ Seeders, migrations, and database helpers
System Requirements
- Apache or Nginx (or XAMPP)
- PHP 8.3
- MySQL or MariaDB
- Composer, Node.js, npm
- SQL Management software
- Composer
- git
- OS: macOS / Linux / Windows 10+
π Documentation Full documentation is included with the project. After setup, access:
- π User Guide
- π§ API Reference
π¬ Contact Questions or suggestions? π§ chad.chapman2010@gmail.com. π Open an issue
π Social Youtube: https://www.youtube.com/@chappy-php
π Credits
- βmvcβ icon by iconixar, from thenounproject.com.
- Freeskills on YouTube (https://www.youtube.com/playlist?list=PLFPkAJFH7I0keB1qpWk5qVVUYdNLTEUs3)