tent/lib-container

psr container implementation

0.0.1 2020-08-28 04:42 UTC

This package is auto-updated.

Last update: 2024-03-29 04:25:50 UTC


README

psr container implementation

About

super light, only has 3 public methods.

  • public function get($id);
  • public function has($id);
  • public function register($id, $val);

Install

composer require tent/lib-container

Test

composer test