2017 © Pedro Peláez
 

library rosetree

RoseTree for hierarchical collections

image

ericshortcut/rosetree

RoseTree for hierarchical collections

  • Friday, November 17, 2017
  • by ericshortcut
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

RoseTree

You can add to an existing project:

# for stable -> https://packagist.org/packages/ericshortcut/rosetree
composer require ericshortcut/rosetree dev-master

or, if you want the master version:, (*1)

You can add to the composer.json:

{
    "name": "foo/bar",
    "description": "Foo bar",
    "require": {
        "php": "^5.3.3 || ^7.0",
        "ericshortcut/rosetree": "dev-master"
    }
}

or from tags, (*2)

{
    "name": "foo/bar",
    "description": "Foo bar",
    "require": {
        "php": "^5.3.3 || ^7.0",
        "ericshortcut/rosetree": "v1.0.0-beta"
    }
}

The Versions

17/11 2017

dev-master

9999999-dev

RoseTree for hierarchical collections

  Sources   Download

The Requires

  • php ^5.3.3 || ^7.0

 

The Development Requires

17/11 2017

v1.1.0-beta

1.1.0.0-beta

RoseTree for hierarchical collections

  Sources   Download

The Requires

  • php ^5.3.3 || ^7.0

 

The Development Requires

29/09 2017

v1.0.0-beta

1.0.0.0-beta

RoseTree for hierarchical collections

  Sources   Download

The Requires

  • php ^5.3.3 || ^7.0

 

The Development Requires