PHPackages                             jacksonsr45/radiante-php - 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. jacksonsr45/radiante-php

ActiveLibrary[Framework](/categories/framework)

jacksonsr45/radiante-php
========================

This is a simple micro-framework in PHP

1.0.2(2y ago)026MITPHPPHP &gt;=7.0

Since Aug 15Pushed 2y ago1 watchersCompare

[ Source](https://github.com/jacksonsr451/radiante-php)[ Packagist](https://packagist.org/packages/jacksonsr45/radiante-php)[ RSS](/packages/jacksonsr45-radiante-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (4)Used By (0)

RadiantPHP Microframework
=========================

[](#radiantphp-microframework)

RadiantPHP is a lightweight microframework for building PHP web applications. It provides a simple and elegant structure to develop web projects with ease. With RadiantPHP, you can quickly build RESTful APIs, web services, or small to medium-sized websites.

The RadiantPHP ServerRequestFactory provides a simple and convenient way to handle HTTP requests and responses in your PHP application. This documentation will guide you on how to integrate the ServerRequestFactory into your `index.php` file to handle incoming requests and send appropriate responses.

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

[](#installation)

In you project php, opem your terminal and enter with this commands!

```
composer require jacksonsr45/radiante-php
```

Usage
-----

[](#usage)

Follow the steps below to integrate the RadiantPHP ServerRequestFactory into your `index.php` file:

1. **Import the required class**:

```
