2017 © Pedro Peláez
 

library dot-notation

Array Dot Notation

image

arabcoders/dot-notation

Array Dot Notation

  • Friday, July 1, 2016
  • by arabcoders
  • Repository
  • 1 Watchers
  • 0 Stars
  • 17 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Dot Notation

Array Dot Notation, (*1)

Install

Via Composer, (*2)

$ composer require arabcoders/dot-notation

Usage Example.

<?php

require __DIR__ . '/../../autoload.php';

$list = [
    'one' => [
        'two' => 'foo'
    ]
];

$dot = new \arabcoders\DotNotation\DotNotation( $list );

var_dump( $dot->get('one.two') === $list['one']['two'] );

echo $dot->get('one.two');

The Versions

01/07 2016

dev-master

9999999-dev https://www.abdulmohsen.me

Array Dot Notation

  Sources   Download

MIT

The Requires

  • php >=7.0.0

 

array dot notation

01/07 2016

v1.0.0

1.0.0.0 https://www.abdulmohsen.me

Array Dot Notation

  Sources   Download

MIT

The Requires

  • php >=7.0.0

 

array dot notation