PHPackages                             katsew/checkpoint-php - 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. katsew/checkpoint-php

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

katsew/checkpoint-php
=====================

Create whitelist and blacklist for the url route.

v0.1.0(9y ago)015[1 PRs](https://github.com/katsew/checkpoint-php/pulls)MITPHPCI passing

Since Dec 14Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/katsew/checkpoint-php)[ Packagist](https://packagist.org/packages/katsew/checkpoint-php)[ Docs](https://github.com/katsew/checkpoint-php)[ RSS](/packages/katsew-checkpoint-php/feed)WikiDiscussions develop Synced today

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

Checkpoint
==========

[](#checkpoint)

This is a module that create both whitelist and blacklist for url.

Usage
=====

[](#usage)

```
$checkpoint = new Checkpoint();
$checkpoint->setSafeBorders(['/path/which/always/pass/through']);
$checkpoint->setCheckpoints(['/path/which/not/pass/through', '/blacklisted']);

$can_pass_through = $checkpoint->canPassThrough('/hoge'); // will return true.
$can_pass_through = $checkpoint->canPassThrough('/blacklisted'); // will return false!

```

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance57

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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

Unknown

Total

1

Last Release

3485d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2446460?v=4)[Yu Kato](/maintainers/katsew)[@katsew](https://github.com/katsew)

---

Top Contributors

[![katsew](https://avatars.githubusercontent.com/u/2446460?v=4)](https://github.com/katsew "katsew (6 commits)")

---

Tags

routingvalidate

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/katsew-checkpoint-php/health.svg)

```
[![Health](https://phpackages.com/badges/katsew-checkpoint-php/health.svg)](https://phpackages.com/packages/katsew-checkpoint-php)
```

###  Alternatives

[lord/laroute

Access Laravels URL/Route helper functions, from JavaScript.

7902.0M8](/packages/lord-laroute)[bramus/router

A lightweight and simple object oriented PHP Router

1.1k478.8k53](/packages/bramus-router)[watson/active

Laravel helper for recognising the current route, controller and action

3263.7M14](/packages/watson-active)[wazum/sluggi

TYPO3 extension for URL slug management with inline editing, auto-sync, locking, access control, and redirects

41515.2k](/packages/wazum-sluggi)[illuminatech/url-trailing-slash

Allows enforcing URL routes with or without trailing slash

48228.5k](/packages/illuminatech-url-trailing-slash)[fedeisas/laravel-js-routes

Laravel 4 routes from Javascript

62136.5k](/packages/fedeisas-laravel-js-routes)

PHPackages © 2026

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