Download the PHP package lochmueller/seocli without Composer
On this page you can find all versions of the php package lochmueller/seocli. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package seocli
SEO CLI
Scan websites against SEO criteria and/or trigger the indexing process and cache warming in deployment scripts.
Usage
Composer project
- Require lib
composer require --dev lochmueller/seocli
- Run with
./vendor/bin/seocli ###ARGS###
Standalone
- Clone repo
git clone https://github.com/lochmueller/seocli.git
- Load lib
cd seocli && composer install
- Run with
./bin/seocli ###ARGS###
Arguments
-u uri, --uri uri
The base URI to start the SEO CLI-d depth, --depth depth (default: 1)
The depth of the crawler-f format, --format format (default: text)
The format of the output [text,json,xml,csv,none]-t topCount, --top-count topCount (default: 5)
The number of items in the top lists [0=disable]
Example
Get information from www.website.de with depth 1 as CSV format:
###PATH###/seocli -u https://www.website.de -d 1 -f csv
All versions of seocli with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
ext-dom Version *
ext-pcntl Version *
guzzlehttp/guzzle Version ^7.2
league/climate Version ^3.6
league/uri Version ^7.4
paquettg/php-html-parser Version ^3.1
seostats/seostats Version ^2.5
t1gor/robots-txt-parser Version ^0.2.4
ext-dom Version *
ext-pcntl Version *
guzzlehttp/guzzle Version ^7.2
league/climate Version ^3.6
league/uri Version ^7.4
paquettg/php-html-parser Version ^3.1
seostats/seostats Version ^2.5
t1gor/robots-txt-parser Version ^0.2.4
The package lochmueller/seocli contains the following files
Loading the files please wait ....