PHPackages                             thekito/loader - 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. thekito/loader

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

thekito/loader
==============

Tiny class loaders

v1.0.0(5y ago)15GPL-3.0PHPPHP &gt;=7.4

Since May 19Pushed 1y ago1 watchersCompare

[ Source](https://github.com/TheKitoInc/php-lib-kito-loader)[ Packagist](https://packagist.org/packages/thekito/loader)[ RSS](/packages/thekito-loader/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (5)Versions (3)Used By (0)

Loader
======

[](#loader)

PHPLoaderLibs

```
define('PATH_LIB', __DIR__ . '/lib');

require_once PATH_LIB . '/Kito/Loader/AbstractLoader.php';

require_once PATH_LIB . '/Kito/Loader/PSR0Loader.php';
$cacheLoader = new \Kito\Loader\PSR0Loader(PATH_LIB);
$cacheLoader->register();

require_once PATH_LIB . '/Kito/Loader/BLKLoader.php';
$blkLoader = new \Kito\Loader\BLKLoader($cacheLoader);
$blkLoader->register();

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance27

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

1826d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f6f817ebda67e82bd6bb0fa5e140b86c7cc240825f760dc1daaba087d44b02e8?d=identicon)[TheKito](/maintainers/TheKito)

---

Top Contributors

[![TheKitoInc](https://avatars.githubusercontent.com/u/11139894?v=4)](https://github.com/TheKitoInc "TheKitoInc (72 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/thekito-loader/health.svg)

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

###  Alternatives

[jaeger/querylist-phantomjs

QueryList Plugin: Use PhantomJS to crawl Javascript dynamically rendered pages.(headless WebKit ) 使用PhantomJS采集JavaScript动态渲染的页面

6124.3k2](/packages/jaeger-querylist-phantomjs)[pre/plugin

941.4k3](/packages/pre-plugin)

PHPackages © 2026

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