Download the PHP package schnittstabil/finder-by-config without Composer
On this page you can find all versions of the php package schnittstabil/finder-by-config. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download schnittstabil/finder-by-config
More information about schnittstabil/finder-by-config
Files in schnittstabil/finder-by-config
Download schnittstabil/finder-by-config
More information about schnittstabil/finder-by-config
Files in schnittstabil/finder-by-config
Vendor schnittstabil
Package finder-by-config
Short Description Create Symfony\Component\Finder instances by configuration
License MIT
Package finder-by-config
Short Description Create Symfony\Component\Finder instances by configuration
License MIT
Please rate this library. Is it a good library?
Informations about the package finder-by-config
FinderByConfig

Create Symfony\Component\Finder instances by configuration
Install
Usage
Supported configuration options
For details see the Finder Component Documentation.
Option | Type | Description |
---|---|---|
directories |
bool |
directories only |
files |
bool |
files only |
depth |
string|string[] |
directory depth, e.g. '> 1' |
date |
string|string[] |
last modified strtotime parsable date, files must match e.g. '>= 2005-10-15' |
name |
string|string[] |
regexp patterns, globs or simple strings files must match |
notName |
string|string[] |
regexp patterns, globs or simple strings files must not match |
contains |
string|string[] |
pattern (string or regexp) file contents must match |
notContains |
string|string[] |
pattern (string or regexp) file contents must not match |
path |
string|string[] |
regexp patterns, globs or simple strings files must match |
notPath |
string|string[] |
regexp patterns, globs or simple strings files must not match |
size |
string|string[] |
size files must match, e.g. '<= 1Ki' |
exclude |
string|string[] |
directories to exclude |
ignoreDotFiles |
bool |
exclude directories and files starting with a dot |
ignoreVCS |
bool |
exclude version control directories |
addVCSPattern |
string|string[] |
additional version control patterns |
sortByName |
bool |
sorts by name |
sortByType |
bool |
sorts by type |
sortByAccessedTime |
bool |
sorts by the last accessed time |
sortByChangedTime |
bool |
sorts by the last inode changed time |
sortByModifiedTime |
bool |
sorts by the last modified time |
followLinks |
bool |
follow symlinks |
ignoreUnreadableDirs |
bool |
ignore unreadable directories |
in |
string|string[] |
directory and file paths |
License
MIT © Michael Mayer
All versions of finder-by-config with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6.0
symfony/finder Version ^3.0 || ^4.0
schnittstabil/get Version ^2.0 || ^3.0
symfony/finder Version ^3.0 || ^4.0
schnittstabil/get Version ^2.0 || ^3.0
The package schnittstabil/finder-by-config contains the following files
Loading the files please wait ....