承接 greencape/reflector 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

greencape/reflector

最新稳定版本:1.0.0

Composer 安装命令:

composer require greencape/reflector

包简介

A wrapper to the Reflection classes for accessing non-public properties and methods for testing.

README 文档

README

SensioLabsInsight Code Climate Test Coverage Latest Stable Version Build Status

Reflector is a wrapper to the Reflection classes for accessing non-public properties and methods for testing.

Installation

Composer

Simply add a dependency on greencape/reflector to your project's composer.json file if you use Composer to manage the dependencies of your project. Here is a minimal example of a composer.json file that just defines a dependency on Joomla CLI:

{
    "require-dev": {
        "greencape/reflector": "*@stable"
    }
}

For a system-wide installation via Composer, you can run:

composer global require --dev 'greencape/reflector=*'

Make sure you have ~/.composer/vendor/bin/ in your path.

Usage Examples

See tests/ReflectorTest.php for information about how to use Reflector.

统计信息

  • 总下载量: 58
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-07-16