# filesystem [![Latest Version on Packagist][ico-version]][link-packagist] [![Software License][ico-license]](LICENSE.md) [![Build Status][ico-travis]][link-travis] [![Coverage Status][ico-scrutinizer]][link-scrutinizer] [![Quality Score][ico-code-quality]][link-code-quality] [![Total Downloads][ico-downloads]][link-downloads] A PHP Filesystem with stubs compiler support ## Install Via Composer ``` bash $ composer require acacha/filesystem ``` ## Usage ``` php $filesystem = new Acacha\Filesystem(); ``` ## Change log Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently. ## Testing ``` bash $ composer test ``` ## Contributing Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details. ## Security If you discover any security related issues, please email sergiturbadenas@gmail.com instead of using the issue tracker. ## Credits - [Sergi Tur Badenas][link-author] - [All Contributors][link-contributors] ## License The MIT License (MIT). Please see [License File](LICENSE.md) for more information. [ico-version]: https://img.shields.io/packagist/v/acacha/filesystem.svg?style=flat-square [ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square [ico-travis]: https://img.shields.io/travis/acacha/filesystem/master.svg?style=flat-square [ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/acacha/filesystem.svg?style=flat-square [ico-code-quality]: https://img.shields.io/scrutinizer/g/acacha/filesystem.svg?style=flat-square [ico-downloads]: https://img.shields.io/packagist/dt/acacha/filesystem.svg?style=flat-square [link-packagist]: https://packagist.org/packages/acacha/filesystem [link-travis]: https://travis-ci.org/acacha/filesystem [link-scrutinizer]: https://scrutinizer-ci.com/g/acacha/filesystem/code-structure [link-code-quality]: https://scrutinizer-ci.com/g/acacha/filesystem [link-downloads]: https://packagist.org/packages/acacha/filesystem [link-author]: https://github.com/acacha [link-contributors]: ../../contributors