Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 559 Bytes

File metadata and controls

21 lines (13 loc) · 559 Bytes

IO Package

The IO package provides classes that interact with input and output of data on the local filesystem. Specialized classes can be used to read data, write data, alter permissions, rename files, copy, create, delete, move, traverse, and many more through an easy to use interface.

Installation

This package can be installed with Composer.

composer require titon/io:*

Documentation