Skip to content

Commit c9c18ac

Browse files
authored
Update README.md
1 parent e006219 commit c9c18ac

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
1-
# Transform PHP types to TypeScript
1+
<div align="left">
2+
<a href="https://spatie.be/open-source?utm_source=github&utm_medium=banner&utm_campaign=typescript-transformer">
3+
<picture>
4+
<source media="(prefers-color-scheme: dark)" srcset="https://spatie.be/packages/header/typescript-transformer/html/dark.webp">
5+
<img alt="Logo for typescript-transformer" src=" https://spatie.be/packages/header/typescript-transformer/html/light.webp" height="190">
6+
</picture>
7+
</a>
8+
9+
<h1>Transform PHP types to TypeScript</h1>
210

311
[![Latest Version on Packagist](https://img.shields.io/packagist/v/spatie/typescript-transformer.svg?style=flat-square)](https://packagist.org/packages/spatie/typescript-transformer)
412
[![Tests](https://github.com/spatie/typescript-transformer/workflows/run-tests/badge.svg)](https://github.com/spatie/typescript-transformer/actions?query=workflow%3Arun-tests)
513
[![Styling](https://github.com/spatie/typescript-transformer/workflows/Check%20&%20fix%20styling/badge.svg)](https://github.com/spatie/typescript-transformer/actions?query=workflow%3A%22Check+%26+fix+styling%22)
614
[![PHPStan](https://github.com/spatie/typescript-transformer/actions/workflows/phpstan.yml/badge.svg)](https://github.com/spatie/typescript-transformer/actions/workflows/phpstan.yml)
715
[![Total Downloads](https://img.shields.io/packagist/dt/spatie/typescript-transformer.svg?style=flat-square)](https://packagist.org/packages/spatie/typescript-transformer)
16+
17+
</div>
818

919
This package allows you to convert PHP classes to TypeScript.
1020

0 commit comments

Comments
 (0)