wpdesk / ltv-dashboard-widget
This package is abandoned and no longer maintained.
No replacement package was suggested.
Library for displaying ltv widget in WordPress dashboard.
This package's canonical repository appears to be gone and the package has been frozen as a result.
1.5.6
2024-04-24 11:36 UTC
Requires
- php: >=7.2
Requires (Dev)
- 10up/wp_mock: *
- mockery/mockery: *
- phpunit/phpunit: <7
- squizlabs/php_codesniffer: ^3.0.2
- wimg/php-compatibility: ^8
- wp-coding-standards/wpcs: ^0.14.1
README
ltv-dashboard-widget
A simple, yet very useful library for WordPress plugins allowing to display WP Desk dashboard widget.
Requirements
PHP 7.2 or later.
Installation via Composer
In order to install the bindings via Composer run the following command:
composer require wpdesk/library/ltv-dashboard-widget
Next, use the Composer's autoload to use them:
require_once 'vendor/autoload.php';
Manual installation
If you prefer not to use the Composer you can also download the latest library release.
require_once('/path/to/wp-desk/ltv-dashboard-widget/src/DashboardWidget.php');
Getting Started
Notices usage example
(new WPDesk\Dashboard\DashboardWidget())->hooks();