2017 © Pedro Peláez
 

library directory-walker

this is universal package template for development and testing

image

zver/directory-walker

this is universal package template for development and testing

  • Sunday, May 28, 2017
  • by s4urp8n
  • Repository
  • 1 Watchers
  • 0 Stars
  • 575 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 10 Versions
  • 0 % Grown

The README.md

Build Status, (*1)

Directory walker

This package helps you walk paths from current directory, (*2)

Example of usage:

curent dir is /project, (*3)

<?php
$path=DirectoryWalker::fromCurrent()
                     ->enter('tests')          //  /project/tests/
                     ->enter('unit/subunit\\') //  /project/tests/unit/subunit/
                     ->up()                    //  /project/tests/unit/
                     ->enter('sub\sub/unit/')  //  /project/tests/unit/sub/sub/unit/
                     ->up(2)                   //  /project/tests/unit/sub/
                     ->upUntil('tests')        //  /project/tests/
                     ->get();
?>

The Versions

28/05 2017

dev-master

9999999-dev

this is universal package template for development and testing

  Sources   Download

The Requires

 

28/05 2017

1.0.6

1.0.6.0

this is universal package template for development and testing

  Sources   Download

The Requires

 

08/04 2017

1.0.5

1.0.5.0

this is universal package template for development and testing

  Sources   Download

The Requires

 

10/02 2017

1.0.4

1.0.4.0

this is universal package template for development and testing

  Sources   Download

The Requires

 

06/02 2017

1.0.3

1.0.3.0

this is universal package template for development and testing

  Sources   Download

The Requires

 

06/02 2017

1.0.2

1.0.2.0

this is universal package template for development and testing

  Sources   Download

The Requires

 

31/01 2017

1.0.1

1.0.1.0

this is universal package template for development and testing

  Sources   Download

The Requires

 

06/12 2016

1.0.0

1.0.0.0

this is universal package template for development and testing

  Sources   Download

The Requires

 

11/08 2016

0.9.1

0.9.1.0

Directory path walker helper

  Sources   Download

The Requires

 

11/08 2016

0.9.0

0.9.0.0

Directory path walker helper

  Sources   Download

The Requires