PHPackages                             kolserdav/routejs - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. kolserdav/routejs

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

kolserdav/routejs
=================

hash router

v0.0.3(7y ago)210MITPHP

Since May 30Pushed 7y ago2 watchersCompare

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

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

PHP and JavaScript route for hash module.

"require": { "symfony/yaml": "^4.0" }

"dependencies": { "ajaxsim": "^1.0.0" }

*Installation*

php: `$~ composer require kolserdav/routejs`

js: `$~ npm i route-fhash`

*Route settings*

file name:
/config/route/routes.yaml

```
#Example routes.yaml
nameroutegroup1 :	#Require field custom name
      hash: #Require field and name
        nameroute1 : filename1::module1 #Custom fields with special format
        nameroure2 : filename2::module2
nameroutegroup2 :
      hash :
        nameroute3 : filename3::module3
        nameroute4 : filename4::module4
        nameroute4 : filename4::module5
```

*Using php*

script uri: /routejs-data

```
require_once '../vendor/autoload.php';
use Avir\Hash\Reader;
$s = new Reader();
$s->getRoutes();
```

*Using javascript*

```
let route = require('route-fhash');
route('dir/with/route/files');
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

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

Total

3

Last Release

2906d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/088826e55531cb98a7cca78db30c59555635cfac9c7cd3c21ca8f7edf10b8229?d=identicon)[kolserdav](/maintainers/kolserdav)

### Embed Badge

![Health badge](/badges/kolserdav-routejs/health.svg)

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

###  Alternatives

[orchestra/canvas

Code Generators for Laravel Applications and Packages

21017.2M158](/packages/orchestra-canvas)[lullabot/drainpipe

An automated build tool to allow projects to have a set standardized operations scripts.

41716.4k2](/packages/lullabot-drainpipe)[netgen/content-browser

Netgen Content Browser is a Symfony bundle that provides an interface which selects items from any kind of backend and returns the IDs of selected items back to the calling code.

14112.1k8](/packages/netgen-content-browser)

PHPackages © 2026

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