PHPackages                             jissanto/rapidrest - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. jissanto/rapidrest

ActiveLibrary[Framework](/categories/framework)

jissanto/rapidrest
==================

High-performance PHP library for building RESTful APIs with modern features like migrations, CLI tools, and more

v1.0.0(1y ago)05MITPHPPHP &gt;=8.1

Since Dec 27Pushed 1y ago1 watchersCompare

[ Source](https://github.com/jissantoindia/rapidrest)[ Packagist](https://packagist.org/packages/jissanto/rapidrest)[ Docs](https://github.com/jissantoindia/rapidrest)[ RSS](/packages/jissanto-rapidrest/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (13)Versions (2)Used By (0)

RapidRest PHP Framework
=======================

[](#rapidrest-php-framework)

A high-performance, developer-friendly PHP library for building RESTful APIs, inspired by modern frameworks like FastAPI and Next.js.

Features
--------

[](#features)

- Modern PHP 8.1+ with strict typing
- Intuitive routing system with support for path parameters
- Middleware support for request/response processing
- Built-in request validation and parsing
- Database migrations with CLI support
- JSON response handling
- PSR-7 compliant HTTP message interfaces
- Clean and maintainable codebase
- CLI tools for common tasks
- Database query builder
- Model relationships
- JWT authentication support

Installation
------------

[](#installation)

```
# Create a new project
composer create-project jissanto/rapidrest my-api

# Or add to existing project
composer require jissanto/rapidrest
```

Quick Start
-----------

[](#quick-start)

```
