vrglab / php-io-utils
Object-oriented PHP IO utilities for files and directories.
v1.0.0
2026-05-10 15:03 UTC
Requires
- php: ^8.5
Requires (Dev)
- mockery/mockery: 1.6.12
- php-cs-fixer/shim: v3.95.1
- phpunit/phpunit: ^13.1
- vimeo/psalm: 6.16.1
This package is auto-updated.
Last update: 2026-05-10 15:10:36 UTC
README
PhpIoUtils
A Library for improved io functionality within PHP
Usage Example for file creation:
$filePath = __DIR__ . '/somedir/someFile.file' $result = File::create($filePath); if($result) { 'File made successfully' } 'File already existed or creation failed'
Requirements
- Php 8.5+
- Composer
- Docker
- Task