2017 © Pedro Peláez
 

library container

Define and implement a simple container

image

bauhaus/container

Define and implement a simple container

  • Thursday, January 5, 2017
  • by fefas
  • Repository
  • 1 Watchers
  • 0 Stars
  • 177 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 2 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Bauhaus PHP - Package Container

Latest Stable Version Latest Unstable Version Total Downloads License, (*1)

Build Status Coverage Status Codacy Badge, (*2)

Introduction

The goal of this package is to provide useful container which can be used as superclass to create more complex implementations., (*3)

To understand how to work with the container, read the unit tests implemented using phpunit., (*4)

You can have a behavior summary of this Dependency Injection Container by runing the tests using the testdox option:, (*5)

$ vendor/bin/phpunit -c tests/config/phpunit.xml --testdox

See the Code Together section for more details., (*6)

Install

The easiest way to install it is by using composer:, (*7)

$ composer require bauhaus/container:dev-master

Contribute

  1. Did you find some problem? You can easy open an issue here
  2. Do you want to help coding? Read the next section and let's code together :)

Code Together

First you will need to clone this repository:, (*8)

$ git clone git@github.com:bauhausphp/package-container.git bauhausphp-package-container
$ cd bauhausphp-package-container

Second, you have to install the dependencies which are already with the versions locked by the composer.lock. So, you just have to install them using composer:, (*9)

$ composer install

Third, before starting code, you need to make sure that the tests pass. There are unit that were implemented using phpunit framework. To run them, use the following command:, (*10)

$ vendor/bin/phpunit -c tests/config/phpunit.xml

The Versions

05/01 2017

dev-master

9999999-dev

Define and implement a simple container

  Sources   Download

MIT

The Requires

 

The Development Requires

container bauhaus

05/01 2017

v0.2.0

0.2.0.0

Define and implement a simple container

  Sources   Download

MIT

The Requires

 

The Development Requires

container bauhaus

04/01 2017

v0.1.1

0.1.1.0

Define and implement a simple container

  Sources   Download

MIT

The Requires

 

The Development Requires

container bauhaus

03/01 2017

v0.1.0

0.1.0.0

Define and implement a simple container

  Sources   Download

MIT

The Requires

 

The Development Requires

container bauhaus

31/12 2016

v0.0.1

0.0.1.0

Define and implement a simple container

  Sources   Download

MIT

The Requires

 

The Development Requires

container bauhaus

31/12 2016

v0.0.0

0.0.0.0

Define and implement a simple container.

  Sources   Download

MIT

The Requires

 

The Development Requires

container bauhaus