sauls / object-registry-bundle

Sauls symfony对象注册器包

v1.0.3 2019-02-05 11:52 UTC

This package is auto-updated.

Last update: 2024-09-06 09:12:34 UTC


README

Build Status Packagist Total Downloads Coverage Status Scrutinizer Code Quality License

对象注册Symfony包。

需求

  • php >= 7.2
  • Symfony >= 4.1

安装

使用composer

$ composer require sauls/object-registry-bundle

手动添加到您的composer.json文件中

{
  "require": {
    "sauls/object-registry-bundle": "^1.0" 
  }
}

使用方法

...