2017 © Pedro Peláez
 

library st

service tool

image

zhouzhichao/st

service tool

  • Friday, March 9, 2018
  • by zzctmac
  • Repository
  • 1 Watchers
  • 0 Stars
  • 14 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Build Status Coverage Status, (*1)

easy-parser

一个简单的php解析库,可以用来获得一个类的属性、方法、一个函数使用的变量等等,用于快速实现一些脚手架, (*2)

 $cp = new \st\parse\FileClass(__DIR__ . '/../c.php');
$this->assertEquals('Info\\Test', $cp->getName());
$this->assertEquals('co\\Service', $cp->getParentName());

The Versions

09/03 2018

dev-master

9999999-dev

service tool

  Sources   Download

MIT

The Requires

 

The Development Requires

by zhouzhichao