uk / io
The UniKado IO library.
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/uk/io
Requires
- php: >=7.0
- uk/core.errors: ^0.1.2
Requires (Dev)
- phpunit/phpunit: 5.4.6
This package is not auto-updated.
Last update: 2025-11-01 00:19:14 UTC
README
The UniKado IO lib.
composer require uk/io
or include it inside you're composer.json
{
"require": {
"php": ">=7.0",
"uk/io": "^0.1.0"
}
}
The library declares the 3 main classes:
UK\IO\PathSome static Path helping methodsUK\IO\FileFIle handling classUK\IO\FolderSome static Folder/Directory helping methods
and the helper class
UK\IO\MimeTypeTool
and last but not least the following exceptions:
UK\IO\IOExceptionUK\IO\FileAccessExceptionUK\IO\FileAllreadyExistsExceptionUK\IO\FileFormatExceptionUK\IO\FileNotFoundExceptionUK\IO\FolderAccessExceptionUK\IO\FolderNotFoundException