sandrokeil/interop-config
Composer 安装命令:
composer require sandrokeil/interop-config
包简介
Provides interfaces and a concrete implementation to create instances depending on configuration via factory classes and ensures a valid config structure. It can also be used to auto discover factories and to create configuration files.
README 文档
README
You want to configure your factories?
You want to reduce your factory boilerplate code?
You want to check automatically for mandatory options or merge default options?
You want to have a valid config structure?
You want to generate your configuration files from factory classes?
This library comes to the rescue!
interop-config provides interfaces and a concrete implementation to create instances depending on configuration via
factory classes and ensures a valid config structure. It can also be used to auto discover factories
and to create configuration files.
- Well tested. Besides unit test and continuous integration/inspection this solution is also ready for production use.
- Framework agnostic This PHP library does not depends on any framework but you can use it with your favourite framework.
- Every change is tracked. Want to know whats new? Take a look at CHANGELOG.md
- Listen to your ideas. Have a great idea? Bring your tested pull request or open a new issue. See CONTRIBUTING.md
You should have coding conventions and you should have config conventions. If not, you should think about that.
interop-config is universally applicable! See further documentation for more details.
Installation
The suggested installation method is via composer. For composer documentation, please refer to getcomposer.org.
Run composer require sandrokeil/interop-config to install interop-config. Version 1.x is for PHP < 7.1 and Version 2.x is for PHP >= 7.1.
Documentation
For the latest online documentation visit http://sandrokeil.github.io/interop-config/. Refer the Quick Start section for a detailed explanation.
Documentation is in the doc tree, and can be compiled using bookdown or Docker
$ docker run -it --rm -v $(pwd):/app sandrokeil/bookdown doc/bookdown.json $ docker run -it --rm -p 8080:8080 -v $(pwd):/app php:7.1-cli php -S 0.0.0.0:8080 -t /app/doc/html
or run bookdown
$ ./vendor/bin/bookdown doc/bookdown.json $ php -S 0.0.0.0:8080 -t doc/html/
Then browse to http://localhost:8080/
Projects
This is a list of projects who are using interop-config interfaces (incomplete).
- prooph/service-bus - PHP Lightweight Message Bus supporting CQRS
- prooph/event-store - PHP EventStore Implementation
- prooph/snapshot-store - Simple and lightweight snapshot store
- prooph/psr7-middleware - PSR-7 Middleware for prooph components
Benchmarks
The benchmarks uses PHPBench and can be started by the following command:
$ ./vendor/bin/phpbench run -v --report=table
or with Docker
$ docker run --rm -it --volume $(pwd):/app prooph/php:7.1-cli-opcache php ./vendor/bin/phpbench run --report=table
You can use the group and filter argument to get only results for a specific group/filter.
These groups are available: perf, config, configId, mandatory, mandatoryRev and default
These filters are available: can, options and fallback
sandrokeil/interop-config 适用场景与选型建议
sandrokeil/interop-config 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 482.55k 次下载、GitHub Stars 达 58, 最近一次更新时间为 2015 年 08 月 26 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「php」 「configuration」 「config」 「options」 「service」 「factory」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 sandrokeil/interop-config 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 sandrokeil/interop-config 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 sandrokeil/interop-config 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Configuration component
A Zend Framework module to quickly and easily set PHP settings.
Utils to load, parse and work with configuration on Mezzio projects
Server environment detection based on config array-file
Single and multi-dimensional parameter bag with dot-path access for PHP.
Trait to support creating complex nested class structures from JSON/YAML objects.
统计信息
- 总下载量: 482.55k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 58
- 点击次数: 29
- 依赖项目数: 40
- 推荐数: 21
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2015-08-26