wibiesana / padi-rest-api
Padi REST API Framework: Grow Silent, Feed Many. Lightweight & Scalable.
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:project
pkg:composer/wibiesana/padi-rest-api
Requires
- php: >=8.4
- wibiesana/padi-core: ^1.0.2
Requires (Dev)
- phpunit/phpunit: ^12.5
This package is auto-updated.
Last update: 2026-02-17 08:08:06 UTC
README
"PADI: The Staple Layer for Modern Apps."
"Stateless enough for workers, but connected enough for performance."
Welcome to the Padi REST API Framework - a high-performance, zero-bloat PHP toolkit designed for building professional, production-ready REST APIs.
âĻ P.A.D.I. Philosophy
- Performant: Fast and efficient.
- Adaptable: Easy to adapt to various databases and frontends.
- Distributed: Built for distributed systems and microservices architecture.
- Interface: A standard, reliable data connector for modern applications.
ðū Why Padi?
Padi REST API was born out of a desire for a lean, zero-bloat experience. We believe that building professional APIs shouldn't require fighting through layers of unnecessary framework complexity. Padi is explicitly designed to bridge the gap between developer productivity and enterprise-scale performance.
- ðŠķ Ultra-Lightweight & Zero-Bloat: Built with a "lean-and-mean" philosophy, Padi eliminates the heavy overhead and hidden "magic" of traditional frameworks. Every line of code exists to serve your API's performance, ensuring minimal latency and maximum clarity.
- ð Uncompromising Performance: Native support for FrankenPHP Worker Mode delivers speeds up to 10x faster than conventional PHP by keeping the application state optimized in memory.
- ð Modern & Future-Ready: Fully compatible with PHP 8.4+ standards, utilizing the latest language enhancements for robust, type-safe, and clean codebases.
- âïļ Stateless & Worker-Optimized: A purpose-built core structure that is safe from memory leaks, specifically engineered to excel in long-lived execution environments like high-traffic workers.
- ð ïļ Developer Experience First: With our powerful Auto CRUD Generator, you can transform a simple database schema into a production-ready API with full documentation in seconds.
- ðïļ Database Agnostic: Seamlessly switch or scale between MySQL, PostgreSQL, or SQLite without ever needing to rewrite your core business logic.
ð Documentation
The complete documentation for Padi REST API has been centralized in our main index. Please follow the link below to access guides on installation, core concepts, deployment, and performance optimization.
ð Documentation Index (docs/INDEX.md)
ð Quick Features
- ⥠FrankenPHP Ready: 3-10x performance boost with native worker mode.
- ðŠķ Zero-Bloat: Built with a lean-and-mean philosophy for maximum clarity.
- ð PHP 8.4+ Support: Modern, type-safe, and future-ready codebase.
- ð ïļ Auto CRUD Generator: Go from database schema to API in seconds.
- ð Security First: Built-in JWT Auth, Rate Limiting, and SQLi protection.
- ðïļ Database Agnostic: Supports MySQL, PostgreSQL, and SQLite.
Version: 1.0.0
Status: Production Ready â
Documentation: Go to Index â