PHPackages                             ride/cli-web - 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. ride/cli-web

ActiveLibrary

ride/cli-web
============

Web commands for the Ride CLI

1.0.0(9y ago)04.7k2MITPHP

Since Jan 14Pushed 9y ago7 watchersCompare

[ Source](https://github.com/all-ride/ride-cli-web)[ Packagist](https://packagist.org/packages/ride/cli-web)[ RSS](/packages/ride-cli-web/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (7)Versions (9)Used By (2)

Ride: Web CLI
=============

[](#ride-web-cli)

This module adds various commands for the web environment to the Ride CLI.

Commands
--------

[](#commands)

### assets deploy

[](#assets-deploy)

This command deploys all files in the `public` directory of the modules and application to the web root.

**Syntax**: `assets deploy [--watch] []`

- `--watch`: Time to sleep in seconds before checking again
- ``: Path of the destination, defaults to the actual public directory

**Alias**: `ad`

### alias

[](#alias)

This command show an overview of the defined URL aliases. You can add a search query to filter the result.

***Syntax***: `alias []`

- `` Query to search the URL aliases

**Alias**: `a`

### alias set

[](#alias-set)

This command adds a new URL alias.

**Syntax**: `alias set   []`

- ``: Path of the URL from an existing route, acts as the destination of the alias
- ``: Alias for the path
- ``: Force the alias for the provided path

**Alias**: `as`

### alias unset

[](#alias-unset)

This command removes an URL alias.

**Syntax**: `alias unset `

- ``: Alias of the path

**Alias**: `au`

### route

[](#route)

This command shows an overview of the defined routes. You can add a search query to filter the result.

**Syntax**: `route []`

- ``: Query to search the routes

**Alias**: `r`

### route set

[](#route-set)

This command adds a new route to the route definition in the application directory.

**Syntax**: `route set   [ [ []]]`

- ``: Path of the route
- ``: Class name of the controller
- ``: Action method (indexAction)
- ``: Id for the route
- ``: Allowed methods for the route (eg get,head)

**Alias**: `rs`

### route unset

[](#route-unset)

This command removes a route from the route definition in the application directory.

**Syntax**: `route unset `

- ``: Id of the route

**Alias**: `ru`

### router

[](#router)

This command performs a routing action for the provided path.

**Syntax**: `router [ []]`

- ``: Path to route
- ``: Method of the request

**Alias**: `rr`

### session clean

[](#session-clean)

This session cleans up the invalidated sessions.

**Syntax**: `session clean [--force]`

- `--force`: To clear all sessions

**Alias**: `sc`

Related Modules
---------------

[](#related-modules)

- [ride/app](https://github.com/all-ride/ride-app)
- [ride/cli](https://github.com/all-ride/ride-cli)
- [ride/lib-cli](https://github.com/all-ride/ride-lib-cli)
- [ride/lib-http](https://github.com/all-ride/ride-lib-http)
- [ride/lib-router](https://github.com/all-ride/ride-lib-router)
- [ride/lib-system](https://github.com/all-ride/ride-lib-system)
- [ride/web](https://github.com/all-ride/ride-web)

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

[](#installation)

You can use [Composer](http://getcomposer.org) to install this application.

```
composer require ride/cli-web

```

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 93.3% 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 ~167 days

Recently: every ~222 days

Total

7

Last Release

3503d ago

Major Versions

0.5.0 → 1.0.02016-10-14

### Community

Maintainers

![](https://www.gravatar.com/avatar/6d98d3f0d5db5eb241c6ee74bcee87d1e7dc1aaf7942b933d68e612ee2352eea?d=identicon)[ride-user](/maintainers/ride-user)

---

Top Contributors

[![kayalion](https://avatars.githubusercontent.com/u/2340819?v=4)](https://github.com/kayalion "kayalion (14 commits)")[![kristofser](https://avatars.githubusercontent.com/u/5928907?v=4)](https://github.com/kristofser "kristofser (1 commits)")

### Embed Badge

![Health badge](/badges/ride-cli-web/health.svg)

```
[![Health](https://phpackages.com/badges/ride-cli-web/health.svg)](https://phpackages.com/packages/ride-cli-web)
```

PHPackages © 2026

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