Download the PHP package krisseck/detect-cms without Composer
On this page you can find all versions of the php package krisseck/detect-cms. 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 detect-cms
Detect-CMS
PHP Library for detecting CMS
Install
How to use:
include(__DIR__ . "/vendor/autoload.php");
$domain = "http://google.com";
$cms = new \DetectCMS\DetectCMS($domain);
if($cms->getResult()) {
echo "Detected CMS: ".$cms->getResult();
} else {
echo "CMS couldn't be detected";
}
All versions of detect-cms with dependencies
PHP Build Version
Package Version
No informations.
The package krisseck/detect-cms contains the following files
Loading the files please wait ....