2017 © Pedro Peláez
 

library reflect

A PHP reflection helper library.

image

radioactivehamster/reflect

A PHP reflection helper library.

  • Monday, March 21, 2016
  • by jbenner
  • Repository
  • 1 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

Reflect ![Packagist Version][PACKAGIST VERSION BADGE] GitHub License Build Status ![HHVM Status][HHVM BADGE] Sensio Labs Insight StyleCI

A PHP reflection helper library., (*1)

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., (*2)

The Versions

21/03 2016

dev-master

9999999-dev https://github.com/radioactivehamster/reflect

A PHP reflection helper library.

  Sources   Download

MIT

The Requires

 

The Development Requires

21/03 2016
20/03 2016
05/03 2016
05/03 2016
02/03 2016
02/03 2016