PHPackages                             estasi/plugin-manager - 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. [PSR &amp; Standards](/categories/psr-standards)
4. /
5. estasi/plugin-manager

ActiveLibrary[PSR &amp; Standards](/categories/psr-standards)

estasi/plugin-manager
=====================

Plugin Manager for dynamically connecting classes

1.1.0(5y ago)004BSD-3-ClausePHPPHP ^7.4

Since May 19Pushed 5y ago1 watchersCompare

[ Source](https://github.com/estasi/plugin-manager)[ Packagist](https://packagist.org/packages/estasi/plugin-manager)[ RSS](/packages/estasi-plugin-manager/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (2)Dependencies (4)Versions (4)Used By (4)

Estasi PluginManager
====================

[](#estasi-pluginmanager)

PluginManager is a *specialized* service Manager used for creating uniform objects of a certain type, such as Estasi\\Validator and Estasi\\Filter use specialized corresponding PluginManager.

Installation
------------

[](#installation)

To install with a composer:

```
composer require estasi/plugin-manager

```

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

[](#requirements)

- PHP 7.4 or newer
- [Data Structures](https://github.com/php-ds/polyfill): `composer require php-ds/php-ds`
    *Polyfill is installed with the estasi/plugin-manager package.*
- [Container interface](https://github.com/php-fig/container)`composer require psr/container`
    *Is installed with the estasi/plugin-manager package.*

Usage
-----

[](#usage)

### Creating a plugin manager

[](#creating-a-plugin-manager)

To create a plugin manager, you first need to create a new class that extends `Estasi\PluginManager\Abstracts\PluginManager`:

```
