https://github.com/sugiruu/contained
Simple DI container for PHP
https://github.com/sugiruu/contained
Last synced: 28 days ago
JSON representation
Simple DI container for PHP
- Host: GitHub
- URL: https://github.com/sugiruu/contained
- Owner: sugiruu
- Created: 2016-03-10T18:19:31.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-16T18:03:59.000Z (over 8 years ago)
- Last Synced: 2025-03-28T05:16:09.579Z (about 1 month ago)
- Language: PHP
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Contained
=========
[](https://travis-ci.org/skiptirengu/contained)Simple DI container for PHP
Requirements
------------
The minimum requirement is PHP 5.4.Installation
------------
The preferred way to install this extension is through [composer](http://getcomposer.org/download/).Either run
```bash
$ composer require contained/contained:~1.0
```or add
```bash
$ "contained/contained": "~1.0"
```to the `require` section of your `composer.json` file.