shrikeh/file

Simple OO wrapper around many standard PHP file operations (e.g. include, require, etc)

Maintainers

Package info

github.com/shrikeh/file

pkg:composer/shrikeh/file

Statistics

Installs: 9 479

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

0.2 2020-03-10 10:11 UTC

This package is auto-updated.

Last update: 2026-03-10 23:36:33 UTC


README

Simple wrapper around a file to allow treating some operations in an OO way. Also stops your code quality tools complaining about requires and includes if they are dynamic.

Todo: throw exceptions where appropriate, and checking path beforehand.