santran/

tstophp

Typescript 到 PHP 的类型定义转换器

dev-master 2019-06-23 07:05 UTC

This package is not auto-updated.

Last update: 2024-09-24 07:37:26 UTC


README

TP-to-PHP 转换器:将 TypeScript 定义转换为 PHP 代码

安装和需求

使用 Composer 安装 TP-to-PHP 是最佳方式

php composer.phar require santran/tstophp

使用方法

try {
    \tptophp\Converter::convert($tsFile, $phpFile);
}catch (\tptophp\UnexpectedSyntaxException $e){
	echo $e->getFullMessage();
}