PHPackages                             xp-framework/rad - 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. xp-framework/rad

AbandonedArchivedLibrary[Framework](/categories/framework)

xp-framework/rad
================

RAD Module

v0.1.1(11y ago)113BSD-3-ClausePHPPHP &gt;=5.4.0

Since Jan 11Pushed 11y ago1 watchersCompare

[ Source](https://github.com/xp-framework/rad)[ Packagist](https://packagist.org/packages/xp-framework/rad)[ Docs](http://xp-framework.net/)[ RSS](/packages/xp-framework-rad/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

RAD Module
==========

[](#rad-module)

[![Build Status on TravisCI](https://camo.githubusercontent.com/258b4bbf8fe81205495df924e54699a14f3d83d3144382891b0e3b1b63fab00b/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f78702d6672616d65776f726b2f7261642e737667)](http://travis-ci.org/xp-framework/rad)[![XP Framework Module](https://raw.githubusercontent.com/xp-framework/web/master/static/xp-framework-badge.png)](https://github.com/xp-framework/core)[![BSD Licence](https://raw.githubusercontent.com/xp-framework/web/master/static/licence-bsd.png)](https://github.com/xp-framework/core/blob/master/LICENCE.md)[![Required PHP 5.4+](https://raw.githubusercontent.com/xp-framework/web/master/static/php-5_4plus.png)](http://php.net/)[![Required HHVM 3.4+](https://raw.githubusercontent.com/xp-framework/web/master/static/hhvm-3_4plus.png)](http://hhvm.com/)[![Latest Stable Version](https://camo.githubusercontent.com/4826a043b0f60aa28ba1fe981ad1aac6c1b69a035a8109b4da525887a991af6c/68747470733a2f2f706f7365722e707567782e6f72672f78702d6672616d65776f726b2f7261642f76657273696f6e2e706e67)](https://packagist.org/packages/xp-framework/rad)

This module allows rapid application development as PHP warnings are not raised as exceptions, which is the framework's default behaviour since [RFC #291](https://github.com/xp-framework/rfc/issues/291) was implemented.

Example
-------

[](#example)

```
$ xp -w '$a++'
Uncaught exception: Exception lang.reflect.TargetInvocationException (xp\runtime\Evaluate::main)
  at lang.reflect.Method::invoke(NULL, array[1]) [line 248 of class-main.php]
Caused by Exception lang.NullPointerException (Undefined variable: a)
  at ::__error(8, (0x15)'Undefined variable: a', (0x60)'...', 1, array[5]) [line 1 of Evaluate.class.php(37) : eval()'d code]
  at ::eval() [line 37 of Evaluate.class.php]
  at xp.runtime.Evaluate::main(array[1]) [line 0 of StackTraceElement.class.php]
  ... 2 more

```

Simply add this module to your class path to enable the RAD mode:

```
$ xp -cp ../rad/src/main/php/ -w '$a++'
null
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~32 days

Total

2

Last Release

4113d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/07d18d882c8b4aaf3466432f64018214f2771eda333202175431ee7233795376?d=identicon)[thekid](/maintainers/thekid)

---

Top Contributors

[![thekid](https://avatars.githubusercontent.com/u/696742?v=4)](https://github.com/thekid "thekid (8 commits)")

---

Tags

modulexp

### Embed Badge

![Health badge](/badges/xp-framework-rad/health.svg)

```
[![Health](https://phpackages.com/badges/xp-framework-rad/health.svg)](https://phpackages.com/packages/xp-framework-rad)
```

###  Alternatives

[nwidart/laravel-modules

Laravel Module management

6.1k14.6M274](/packages/nwidart-laravel-modules)[internachi/modular

Modularize your Laravel apps

1.1k662.4k8](/packages/internachi-modular)[mhmiton/laravel-modules-livewire

Using Laravel Livewire in Laravel Modules package with automatically registered livewire components for every modules.

236409.6k9](/packages/mhmiton-laravel-modules-livewire)[artem-schander/l5-modular

Modular pattern generator for Laravel

223235.5k](/packages/artem-schander-l5-modular)[xp-framework/compiler

XP Compiler

2026.0k9](/packages/xp-framework-compiler)[xp-framework/core

The XP framework is an all-purpose, object oriented PHP framework.

19536.2k102](/packages/xp-framework-core)

PHPackages © 2026

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