Slim Framework Showcase
A collection of production-ready packages and skeletons built with Slim PHP
What is Slim?
A micro framework for PHP
Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs.
Fast & Lightweight
Slim has an incredibly low footprint (~4MB) and minimal overhead, making it perfect for microservices and APIs.
Secure
Built with security in mind, Slim helps protect against common vulnerabilities like XSS and CSRF.
Flexible
Use only what you need. Slim doesn't force you to use any particular components.
Middleware Architecture
Powerful middleware system lets you customize request/response handling.
Official Resources
Get started with Slim
Official Website
Visit the official Slim Framework website for the latest news and updates.
Documentation
Comprehensive documentation for all versions of Slim Framework.
My Packages
Slim Framework Extensions
Production-ready packages and skeletons built on top of Slim
Simple Site Skeleton
A minimal but complete website skeleton with error handling, Twig templates, and routing
Features
- Twig templating
- Custom error pages
- Production-ready setup