A PHP reflection helper library.

Installs: 16

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/radioactivehamster/reflect

0.3.1 2016-03-21 01:00 UTC

This package is not auto-updated.

Last update: 2025-10-09 04:57:42 UTC


README

A PHP reflection helper library.

Install

$ composer require radioactivehamster/reflect

Usage

<?php

$classReflection    = RadHam\Reflect::factory('PDO');
$constantReflection = RadHam\Reflect::factory('E_ERROR');
$functionReflection = RadHam\Reflect::factory('trim'):
$stringReflection   = RadHam\Reflect::factory('Hello world!');

License

The MIT License (Expat). See the license file for details.