shrikeh/file

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

0.2 2020-03-10 10:11 UTC

This package is auto-updated.

Last update: 2024-04-10 19:52:51 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.