High-Performance PHP Micro-Framework
Build lightning-fast REST APIs with the elegance of modern frameworks. Zero bloat, maximum flexibility, and exceptional performance.
Optimized routing engine with minimal overhead. Built for speed and efficiency.
No external dependencies except Composer. Keep your project lean and fast.
Clean, expressive syntax inspired by FastAPI. Get started in minutes.
Cross-origin resource sharing support out of the box. Ready for production.
Automatic JSON handling and response formatting. Perfect for modern APIs.
Built with performance and scalability in mind. Deploy with confidence.
Complete list of all available API endpoints with HTTP methods and descriptions.
Create a new user
Create a new post
Authenticate user and get access token
Echo back request data for testing
Fully update a user (all fields required)
Fully update a post (all fields required)
Partially update a user (only provided fields)
Partially update a post (only provided fields)
Delete a user
Delete a post
config/.env file:BASE_URL="http://localhost/your-project"
.htaccess:RewriteBase /your-subdirectory/RewriteCond %{REQUEST_URI} ^/your-subdirectory/api/
config/cors.php for production:'allow_all_origins' => false'allowed_origins' => ['https://yourdomain.com']