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
Requires
- guzzlehttp/guzzle: ^6.2
- psr/http-message: ~1.0
Requires (Dev)
- phpunit/phpunit: 5.6.*
This package is not auto-updated.
Last update: 2024-11-09 20:39:15 UTC
README
#DrupalCheck
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();