PHP Package: webflo/drupal-finder

The Drupal Finder PHP library enables efficient discovery of Drupal installations on servers for streamlined management and optimization.

Current Version: 1.3.1
Last Updated: 2024-06-28
PHP Requirement: >=8.1
Dependencies:
symfony/finder
symfony/filesystem
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Drupal Finder is a robust PHP library that simplifies the process of locating Drupal installations across servers. By offering a comprehensive set of search functionalities and intuitive APIs, it enhances the efficiency of managing multiple Drupal sites, ensuring optimal performance and resource utilization.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.3.1

Download Download v1.3.1

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/webflo/drupal-finder/1.3.1/loader.php';
require_once 'libs/symfony/finder/7.3.0/loader.php';
require_once 'libs/symfony/filesystem/7.3.0/loader.php';

use Symfony\Component\Finder\Finder;

$obj = new Finder();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.