bitwise-operators/utils-reflection
Composer 安装命令:
composer require bitwise-operators/utils-reflection
包简介
A set of utility function for use with PHP Reflection
关键字:
README 文档
README
A set of utility function for use with PHP Reflection.
Available functions
The following functions are supplied
All functions live in the BitwiseOperators\Reflection namespace.
Checking if a class is an Attribute implementation
is_attribute_class(): bool
Arguments:
- class:
object|string
Checking if an attribute is set on a PHP entity
The following functions check if an attribute is set on the supplied class, function, method or property.
For all functions, the attribute can be supplied as a class-string or as a ReflectionAttribute object for the desired attribute.
Attributes are checked in instance-mode, so descendant implementations of the supplied attribute also return true
If no attribute class is specified, the functions return true when the subject has any attributes.
class_has_attribute(): bool
Arguments:
- class:
object|string, - attribute:
null|string|ReflectionAttribute
Checks the supplied class for attributes $attribute.
The class can be supplied as an object, a string, or as a ReflectionClass containing the subject.
function_has_attribute(): bool
Arguments:
- function:
ReflectionFunctionAbstract|string, - attribute:
null|string|ReflectionAttribute
Checks the supplied function for attributes.
The function can be supplied as a string or as a ReflectionFunctionAbstract containing the subject.
Make sure the function is fully namespaced if applicable.
method_has_attribute(): bool
This function has two possible signatures:
Arguments:
- class:
object|string - method:
ReflectionMethod|string - attribute:
null|string|ReflectionAttribute
The method can be supplied as a combination of class and method-name, where the class arguments follow the same requirements as for
the class_has_attributes function. The method can be either a string or a ReflectionMethod containing the method.
When using a ReflectionMethod object, the class argument can be omitted completely:
Arguments:
- method:
ReflectionMethod - attribute:
null|string|ReflectionAttribute
property_has_attribute(): bool
This function has two possible signatures:
Arguments:
- class:
object|string - property:
ReflectionProperty|string - attribute:
null|string|ReflectionAttribute
The property can be supplied as a combination of class and property-name, where the class arguments follow the same requirements as for
the class_has_attributes function. The property can be either a string or a ReflectionProperty containing the method.
When using a ReflectionProperty object, the class argument can be omitted completely:
Arguments:
- property:
ReflectionProperty - attribute:
null|string|ReflectionAttribute
bitwise-operators/utils-reflection 适用场景与选型建议
bitwise-operators/utils-reflection 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 0 次下载、GitHub Stars 达 0, 最近一次更新时间为 2025 年 12 月 05 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「php」 「reflection」 「attribute」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 bitwise-operators/utils-reflection 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 bitwise-operators/utils-reflection 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 bitwise-operators/utils-reflection 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Library emulating the PHP internal reflection using just the tokenized source code.
A package for automatically encrypting and decrypting Eloquent attributes in Laravel 5.5+, based on configuration settings.
Parse use statements for a reflection object
Generate UML class diagrams by reflection for your PHP projects
Powerful class discovery system for Laravel with attribute-based scanning, directory traversal, and monorepo support
Debug2 is a function developed to debug PHP code of form easy, simple, pretty print, fast and safe.
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 20
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2025-12-05