Download the PHP package axy/fs-real without Composer
On this page you can find all versions of the php package axy/fs-real. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor axy
Package fs-real
Short Description File system access
License MIT
Homepage https://github.com/axypro/fs-real
Package fs-real
Short Description File system access
License MIT
Homepage https://github.com/axypro/fs-real
Please rate this library. Is it a good library?
Informations about the package fs-real
axy\fs\real
File system access (PHP).
Real implementation of axy/fs/ifs.
- The library does not require any dependencies.
- Tested on PHP 5.4+, PHP 7, HHVM (on Linux), PHP 5.5 (on Windows).
- Install:
composer require axy/fs-real
. - License: MIT.
Documentation
It is an implementation of interfaces from axy/fs-ifs. This implementation works with the real file system.
The class FS
is implementation of axy\fs\ifs\IFS
.
FS::open()
returns an instance of RealFile
class that is implementation of axy\fs\ifs\IFile
.
Messages of the FSError
exception are similar build-in functions WARNINGs.
Bugs
The library successfully tested on PHP 5.4, 5.5, 5.5 and 7.0 via travis-ci.org.
For HHVM there are several little bugs:
copy()
does not throw exception if the source does not exist.$file->getMetaData()
for closed$file
does not throw an exception.- If create a file using
createTempFile()
and gets meta data using$file->getMetaData()
then the filemeta->filename
does not exists.
All versions of fs-real with dependencies
PHP Build Version
Package Version
The package axy/fs-real contains the following files
Loading the files please wait ....