Skip to content
This repository was archived by the owner on Dec 10, 2025. It is now read-only.

Commit ed2cf5d

Browse files
committed
Added documentation paragraph explaining why the project is archived
1 parent afbba1e commit ed2cf5d

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# roave/you-are-using-it-wrong
22

3+
## Archived: no longer necessary
4+
5+
This project has been initially introduced to educate the PHP community about
6+
type checkers, their importance, and also to bother those that don't rely on them.
7+
8+
This project won't be updated to support `vimeo/psalm:^6`, since it is both
9+
technically challenging, and no longer necessary, as type-checkers are now
10+
unequivocally part of the minimum toolkit of every professional PHP developer.
11+
12+
Since the [first release of this package](https://github.com/Roave/you-are-using-it-wrong/releases/tag/1.0.0)
13+
in 2019, the community has grown, and we are proud of the work we've done to
14+
advocate for type-checkers.
15+
16+
We've been noisy, annoying, cheeky about it: it has actually helped a lot!
17+
18+
To everyone that now pushes for better coding practices through
19+
[`vimeo/psalm`](https://github.com/vimeo/psalm) and
20+
[`phpstan/phpstan`](https://github.com/phpstan/phpstan-src/): thank you ♥️.
21+
22+
## Overview
23+
324
[![Mutation testing badge](https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2Froave%2Fyou-are-using-it-wrong)](https://dashboard.stryker-mutator.io/reports/github.com/roave/you-are-using-it-wrong/master)
425
[![Type Coverage](https://shepherd.dev/github/roave/you-are-using-it-wrong/coverage.svg)](https://shepherd.dev/github/roave/you-are-using-it-wrong)
526
[![Packagist](https://img.shields.io/packagist/v/roave/you-are-using-it-wrong.svg)](https://packagist.org/packages/roave/you-are-using-it-wrong)

0 commit comments

Comments
 (0)