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(8y ago)210MITPHP

Since May 30Pushed 8y ago2 watchersCompare

[ Source](https://github.com/kolserdav/routejs)[ Packagist](https://packagist.org/packages/kolserdav/routejs)[ RSS](/packages/kolserdav-routejs/feed)WikiDiscussions master Synced 2w 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 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity55

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

Total

3

Last Release

2952d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/9353076?v=4)[Sergei Davidovich Kolmiller](/maintainers/kolserdav)[@kolserdav](https://github.com/kolserdav)

---

Top Contributors

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

### 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

[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

101466.4k45](/packages/friendsoftypo3-content-blocks)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1175.2k](/packages/rcsofttech-audit-trail-bundle)[blackfire/player

A powerful web crawler and web scraper with Blackfire support

49517.1k](/packages/blackfire-player)[altis/local-server

Local Server module for Altis

18217.0k2](/packages/altis-local-server)

PHPackages © 2026

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