We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd83ac6 commit b48cbafCopy full SHA for b48cbaf
README.md
@@ -0,0 +1,21 @@
1
+
2
+
3
+
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