This repository was archived by the owner on Jul 28, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ The package contains useful classes for:
2323- [ ContentTypes] ( ./src/Utils/ContentTypes.php ) – format extensions and filenames for content types
2424- [ DOM] ( ./src/Utils/DOM ) – create and format data attributes for HTML elements
2525- [ ExternalProgram] ( ./src/Utils/ExternalProgram/Executor.php ) – simple external command runner
26+ - [ FileInfo] ( ./src/Utils/FileInfo.php ) – get file info (basename, dirname, extension etc.)
2627- [ Finder] ( ./src/Utils/Finder.php ) – adds sorting to [ nette/finder] ( https://github.com/nette/finder )
2728- [ ImageInfo] ( ./src/Utils/ImageInfo.php ) – get image content type and size
2829- [ Json] ( ./src/Utils/Json.php ) – JSON pretty encoder with PHP and JavaScript indents
@@ -33,3 +34,4 @@ The package contains useful classes for:
3334- [ Strings] ( ./src/Utils/Strings.php ) – string helpers (encode, transform etc.)
3435- [ Tokenizer] ( ./src/Utils/Tokenizer/Tokenizer.php ) – get structure from file (e.g. a class)
3536- [ Validators] ( ./src/Utils/Validators.php ) – validate Czech and Slovak numbers (phone, personal, business)
37+ - [ Zip] ( ./src/Utils/Zip ) – simple ZIP archive helper (compress, extract)
You can’t perform that action at this time.
0 commit comments