File tree Expand file tree Collapse file tree 5 files changed +15
-15
lines changed
Expand file tree Collapse file tree 5 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 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 )
1+ ![ ] ( https://img.shields.io/github/release/sageworksstudio /get-files.svg?style=flat-square )
2+ ![ ] ( https://img.shields.io/github/license/sageworksstudio /get-files.svg?style=flat-square )
3+ ![ ] ( https://img.shields.io/github/issues/sageworksstudio /get-files.svg?style=flat-square )
44
55# GetFiles
66
77GetFiles is a simple PHP class to return a list of files in a directory.
88
9- [ Read The Documentation] ( https://digi-brains .github.io/get-files/ )
9+ [ Read The Documentation] ( https://sageworksstudio .github.io/get-files/ )
1010
1111### Installation
1212
Original file line number Diff line number Diff line change 11{
2- "name" : " digi-brains /get-files" ,
2+ "name" : " sageworksstudio /get-files" ,
33 "description" : " Gets a list of files from a directory" ,
44 "keywords" : [
55 " git" ,
66 " php"
77 ],
8- "homepage" : " https://github.com/digi-brains /get-files" ,
8+ "homepage" : " https://github.com/sageworksstudio /get-files" ,
99 "license" : " MIT" ,
1010 "authors" : [
1111 {
1212 "name" : " Chris Brown" ,
13- "email" : " chris@digitalbrains.io " ,
14- "homepage" : " https://github.com/digi-brains /get-files"
13+ "email" : " chris@sageworksstudio " ,
14+ "homepage" : " https://github.com/sageworksstusio /get-files"
1515 }
1616 ],
1717 "require" : {
1818 "php" : " >=5.6.0"
1919 },
2020 "autoload" : {
2121 "psr-4" : {
22- "DigiBrains \\ " : " src/"
22+ "SageworksStudio \\ " : " src/"
2323 }
2424 }
2525}
Original file line number Diff line number Diff line change 1818 < body >
1919
2020 < h1 > GetFiles</ h1 >
21-
21+
2222
2323 </ body >
2424</ html >
Original file line number Diff line number Diff line change 33 "description" : " A simple PHP class to return a list of files from a directory." ,
44 "repository" : {
55 "type" : " git" ,
6- "url" : " https://github.com/digi-brains /get-files"
6+ "url" : " https://github.com/sageworksstudio /get-files"
77 },
8- "homepage" : " http ://digi-brains .github.io/get-files" ,
8+ "homepage" : " https ://sageworksstudio .github.io/get-files" ,
99 "keywords" : [
1010 " php" ,
1111 " files"
1212 ],
13- "author" : " Chris Brown <chris@digitalbrains.io > (https://digitalbrains.io )" ,
13+ "author" : " Chris Brown <chris@sageworksstudio.com > (https://sageworksstudio.com )" ,
1414 "license" : " MIT" ,
1515 "bugs" : {
16- "url" : " https://github.com/digi-brains /get-files/issues"
16+ "url" : " https://github.com/sageworksstudio /get-files/issues"
1717 }
1818}
Original file line number Diff line number Diff line change 11<?php
22
3- namespace DigiBrains ;
3+ namespace SageworksStudio ;
44
55class GetFiles {
66
You can’t perform that action at this time.
0 commit comments