Libraries tagged by Reflector
mrferrys/command_pattern
9 Downloads
Command pattern concept based on refactoring.guru and designpatterns solutions.
monomelodies/reflex
1023 Downloads
Reflection utilities for PHP8+
mhsdesign/liveinspectordomchange
1231 Downloads
Neos Live Inspector Package, which reflects changes to the dom via MhsDesign.LiveInspectorJsEvents
markbaker/spymaster
17 Downloads
SpyMaster is a small library, for use in testing, that allows access to verify the values of protected and private properties in a class that is being tested, without needing to modify the class using Reflection.
lee/simple-container
3 Downloads
PHP library that reflect the specific classes
kevinsperrine/paris
338 Downloads
Completely refactored, PSR compliant, version of Paris: A lightweight Active Record implementation for PHP5, built on top of Idiorm.
kevinsperrine/idiorm
586 Downloads
Completely refactored, PSR compliant, version of Idiorm: a lightweight nearly-zero-configuration object-relational mapper and fluent query builder for PHP5.
immusen/yii2-swoole-mqtt
348 Downloads
MQTT server for Yii2 base on swoole 4, Resolve topic as a route reflect into controller/action/param, And support redis pub/sub to trigger async task from your web application
hgraca/phorensic
6 Downloads
A static analysis tool to gather a few metrics, like what code should have priority in refactoring.
donutsnl/glpisaml
56 Downloads
Full refactor of the initial phpSaml plugin for GLPI to comply with PSR and utilize native GLPI objects.
dario1985/adodb
15 Downloads
ADOdb library refactoring for PHP 5.3+ and PDO
danack/console
11901 Downloads
Refactored Symfony Console Component
codermarcel/simple-controller
46 Downloads
Convenient and simple silex controller using reflection
alekseykorzun/twilio-php
2179 Downloads
Refactored Twilio PHP 5 package
ahrmerd/laravel-test-generator
174 Downloads
The Ahrmerd/TestGenerator package is a Laravel command-line tool that automatically generates API and web tests for your Eloquent models. With just a few simple commands, you can quickly generate comprehensive test files that cover CRUD operations, validation, and other common use cases for your models. The package provides options to generate tests for all models in your application or for specific models, and supports overwriting existing test files with the --force option. Additionally, it automatically generates test content based on your model's form request classes, making it easy to ensure your tests reflect your application's validation rules. Speed up your Laravel testing workflow with the Ahrmerd/TestGenerator package