WP Currency Ticker
A plugin to display currency exchange rates in your WordPress site.
by In Brackets · github.com/marceloquinze/wp-currency-ticker · website
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/marceloquinze/wp-currency-ticker/archive/refs/heads/main.zipWP Plugin Clean Architecture Template
A modern, high-performance WordPress plugin boilerplate designed with Layered Clean Architecture, MVC Pattern, PHP 8.1+ Features, and the Illuminate Dependency Injection Container.
Features Included
- PHP 8.1+ Standards: PSR-4 autoloading ready for Enums, DTOs, and Readonly properties.
- IoC Container: Powered by
illuminate/containerfor automatic dependency resolution and singletons. - Unit Testing Environment: Pre-configured with PHPUnit 10, Brain Monkey, and Mockery.
- Decoupled Architecture: Folder structure organized for API clients, Repositories, Services, Controllers, and Views.
Installation for Development
- Clone or use this template repository.
- Run
composer installinside the plugin directory. - Run
./vendor/bin/phpunitto verify the test suite.