xmarcos/dot-container

DotContainer 允许使用点符号进行深度数组访问。

0.1.0 2014-12-28 00:03 UTC

This package is not auto-updated.

Last update: 2024-09-28 16:20:38 UTC


README

Build Status Coverage Status Quality Score Latest Version Software License Total Downloads SensioLabsInsight

DotContainer 允许使用点符号进行深度数组访问。

要求

PHP 需要至少是 5.6.0 版本。

⚠️ 它 应该 在 PHP 5.4+ 上运行,但我不再在低于 5.6 的版本上测试。

安装

使用 composer require

composer require "xmarcos/dot-container:^0.1"

或直接添加到您的 composer.json

{
    "require": {
        "xmarcos/dot-container": "^0.1"
    }
}

许可证

MIT 许可证