Download the PHP package adzon/php-cms-detector without Composer
On this page you can find all versions of the php package adzon/php-cms-detector. 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 php-cms-detector
根据指纹判断cms系统
PHP Library for detecting CMS
Install
How to use:
$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 php-cms-detector with dependencies
PHP Build Version
Package Version
No informations.
The package adzon/php-cms-detector contains the following files
Loading the files please wait ....