Skip to content

Commit

Permalink
Change readme logos
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosas authored Feb 1, 2025
1 parent 7e595ca commit 7f264ec
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 30 deletions.
Binary file added .github/logo-small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed .github/logo.png
Binary file not shown.
28 changes: 8 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,17 @@
<p align="center">
<img width="500px" src="https://raw.githubusercontent.com/carlosas/phpat/master/.github/logo.png" alt="PHP Architecture Tester">
</p>
<img width="185px" src="https://raw.githubusercontent.com/carlosas/phpat/logo-test/.github/logo-small.png" alt="PHP Architecture Tester" align="right">
<h1 align="center">✔️ PHP Architecture Tester</h1>
<h2 align="center">Easy to use architecture testing tool for PHP</h2>
<p align="center">
<a>
<img src="https://img.shields.io/packagist/v/phpat/phpat?label=last%20version&style=for-the-badge" alt="Version">
</a>
<a>
<img src="https://img.shields.io/packagist/php-v/phpat/phpat?style=for-the-badge" alt="PHP Version">
</a>
<a>
<img src="https://img.shields.io/badge/phpstan-%5E2.0-blue?style=for-the-badge" alt="PHPStan Version">
</a>
<a>
<img src="https://img.shields.io/badge/contributions-welcome-green.svg?style=for-the-badge" alt="Contributions welcome">
</a>
<a><img src="https://img.shields.io/packagist/v/phpat/phpat?label=last%20version&style=for-the-badge" alt="Version"></a>
<a><img src="https://img.shields.io/packagist/php-v/phpat/phpat?style=for-the-badge" alt="PHP Version"></a>
<a><img src="https://img.shields.io/badge/phpstan-%5E2.0-blue?style=for-the-badge" alt="PHPStan Version"></a>
</p>

<br />

### Introduction 📜

**PHP Architecture Tester** is a static analysis tool designed to verify architectural requirements.
**PHP Architecture Tester** is a PHPStan extension (Static Analysis tool) designed to verify architectural requirements.

It provides a natural language abstraction that enables you to define your own architectural rules and and assess their compliance in your code.

Expand All @@ -47,8 +37,6 @@ You can visit the [Examples](docs/examples.md) section to get some ideas of typi
<br />

**Sponsors**
### Sponsors 💙

<a href="https://jb.gg/OpenSourceSupport">
<img src="https://resources.jetbrains.com/storage/products/company/brand/logos/jb_beam.png" alt="JetBrains Logo" width="100"/>
</a>
[![JetBrains](https://resources.jetbrains.com/storage/products/company/brand/logos/jetbrains.svg)](https://jb.gg/OpenSourceSupport)
10 changes: 2 additions & 8 deletions docs/about.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@

**Sponsors** (free license)
### Sponsors

<a href="https://jb.gg/OpenSourceSupport">
<img src="https://resources.jetbrains.com/storage/products/company/brand/logos/jb_beam.png" alt="JetBrains Logo" width="100"/>
</a>

<a href="https://www.blackfire.io">
<img src="https://avatars.githubusercontent.com/u/8961067?s=100" alt="BlackFire Logo" width="100"/>
</a>
[![JetBrains logo.](https://resources.jetbrains.com/storage/products/company/brand/logos/jetbrains.svg)](https://jb.gg/OpenSourceSupport)
Binary file added docs/assets/logo-small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
#
<p align="center">
<img width="500px" src="assets/logo.png" alt="PHP Architecture Tester">
</p>
<h2 align="center">Easy to use architecture testing tool for PHP</h2>

<hr />

**PHP Architecture Tester** is a [PHPStan](https://phpstan.org/) extension designed to verify architectural requirements.
**PHP Architecture Tester** is a PHPStan extension (Static Analysis tool) designed to verify architectural requirements.

It provides a natural language abstraction that enables you to define your own architectural rules and assess their compliance.

Expand Down

0 comments on commit 7f264ec

Please sign in to comment.