mikebell/drupalcheck

There is no license information available for the latest version (1.1.2) of this package.

Simple library to determine if a site is Drupal.

1.1.2 2017-03-03 14:10 UTC

This package is not auto-updated.

Last update: 2024-05-11 17:40:04 UTC


README

#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();