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-10-03 23:56:59 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\Path
Some static Path helping methodsUK\IO\File
FIle handling classUK\IO\Folder
Some static Folder/Directory helping methods
and the helper class
UK\IO\MimeTypeTool
and last but not least the following exceptions:
UK\IO\IOException
UK\IO\FileAccessException
UK\IO\FileAllreadyExistsException
UK\IO\FileFormatException
UK\IO\FileNotFoundException
UK\IO\FolderAccessException
UK\IO\FolderNotFoundException