PHP Package: adbario/php-dot-notation

PHP library for handling dot-notation arrays efficiently and conveniently for developers. Simplifies array navigation and manipulation with intuitive dot-notation syntax.

Current Version: 3.3.0
Last Updated: 2023-02-24
PHP Requirement: ^7.4 || ^8.0
Dependencies:
phpunit/phpunit
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

The PHP Dot Notation library streamlines array processing by enabling developers to access and modify nested arrays effortlessly. With simplified dot-notation syntax, it enhances code readability and maintainability. This library provides a robust solution for working with multidimensional arrays efficiently, reducing development time and complexity.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 3.3.0

Download Download v3.3.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/adbario/php-dot-notation/3.3.0/loader.php';
require_once 'libs/sebastianbergmann/phpunit/12.2.2/loader.php';

use Adbario\DotNotation\DotNotation;

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