railken/bag
最新稳定版本:v2.0.1
Composer 安装命令:
composer require railken/bag
包简介
README 文档
README
Inspired by ParameterBag I decided to create a new repository that contains a similiar class with a few adjustments.
Requirements
PHP 8.1 or later.
Composer
You can install it via Composer by typing the following command:
composer require railken/bag
Getting Started
Simple usage looks like:
use Railken\Bag; # Initialization $bag = new Bag(); $bag = new Bag(['foo' => '1']); # Setting $bag->set('foo', 1)->set('fee', 2); # Getting $bag->foo; #1 $bag->get('bar', 3); #3
License
Open-source software licensed under the MIT license.
统计信息
- 总下载量: 85.75k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 26
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2017-09-18