Libraries tagged by reflecty
oldpak/common
4 Downloads
PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, persistence interfaces, proxies, event system and much more.
nopoco/laminas-code
2 Downloads
Extensions to the PHP Reflection API, static code scanning, and code generation
monomelodies/reflex
852 Downloads
Reflection utilities for PHP8+
m0rtis/picklock
16 Downloads
One class package for calling protected and private methods without reflection
larsnieuwenhuizen/es-connector
8 Downloads
Package to use objects reflecting Elasticsearch's object architecture and ways to configure and use indices
larkit/yii2-swoole-websocket
55 Downloads
Websocket server for Yii2 base on swoole 4, Support JSONRPC, Resolve 'method' as a route reflect into controller/action, And support http or redis pub/sub to trigger async task from your web application.
krubio/perfect-container
127 Downloads
A lightweight, reflection-based dependency injection container designed for simplicity and ease of use, enabling automatic resolution and management of class dependencies throughout your PHP application.
krifollk/hydrator
14 Downloads
A simple library which provide you possibility to hydrate and extract an object properties (private, protected) without using reflection.
ketwaroo/package-info
7 Downloads
Sort of a reflection tool for composer packages.
katoga/texy-minified
1175 Downloads
Texy converts plain text in easy to read Texy syntax into structurally valid (X)HTML. It supports adding of images, links, nested lists, tables and has full support for CSS. Texy supports hyphenation of long words (which reflects language rules), clickable emails and URL (emails are obfuscated against spambots), national typographic single and double quotation marks, ellipses, em dashes, dimension sign, nonbreakable spaces (e.g. in phone numbers), acronyms, arrows and many others. Texy code can optionally contain HTML tags. Minified version.
jtaurus/autoinstantiator
7 Downloads
Demo of automatic object resolution using PHP's reflection API.
joshkosmala/silverstripe-nzregiondropdownfield
548 Downloads
A dropdown field for SilverStripe that reflects the main regions in Aotearoa New Zealand
jesseschalken/enum
13 Downloads
PHP Enums without using Reflection
jessegall/invader
37 Downloads
A simple package to access private properties and methods without the use of reflection
jameshalsall/object-hydrator
3381 Downloads
A simple object hydrator using reflection for constructor or setter based injection.