Skip to content
This repository was archived by the owner on Jul 28, 2024. It is now read-only.

Commit 24e8472

Browse files
committed
Update docs
1 parent 0fcad5b commit 24e8472

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)