Forked: WP Tally

I’m sure many people have used the WP Tally service over the last decade. But as of last week, the WPTally.com website now redirects to WPBeginner (even though redirect.li shows a 405 code).

GitHub Fork

Luckily the code is on the new awesomemotive origination repository: awesomemotive/wp-tally, since the repo is now in a Public Archive state, I have decided to fork and update the code base + add new features. Check it out Frosty-Media/wp-tally.

Features

I’ve tagged versions 2.0 and 2.1.x already which have a lot of code changes, including adding composer support and bumps the minimum PHP support to 8.3.

  • Add composer support (allowing composer require frosty-media/wp-tally).
  • Adding GitHub CI with PHPCS, PHPStan, and Psalm checks.
  • Migrate and reformat code for PSR and PHP8.3
  • All code is auoloaded by Composer.
  • Use Symfony’s JsonResponse, and remove XML formatting.
Planned Updates

The only updates I have planned right now are to migrate the default “API” route to WordPress’ REST API route and implement Rate Limiting. If you have any suggestions, please leave a comment here or open an issue on GitHub.

Leave a Reply

Your email address will not be published. Required fields are marked *