PHPackages                             phphleb/radjax - 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. [API Development](/categories/api)
4. /
5. phphleb/radjax

ActiveLibrary[API Development](/categories/api)

phphleb/radjax
==============

Ajax- and API-router for Micro-Framework HLEB

3111PHP

Since May 23Pushed 4y agoCompare

[ Source](https://github.com/phphleb/radjax)[ Packagist](https://packagist.org/packages/phphleb/radjax)[ RSS](/packages/phphleb-radjax/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Radjax (fast Ajax- and API-router)
----------------------------------

[](#radjax-fast-ajax--and-api-router)

### [![RADJAX LOGO](https://raw.githubusercontent.com/phphleb/radjax/671f5116685362cfb733e94e665d7ca5efb15821/Src/logo.jpg)](https://raw.githubusercontent.com/phphleb/radjax/671f5116685362cfb733e94e665d7ca5efb15821/Src/logo.jpg)

[](#)

The Radjax is not included in the original configuration of the framework [HLEB](https://github.com/phphleb/hleb), so it must be copied to the folder with the vendor/phphleb libraries from the [github.com/phphleb/radjax](https://github.com/phphleb/radjax) repository or installed using Composer:

```
$ composer require phphleb/radjax
```

Connection to the project in /routes/radjax.php (are priority)

```
Radjax\Route::get("/info/", ["get"], "App\Controllers\TestController@index", ["protected"=>false]);

// and advanced customization

Radjax\Route::get("/weather/{y}/{m}/{d}/{h?}/", ["get","post"], "App\Controllers\TestController@weather", ["protected"=>true, "where"=>["y"=>"[0-9]+", "m"=>"[0-9]+", "d"=>"[0-9]+", "h"=>"[0-9]+"], "session_saved" => false]);
```

Connection separate from HLEB :

```
// require or through classes autoloader

require '/vendor-directory/phphleb/radjax/Route.php';

require '/vendor-directory/phphleb/radjax/Src/RCreator.php';

require '/vendor-directory/phphleb/radjax/Src/App.php';

// Initialization with the path to the route file.
// If the route was found, boolean `true` will be returned, else `false`.
$isActive = (new Radjax\Src\App(['/path-to-directory/routes/radjax-route.php']))->get();
```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity26

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/add493abc37e54c44eabe920dd9facf7aae69955c84bb8245b561f3fc51708da?d=identicon)[phphleb](/maintainers/phphleb)

---

Top Contributors

[![phphleb](https://avatars.githubusercontent.com/u/48386098?v=4)](https://github.com/phphleb "phphleb (47 commits)")

### Embed Badge

![Health badge](/badges/phphleb-radjax/health.svg)

```
[![Health](https://phpackages.com/badges/phphleb-radjax/health.svg)](https://phpackages.com/packages/phphleb-radjax)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k13](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
