| Server IP : 52.25.153.185 / Your IP : 216.73.217.131 Web Server : Apache System : Linux ip-172-26-6-158 5.10.0-35-cloud-amd64 #1 SMP Debian 5.10.237-1 (2025-05-19) x86_64 User : daemon ( 1) PHP Version : 8.1.10 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /bitnami/wordpress/wp-content/plugins/metricool/ |
Upload File : |
{
"name": "really-simple-plugins/metricool",
"version": "2.0.1",
"description": "Site metrics and social media analytics for Instagram, Facebook, YouTube, LinkedIn, X Twitter. The single best tool for Social Media Managers!",
"type": "wordpress-plugin",
"license": "GPL-2.0-or-later",
"homepage": "https://metricool.com/",
"authors": [
{
"name": "Really Simple Plugins",
"email": "beheer@really-simple-plugins.com",
"homepage": "https://really-simple-plugins.com/",
"role": "Organisation"
}
],
"require": {
"php": ">=7.4, <=8.3",
"adbario/php-dot-notation": "*",
"automattic/jetpack-autoloader": "^5",
"guzzlehttp/guzzle": "^7.9",
"nesbot/carbon": "*",
"ext-zlib": "*"
},
"require-dev": {
"phpcompatibility/php-compatibility": "^9.3",
"phpstan/extension-installer": "^1.4",
"phpstan/phpstan": "^2.1",
"slevomat/coding-standard": "^8.14",
"squizlabs/php_codesniffer": "^3.9",
"szepeviktor/phpstan-wordpress": "^2.0",
"php-stubs/wordpress-stubs": "6.8.2"
},
"autoload": {
"psr-4": {
"Metricool\\": "app",
"Metricool\\Bootstrap\\": "bootstrap"
}
},
"config": {
"optimize-autoloader": true,
"sort-packages": true,
"platform": {
"php": "7.4"
},
"allow-plugins": {
"automattic/jetpack-autoloader": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"phpstan/extension-installer": true
}
},
"scripts": {
"lint": "vendor/bin/phpcs --report=full",
"lint:report": "vendor/bin/phpcs --report=full --report-file=phpcs-report.txt",
"lint:summary": "vendor/bin/phpcs --report=summary",
"lint:summary:report": "vendor/bin/phpcs --report=summary --report-file=phpcs-report.txt",
"quality": "vendor/bin/phpstan analyse --memory-limit=2048M",
"quality:report": "vendor/bin/phpstan analyse --memory-limit=2048M > phpstan-report.txt",
"quality:diagnose": "vendor/bin/phpstan diagnose --memory-limit=2048M"
}
}