you-skeleton / project
Squelette de projet PHP YouSkeleton
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:project
pkg:composer/you-skeleton/project
Requires
- php: >=8.4
- ext-pdo: *
- dotenv-org/phpdotenv-vault: ^0.2.4
- hajjvero/you-framework: ^1.8
Requires (Dev)
- symfony/var-dumper: ^8.0
This package is auto-updated.
Last update: 2026-01-10 09:54:20 UTC
README
A professional, modern, and lightweight skeleton for building applications with You-Framework.
Features
- PHP 8.4+ Support: Leverage the latest PHP features.
- Modular Core: High-performance components for Routing, ORM, Console, and more.
- Dependency Injection: Full auto-wiring support via the YouKernel.
- Modern CLI: Powerful generators and migration tools.
Quick Start
1. Installation
composer create-project you-skeleton/project my-project
cd my-project
2. Configuration
Copy the example environment file and configure your database:
cp .env.example .env
3. Run the Server
php you serve
Your app is now running at http://127.0.0.1:8000!
Documentation
For detailed guides and full API reference, please check the docs/ directory:
- 🚀 Getting Started
- 🌐 Routing
- 🏗️ Controllers
- 🗄️ ORM & Database
- 💻 Console Commands
- 🛠️ You-Make Generators
- 🧠 The Kernel
License
This project is open-sourced software licensed under the MIT license.