项目作者: yriveiro

项目描述 :
Dot access for nested structures
高级语言: PHP
项目地址: git://github.com/yriveiro/dot.git
创建时间: 2017-10-30T14:10:49Z
项目社区:https://github.com/yriveiro/dot

开源协议:MIT License

下载


Dot - Dotted access made simple

Dot has a simple goal, give you access to data using dotted syntax.

License
Build Status
Coverage Status
Total Downloads

Quick start documentation

Overview

Dot it’s a lightweight and fast library that provides access to data using dotted syntax.

The main features of Dot are:

  • Simplicity.
  • Easy to extend.
  • Two modes of use:
    • mutable: the normal mode
    • inmutable: with this mode you can safely share Dot instance between objects

Installation

The recommended way to install this package is through Composer.

  1. php composer.phar require "yriveiro/dot"

Tests

Tests are performed using the phpunit library, to run them:

  1. php vendor/bin/phpunit tests

Know issues

None.

How to contribute

Have an idea? Found a bug?, contributions are welcome :)

Before do any contribution, please read the contribution rules described in contribution guide

License

Dot is licensed under MIT license.