santran / tstophp
Typescript definition converter to PHP
dev-master
2019-06-23 07:05 UTC
Requires
- php: ^5.3.3 || ^7.0
- nette/php-generator: v2.6
This package is not auto-updated.
Last update: 2024-11-19 08:25:40 UTC
README
TP-to-PHP converter convert TypeScript definition to PHP code
Installation and requirements
The best way how to install TP-to-PHP is use a Composer:
php composer.phar require santran/tstophp
Usage
try { \tptophp\Converter::convert($tsFile, $phpFile); }catch (\tptophp\UnexpectedSyntaxException $e){ echo $e->getFullMessage(); }