service tool

Installs: 20

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/zhouzhichao/st

dev-master 2018-03-09 08:48 UTC

This package is not auto-updated.

Last update: 2025-10-07 18:10:22 UTC


README

Build Status Coverage Status

easy-parser

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

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