PHPackages                             longanime/webx - 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. longanime/webx

ActiveLibrary[Framework](/categories/framework)

longanime/webx
==============

Light php framework to illustrate the implementation of a web framework with static routes for study purposes

1.2.1(7y ago)016MITPHPPHP ^7.2

Since Jul 22Pushed 5y agoCompare

[ Source](https://github.com/michael-lins/webx)[ Packagist](https://packagist.org/packages/longanime/webx)[ RSS](/packages/longanime-webx/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (4)DependenciesVersions (6)Used By (0)

[![](https://camo.githubusercontent.com/84b6d7a23d6170422827417918995d885aacd1d87d905aac8ce76b48f9cf6ca4/68747470733a2f2f6170692e7472617669732d63692e6f72672f6d69636861656c2d6c696e732f776562782e7376673f6272616e63683d6d6173746572)](https://camo.githubusercontent.com/84b6d7a23d6170422827417918995d885aacd1d87d905aac8ce76b48f9cf6ca4/68747470733a2f2f6170692e7472617669732d63692e6f72672f6d69636861656c2d6c696e732f776562782e7376673f6272616e63683d6d6173746572)

Welcome to Webx (tiny) php framework
------------------------------------

[](#welcome-to-webx-tiny-php-framework)

Tiny and simple framework to illustrate an implementation of a web framework with static routes using Php | Study purposes for programming classes.

This was a design POC architecture for academic use forged as a gift for a friend teaching classes in web programming.

You may use it as it is. There is no plan on continuing this project (well...who knows in the future!)

Feel free to send comments.

### Installation

[](#installation)

```
composer require longanime/webx
```

### Architectre

[](#architectre)

Simple View-Controller (no model) with static route approach.

Folder structure:

|-app/ *root folder of your application*|--actions/ *your actions classes*|--view/ *your view classes (matching actions' names)*|-actions.php *Build your actions and rounting*|-app.php *Your application configuration*|-index.php *App caller*

### Usage

[](#usage)

Create an `app.php` file in your root folder and inialize a new App.

```
$app = new App( "app-name" );
```

You can create your actions/rountings direct inside the `app.php` file or you could create an `actions.php` file and inside of it require individual controllers (no enforced, for now).

When creating, for each action it will seek for

1. an action class: a file under /app/actions/\[ActionName\].class.php
2. a view: a file under /app/views/\[ActionName\].php

*If the action does not needs a view, just create the class file under (1)*

There is an example app called [webx-app](https://github.com/michael-lins/webx-app/) available on github.

### Support or Contact

[](#support-or-contact)

You can reach me at michael at malvins dot studio

Good Coding!

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity61

Established project with proven stability

 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 ~44 days

Total

5

Last Release

2675d ago

PHP version history (2 changes)v1.0PHP ^5.5

1.2.0PHP ^7.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/c6e1cc36dbac8019dd6d00b867af4dd99336a265c4ad2452ee014e81d80498a7?d=identicon)[michale-lins](/maintainers/michale-lins)

---

Top Contributors

[![michael-lins](https://avatars.githubusercontent.com/u/1015076?v=4)](https://github.com/michael-lins "michael-lins (7 commits)")

### Embed Badge

![Health badge](/badges/longanime-webx/health.svg)

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

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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