shrikeh/file

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

Maintainers

Details

github.com/shrikeh/file

Source

Issues

Installs: 8 634

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/shrikeh/file

0.2 2020-03-10 10:11 UTC

This package is auto-updated.

Last update: 2025-10-10 22:53:11 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.