Skip to content

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

Notifications You must be signed in to change notification settings

joesb/drupalcheck

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%