Download the PHP package spatie/typescript-transformer without Composer
On this page you can find all versions of the php package spatie/typescript-transformer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download spatie/typescript-transformer
More information about spatie/typescript-transformer
Files in spatie/typescript-transformer
Package typescript-transformer
Short Description Transform your PHP structures to TypeScript types
License MIT
Homepage https://github.com/spatie/typescript-transformer
Informations about the package typescript-transformer
Transform PHP types to TypeScript
This package allows you to convert PHP classes to TypeScript.
This class...
... will be converted to this TypeScript type:
Here's another example.
The Languages
enum will be converted to:
You can find the full documentation here.
Support us
We invest a lot of resources into creating best in class open source packages. You can support us by buying one of our paid products.
We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on our contact page. We publish all received postcards on our virtual postcard wall.
Installation
You can install this package via composer:
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you've found a bug regarding security please mail [email protected] instead of using the issue tracker.
Credits
- Ruben Van Assche
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of typescript-transformer with dependencies
nikic/php-parser Version ^4.18|^5.0
phpdocumentor/type-resolver Version ^1.6.2
symfony/process Version ^5.2|^6.0|^7.0