2017 © Pedro Peláez
 

library php-file-finder

simple package to search files and directories and return full path and related information

image

mehrdad-dadkhah/php-file-finder

simple package to search files and directories and return full path and related information

  • Sunday, February 4, 2018
  • by Mehrdad-Dadkhah
  • Repository
  • 1 Watchers
  • 1 Stars
  • 542 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 24 % Grown

The README.md

php-file-finder

Software License Packagist Version, (*1)

simple package to find file or directory full path and related information in php, (*2)

Installation

composer require mehrdad-dadkhah/php-file-finder

Usage

use MehrdadDadkhah\File\Finder;

$finder = new Finder();

can change finder, default is find and can change it to locate, (*3)

$finder->setFinder('locate');

find with filename and search all directories:, (*4)

$finder->findFile('myFile.mp4', '/');

find all video(mp4) files in /home dir:, (*5)

$finder->findFile('*.mp4', '/home');

find a file with it's related path:, (*6)

$finder->findFile('related/path/to/files/myFile.mp4');

find files and only return file path without extra information:, (*7)

$finder->findFile('myFile.mp4', '/', false);

find directory with name test:, (*8)

$finder->findDirectoryPath('test', '/');

License

hls-video-generater is licensed under the GPLv3 License., (*9)

The Versions

04/02 2018

dev-master

9999999-dev https://github.com/Mehrdad-Dadkhah/php-file-finder

simple package to search files and directories and return full path and related information

  Sources   Download

GPL-3.0-only

The Requires

 

by Mehrdad Dadkhah

file search finder file_info

04/02 2018

1.1.3

1.1.3.0 https://github.com/Mehrdad-Dadkhah/php-file-finder

simple package to search files and directories and return full path and related information

  Sources   Download

GPL-3.0-only

The Requires

 

by Mehrdad Dadkhah

file search finder file_info

31/01 2018

1.1.2

1.1.2.0 https://github.com/Mehrdad-Dadkhah/php-file-finder

simple package to search files and directories and return full path and related information

  Sources   Download

GPL-3.0-only

The Requires

 

by Mehrdad Dadkhah

file search finder file_info

21/01 2018

1.1.1

1.1.1.0 https://github.com/Mehrdad-Dadkhah/php-file-finder

simple package to search files and directories and return full path and related information

  Sources   Download

GPL-3.0-only

The Requires

 

by Mehrdad Dadkhah

file search finder file_info

21/01 2018

1.1.0

1.1.0.0 https://github.com/Mehrdad-Dadkhah/php-file-finder

simple package to search files and directories and return full path and related information

  Sources   Download

GPLv3

The Requires

 

by Mehrdad Dadkhah

file search finder file_info

07/01 2018

1.0.0

1.0.0.0 https://github.com/Mehrdad-Dadkhah/php-file-finder

simple package to search files and directories and return full path and related information

  Sources   Download

GPLv3

The Requires

 

by Mehrdad Dadkhah

file search finder file_info