PHPackages                             padosoft/io - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [File &amp; Storage](/categories/file-storage)
4. /
5. padosoft/io

ActiveLibrary[File &amp; Storage](/categories/file-storage)

padosoft/io
===========

simple agnostic package for IO releted (files, dir, etc..)

1.9.0(4y ago)11.6k[1 issues](https://github.com/padosoft/io/issues)[1 PRs](https://github.com/padosoft/io/pulls)2MITPHPPHP &gt;=7.0.0

Since Aug 18Pushed 10mo ago2 watchersCompare

[ Source](https://github.com/padosoft/io)[ Packagist](https://packagist.org/packages/padosoft/io)[ Docs](https://github.com/padosoft/io)[ RSS](/packages/padosoft-io/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (8)Dependencies (1)Versions (14)Used By (2)

Simple agnostic package for IO related (files, dir, etc..)
==========================================================

[](#simple-agnostic-package-for-io-related-files-dir-etc)

[![Agnostic](https://camo.githubusercontent.com/682d5ddb5da68842f113b68033373f27dd1b14da2a3f62107240f379c454ebf9/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d61676e6f737469632d626c75652e7376673f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/682d5ddb5da68842f113b68033373f27dd1b14da2a3f62107240f379c454ebf9/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d61676e6f737469632d626c75652e7376673f7374796c653d666c61742d737175617265)[![Latest Version on Packagist](https://camo.githubusercontent.com/148ffabebf8c26b4f48942e43e38d2d3a361a9832cdce45e6c3b2fe375508efe/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7061646f736f66742f696f2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/padosoft/io)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/394bc7b86632327b12ae9b7cce21b7ad13f8ae8402c723b7a887e8614d06f828/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f7061646f736f66742f696f2f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/padosoft/io)[![Quality Score](https://camo.githubusercontent.com/37342e31b3a2eeae173aca0c390cb2d5d2fd5b39d55e2b0a8b487723ee4e0d8f/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f7061646f736f66742f696f2e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/padosoft/io)[![Total Downloads](https://camo.githubusercontent.com/ef1d74ba8c81110c83216cd3d786d5749fa3ac8bb209bdba1e742a19f527fff0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7061646f736f66742f696f2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/padosoft/io)[![SensioLabsInsight](https://camo.githubusercontent.com/cab7aac7cfe16f1337bd494e6675630b5c331a21b4e7c42a415891982d075926/68747470733a2f2f696d672e736869656c64732e696f2f73656e73696f6c6162732f692f65356630383835612d393132642d346264382d613663342d3736313237363033643262362e7376673f7374796c653d666c61742d737175617265)](https://insight.sensiolabs.com/projects/e5f0885a-912d-4bd8-a6c4-76127603d2b6)

This is a simple agnostic package with few or zero dipendencies. This is ideal to provides support and helpers for creating packeges without include many and many dipendencies.

\##Requires

- php: &gt;=7.0.0

Installation
------------

[](#installation)

You can install the package via composer:

```
$ composer require padosoft/io
```

Usage
-----

[](#usage)

Then here's an example of how to use `FileHelper` class:

Add a use statement `use Padosoft\Io\FileHelper;`

```
