WP Manifestindependent plugin directory
manifest / developer / wp-currency-ticker

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.zip

WP 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/container for 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

  1. Clone or use this template repository.
  2. Run composer install inside the plugin directory.
  3. Run ./vendor/bin/phpunit to verify the test suite.