gwa/gw-filesystem

PHP filesystem classes

Maintainers

Package info

github.com/gwa/gwFilesystem

pkg:composer/gwa/gw-filesystem

Statistics

Installs: 2 767

Dependents: 2

Suggesters: 0

Stars: 1

Open Issues: 2

v1.4 2015-04-30 15:39 UTC

This package is not auto-updated.

Last update: 2026-03-10 10:36:38 UTC


README

PHP filesystem classes

Master

Quality Score Build Status

Contributing

All code contributions - including those of people having commit access - must go through a pull request and approved by a core developer before being merged. This is to ensure proper review of all the code.

Fork the project, create a feature branch, and send us a pull request.

To ensure a consistent code base, you should make sure the code follows the Coding Standards which we borrowed from PSR-2.

The easiest way to do make sure you're following the coding standard is to run vendor/bin/php-cs-fixer fix before committing.