PHPackages                             flexsyscz/auto-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. [Framework](/categories/framework)
4. /
5. flexsyscz/auto-loader

AbandonedLibrary[Framework](/categories/framework)

flexsyscz/auto-loader
=====================

Extension for Nette Framework providing the auto-loading of required classes.

00PHP

Since Aug 7Pushed 2y ago1 watchersCompare

[ Source](https://github.com/flexsyscz/auto-loader)[ Packagist](https://packagist.org/packages/flexsyscz/auto-loader)[ RSS](/packages/flexsyscz-auto-loader/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Flexsys AutoLoader
==================

[](#flexsys-autoloader)

This library helps you with autoload of classes in your project.

Requirements
------------

[](#requirements)

- Requires PHP 8.1

Using
-----

[](#using)

The config file uses NEON (). The example of a configuration is below:

```
parameters:
    resourcesDir: ../Resources/

extensions:
autoloader: Flexsyscz\AutoLoader\AutoLoaderExtension

autoloader:
    forms:
        path: %resourcesDir%/Forms/
        allow: .+FormFactory$
        ignore: ^HelloFormFactory$

    controls:
        path: %resourcesDir%/Controls/
        allow: .+Control$

services:
    - Tests\Resources\TestClass

```

Example above shows you how to define autoload of forms and controls in your app. Let's take a look at the parameters by which we can control the autoloader.

ParameterDescriptionpathdefines where the autoloader will seek a classesallowdefines a regex mask of allowed classesignoredefines a regex mask of ignored classes

###  Health Score

12

—

LowBetter than 0% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity21

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/72427d84fa285b7f05b6d32159cdd4a0a1f45894e62fe8f50180324f39bd5013?d=identicon)[lukesv](/maintainers/lukesv)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k85.0M532](/packages/laravel-passport)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

712181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)[laravel/pail

Easily delve into your Laravel application's log files directly from the command line.

91545.3M590](/packages/laravel-pail)

PHPackages © 2026

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