Skip to content

Latest commit

 

History

History
executable file
·
21 lines (15 loc) · 576 Bytes

README.md

File metadata and controls

executable file
·
21 lines (15 loc) · 576 Bytes

GetFiles

GetFiles is a simple PHP class to return a list of files in a directory.

Read The Documentation

Installation

Via composer.json

{
    "require": {
        "digi-brains/get-filesd" : "<a specific release or 'dev-master'>"
    }
}