/drupalcheck

A simple PHP library to determine if a site is Drupal or not.

Primary LanguagePHP

#DrupalCheck

Build Status

A simple PHP library to determine if a site is Drupal or not.

Based off the great work of eojthebrave on isthissitebuildwithdrupal.com.

Install

composer require mikebell/drupalcheck

Usage

$test = new DrupalCheck($url);
$result = $test->isDrupal();