Download the PHP package eliasis-framework/wp-plugin-info without Composer
On this page you can find all versions of the php package eliasis-framework/wp-plugin-info. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download eliasis-framework/wp-plugin-info
More information about eliasis-framework/wp-plugin-info
Files in eliasis-framework/wp-plugin-info
Package wp-plugin-info
Short Description Get and save plugin information from WordPress API to be consumed by other modules.
License MIT
Informations about the package wp-plugin-info
WP Plugin Info · Eliasis plugin
Versión en español
Get and save plugin information from WordPress API to be consumed by other modules.
- Requirements
- Installation
- Available Methods
- Quick Start
- Usage
- Tests
- Sponsor
- License
Requirements
This plugin is supported by PHP versions 5.6 or higher and is compatible with HHVM versions 3.0 or higher.
Installation
The preferred way to install this plugin is through Composer.
To install WP Plugin Info, simply:
composer require eliasis-framework/wp-plugin-info
The previous command will only install the necessary files, if you prefer to download the entire source code you can use:
composer require eliasis-framework/wp-plugin-info --prefer-source
You can also clone the complete repository with Git:
git clone https://github.com/eliasis-framework/wp-plugin-info.git
Available Methods
Available methods in this plugin:
- Get plugin information
Atttribute | Description | Type | Required |
---|---|---|---|
$option | Option to get. | string | Yes |
$slug | WordPress plugin slug. | string | Yes |
@return (mixed) → Value or false.
Quick Start
To use this plugin with Composer:
Usage
- Get plugin name
- Get plugin version
- Get plugin author
- Get plugin author profile
- Get plugin contributors
- Get plugin requires
- Get plugin tested
- Get plugin compatibility
- Get plugin rating
- Get plugin ratings
- Get plugin num ratings
- Get plugin support threads
- Get plugin support threads resolved
- Get plugin downloaded
- Get plugin last updated
- Get plugin added
- Get plugin homepage
- Get plugin download link
- Get plugin tags
- Get plugin donate link
Tests
To run composer and to execute the following:
git clone https://github.com/eliasis-framework/wp-plugin-info.git
cd wp-plugin-info
bash bin/install-wp-tests.sh wordpress_test root '' localhost latest
composer install
Run unit tests with PHPUnit:
composer phpunit
Run WordPress code standard tests with PHPCS:
composer phpcs
Run PHP Mess Detector tests to detect inconsistencies in code style:
composer phpmd
Run all previous tests:
composer tests
Sponsor
If this project helps you to reduce your development time, you can sponsor me to support my open source work :blush:
License
This repository is licensed under the MIT License.
Copyright © 2017-2022, Josantonius
All versions of wp-plugin-info with dependencies
eliasis-framework/eliasis Version ^1.1.3
eliasis-framework/complement Version ^1.1.1
composer/installers Version ^1.4.0