PHPackages                             technically/array-container - 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. technically/array-container

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

technically/array-container
===========================

Plain-simple array container implementation for PSR-11

2.0.1(9mo ago)25332MITPHPPHP ^8.0CI passing

Since Mar 3Pushed 9mo ago1 watchersCompare

[ Source](https://github.com/technically-php/array-container)[ Packagist](https://packagist.org/packages/technically/array-container)[ RSS](/packages/technically-array-container/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (1)Dependencies (2)Versions (5)Used By (2)

Technically Array Container
===========================

[](#technically-array-container)

`Technically\ArrayContainer` is a plain-simple [PSR-11](https://www.php-fig.org/psr/psr-11/) container implementation powered by a simple associative array under the hood.

[![Tests Status](https://github.com/technically-php/array-container/actions/workflows/test.yml/badge.svg)](https://github.com/technically-php/array-container/actions/workflows/test.yml/badge.svg)

Features
--------

[](#features)

- PSR-11
- PHP 8.0+
- Semver
- Tests

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

[](#installation)

Use [Composer](https://getcomposer.org/) package manager to add *ArrayContainer* to your project:

```
composer require technically/array-container

```

Example
-------

[](#example)

```
