TypeScriptGeneratorBundle icon indicating copy to clipboard operation
TypeScriptGeneratorBundle copied to clipboard

A Symfony Bundle that adds a command to extract TypeScript interfaces from PHP classes

Results 2 TypeScriptGeneratorBundle issues
Sort by recently updated
recently updated
newest added

Now Symfony 5 is supported. I added some more features because Entities are for example not public. But this is a separate pull request.

Those two classes (`\Janit\TypeScriptGeneratorBundle\Parser\ParserInterface` and `\Janit\TypeScriptGeneratorBundle\Parser\Property`) could be very useful as a separate library for other projects that want to generate typescript with PHP. I've already got a project in...