定制 publishpress/pimple-pimple 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

publishpress/pimple-pimple

最新稳定版本:3.5.0.10

Composer 安装命令:

composer require publishpress/pimple-pimple

包简介

Pimple, a simple Dependency Injection Container, prefixed for PublishPress

README 文档

README

Prefixed version of pimple/pimple.

This repository holds all interfaces related to PSR-11 (Container Interface), prefixed for PublishPress.

Note that this is not a Container implementation of its own. It is merely abstractions that describe the components of a Dependency Injection Container.

The installable package and implementations are listed on Packagist.

How to update the prefixed library

This library depends on psr/container but that package is prefixed on another repository and is called publishpress/psr-container. This will be adjusted by the script post-update.php. In order to update this library, you need to:

  1. Update the version constraint for the original library on the composer.json file;
  2. Update the version number for this prefixed library in the composer.json file with the new version of the original library and the current iteration (4th digit);
  3. Run the command composer update. The scripts on the lib folder will be auto prefixed and the files include.php and Versions.php class auto generated;
  4. Run the tests composer test to run tests and make sure the Version class is working properly;
  5. Make a manual check in the prefixed library;
  6. Commit the changes;
  7. Create a new release on GitHub naming it with the original version number and incrementing the fourth digit with the current iteration;

统计信息

  • 总下载量: 649
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 3
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-04-12