data-values/common
Composer 安装命令:
composer require data-values/common
包简介
Contains common implementations of the interfaces defined by DataValuesInterfaces
README 文档
README
DataValues Common is a small library built on top of DataValues that provides common implementations of the DataValues, ValueParsers, ValueFormatters, and ValueValidators interfaces.
It is part of the DataValues set of libraries.
On Packagist:
Installation
The recommended way to use this library is via Composer.
To add this package as a local, per-project dependency to your project, simply add a
dependency on data-values/common to your project's composer.json file.
Here is a minimal example of a composer.json file that just defines a dependency on
version 1.x of this package:
{
"require": {
"data-values/common": "^1.1.0"
}
}
Tests
This library comes with a set up PHPUnit tests that cover all non-trivial code. You can run these tests using the PHPUnit configuration file found in the root directory. The tests can also be run via Github Actions.
Running the tests
For tests only
composer test
For style checks only
composer cs
For a full CI run
composer ci
Authors
DataValues Common has been written by the Wikidata team, as Wikimedia Germany employees for the Wikidata project.
Release notes
1.2.0 (2024-12-10)
- Dropped support for PHP 7.2 and PHP 7.3
- Improved support for PHP 8.4 by explicitly declaring nullable types
- Upgraded codesniffer rules to current
mediawiki/mediawiki-codesnifferversion (45.0.0) - Added testing with PHP 8.1 up to 8.4
1.1.0 (2022-10-21)
- Improved compatibility with PHP 8.1;
in particular, the new
__serialize/__unserializemethods are implemented now (in addition to the still supportedSerializableinterface). Make sure to also usedata-values/data-valuesversion 3.1.0 (or later) to keep hashes stable.
1.0.0 (2021-01-22)
- Updated minimum required PHP version from 5.5.9 to 7.2
- Added compatibility with
data-values/data-values3.x - Added compatibility with
data-values/interfaces1.x - Removed the
DATAVALUES_COMMON_VERSIONconstant - Deprecated
getSortKeymethods fromDataValueimplementations - Classes in the
ValueParsers\Testnamespace are now package private. NotablyValueParserTestBaseandStringValueParserTest - The
StringFormatterconstructor does not accept options any more StringParser::parsenow throws aParseExceptioninstead of anInvalidArgumentException- Added
TrimmingStringNormalizer - Made
FORMAT_NAMEconstants in the Parser classes private
0.4.3 (2019-06-28)
- Fixed typo in error message in
DispatchingValueParser
0.4.2 (2018-08-16)
- The component can now be installed together with DataValues 2.x
0.4.1 (2017-08-09)
- Fixed version number not updated before.
0.4.0 (2017-08-09)
- Deprecated
MonolingualTextValue::newFromArrayandMultilingualTextValue::newFromArray MismatchingDataValueTypeExceptionno longer modifies custom error messages in its constructor- Updated minimal required PHP version from 5.3 to 5.5.9
- Updated the MediaWiki entry point to use the extension.json format
0.3.1 (2015-08-14)
- The component can now be installed together with DataValues Interfaces 0.1.5
0.3.0 (2015-08-11)
- Added
DispatchingValueParser - Added
StringNormalizerinterface - Added
NullStringNormalizer - Added
StringParser - Dropped deprecated constant
DataValuesCommon_VERSION, useDATAVALUES_COMMON_VERSIONinstead - Dropped
ValueParserTestBase::getParserClass - Dropped
ValueParserTestBase::newParserOptions - Made
ValueParserTestBase::getInstanceabstract - Made
ValueParserTestBase::invalidInputProviderabstract - Lowered visibility of all class fields to private
0.2.3 (2014-10-09)
- Introduced
FORMAT_NAMEclass constants on ValueParsers in order to use them as expectedFormat - Changed ValueParsers to pass rawValue and expectedFormat arguments when constructing a
ParseException - Installation together with DataValues 1.x is now supported
0.2.2 (2014-04-11)
- Added
MismatchingDataValueTypeException
0.2.1 (2014-03-12)
- Minor code cleanup
- Improved PHPUnit bootstrap
0.2.0 (2013-12-16)
- Added FloatParser (moved from data-values/number)
- Added IntParser (moved from data-values/number)
0.1.1 (2013-11-22)
- Fixed link in the MediaWiki credits
0.1.0 (2013-11-17)
Initial release with these features:
- Several DataValue implementations
- MonolingualTextValue
- MultilingualTextValue
- Several ValueFormatter implementations
- StringFormatter
- Several ValueParser implementations
- BoolParser
- DecimalParser
- NullParser
Links
data-values/common 适用场景与选型建议
data-values/common 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 1.01M 次下载、GitHub Stars 达 10, 最近一次更新时间为 2013 年 11 月 13 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「wikidata」 「datavalues」 「valueparsers」 「valueformatters」 「valuevalidators」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 data-values/common 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 data-values/common 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 data-values/common 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Defines the DataValue interface and some trivial implementations
Defines interfaces for ValueParsers, ValueFormatters and ValueValidators
Common ValueValidator implementations
Geographical value objects, parsers and formatters
Serializers and deserializers for DataValue implementations
Time value objects, parsers and formatters
统计信息
- 总下载量: 1.01M
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 11
- 点击次数: 33
- 依赖项目数: 15
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2013-11-13