PHP Package: consolidation/filter-via-dot-access-data

This PHP library provides filtering functionality through dot access data for efficient data manipulation and retrieval.

Current Version: 1.0.0
Last Updated: 2019-01-18
PHP Requirement: >=5.5.0
Dependencies:
symfony/finder
symfony/filesystem
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Enhance your PHP application by easily filtering data using dot access syntax for quicker and more precise data extraction and manipulation. This library simplifies data management tasks by allowing seamless access to nested data structures through a concise yet powerful syntax. Improve your application's performance and readability with this versatile filtering tool.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.0.0

Download Download v1.0.0

Code Integration Example

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

<?php
// Example from PHPlibraries.com
require_once 'libs/consolidation/filter-via-dot-access-data/1.0.0/loader.php';
require_once 'libs/symfony/finder/7.3.0/loader.php';
require_once 'libs/symfony/filesystem/7.3.0/loader.php';

use Consolidation\FilterViaDotAccessData\Filter;
use Symfony\Component\Finder\Finder;

$obj = new Filter();
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.