2017 © Pedro Peláez
 

library fs-real

File system access

image

axy/fs-real

File system access

  • Monday, January 8, 2018
  • by axy
  • Repository
  • 1 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 4 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

axy\fs\real

File system access (PHP)., (*1)

Real implementation of axy/fs/ifs., (*2)

Latest Stable Version Minimum PHP Version Build Status Coverage Status License, (*3)

  • 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., (*4)

The class FS is implementation of axy\fs\ifs\IFS., (*5)

FS::open() returns an instance of RealFile class that is implementation of axy\fs\ifs\IFile., (*6)

Messages of the FSError exception are similar build-in functions WARNINGs., (*7)

Bugs

The library successfully tested on PHP 5.4, 5.5, 5.5 and 7.0 via travis-ci.org., (*8)

For HHVM there are several little bugs:, (*9)

  • 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 file meta->filename does not exists.

The Versions

08/01 2018

dev-master

9999999-dev https://github.com/axypro/fs-real

File system access

  Sources   Download

MIT

The Requires

 

file directory file system

22/04 2017

0.0.3

0.0.3.0 https://github.com/axypro/fs-real

File system access

  Sources   Download

MIT

The Requires

 

file directory file system

02/04 2016

0.0.2

0.0.2.0 https://github.com/axypro/fs-real

File system access

  Sources   Download

MIT

The Requires

 

file directory file system

01/04 2016

0.0.1

0.0.1.0 https://github.com/axypro/fs-real

File system access

  Sources   Download

MIT

The Requires

 

file directory file system