2017 © Pedro Peláez
 

library bag

image

railken/bag

  • Monday, July 2, 2018
  • by railken
  • Repository
  • 0 Watchers
  • 0 Stars
  • 3,888 Installations
  • PHP
  • 40 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 16 Versions
  • 195 % Grown

The README.md

Bag

Build Status Maintainability Test Coverage Style CI License Latest stable PHP, (*1)

Inspired by ParameterBag I decided to create a new repository that contains a similiar class with a few adjustments., (*2)

Requirements

PHP 8.1 or later., (*3)

Composer

You can install it via Composer by typing the following command:, (*4)

composer require railken/bag

Getting Started

Simple usage looks like:, (*5)


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., (*6)

The Versions

15/02 2018

v1.2.6

1.2.6.0

  Sources   Download

The Development Requires

26/09 2017

v1.2.5

1.2.5.0

  Sources   Download

The Development Requires

26/09 2017

v1.2.4

1.2.4.0

  Sources   Download

The Development Requires

25/09 2017

v1.2.3

1.2.3.0

  Sources   Download

The Development Requires

25/09 2017

v1.2.2

1.2.2.0

  Sources   Download

The Development Requires

21/09 2017

v1.2.1

1.2.1.0

  Sources   Download

The Development Requires

20/09 2017

v1.2.0

1.2.0.0

  Sources   Download

The Development Requires

19/09 2017

v1.1.0

1.1.0.0

  Sources   Download

The Development Requires

18/09 2017

v1.0.0

1.0.0.0

  Sources   Download