#DrupalCheck
A simple PHP library to determine if a site is Drupal or not.
Based off the great work of eojthebrave on isthissitebuildwithdrupal.com.
composer require mikebell/drupalcheck
$test = new DrupalCheck($url);
$result = $test->isDrupal();
#DrupalCheck
A simple PHP library to determine if a site is Drupal or not.
Based off the great work of eojthebrave on isthissitebuildwithdrupal.com.
composer require mikebell/drupalcheck
$test = new DrupalCheck($url);
$result = $test->isDrupal();