Skip to content

Commit b48cbaf

Browse files
update readme
1 parent dd83ac6 commit b48cbaf

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
![](https://img.shields.io/github/release/digi-brains/get-files.svg?style=flat-square)
2+
![](https://img.shields.io/github/license/digi-brains/get-files.svg?style=flat-square)
3+
![](https://img.shields.io/github/issues/digi-brains/get-files.svg?style=flat-square)
4+
5+
# GetFiles
6+
7+
GetFiles is a simple PHP class to return a list of files in a directory.
8+
9+
[Read The Documentation](https://digi-brains.github.io/get-files/)
10+
11+
### Installation
12+
13+
Via composer.json
14+
15+
```
16+
{
17+
"require": {
18+
"digi-brains/get-filesd" : "<a specific release or 'dev-master'>"
19+
}
20+
}
21+
```

0 commit comments

Comments
 (0)