https://github.com/padosoft/io
Simple agnostic package for IO related (files, dir, etc..)
https://github.com/padosoft/io
directory files filesystem io package
Last synced: 11 months ago
JSON representation
Simple agnostic package for IO related (files, dir, etc..)
- Host: GitHub
- URL: https://github.com/padosoft/io
- Owner: padosoft
- License: mit
- Created: 2016-01-22T16:20:25.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-04-04T22:17:37.000Z (almost 4 years ago)
- Last Synced: 2024-04-29T19:22:40.841Z (over 1 year ago)
- Topics: directory, files, filesystem, io, package
- Language: PHP
- Homepage:
- Size: 63.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Simple agnostic package for IO related (files, dir, etc..)

[](https://packagist.org/packages/padosoft/io)
[](LICENSE.md)
[](https://travis-ci.org/padosoft/io)
[](https://scrutinizer-ci.com/g/padosoft/io)
[](https://packagist.org/packages/padosoft/io)
[](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: >=7.0.0
## Installation
You can install the package via composer:
``` bash
$ composer require padosoft/io
```
## Usage
Then here's an example of how to use `FileHelper` class:
Add a use statement `use Padosoft\Io\FileHelper;`
```php