Download the PHP package homelan/core-filesystem without Composer
On this page you can find all versions of the php package homelan/core-filesystem. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download homelan/core-filesystem
More information about homelan/core-filesystem
Files in homelan/core-filesystem
Download homelan/core-filesystem
More information about homelan/core-filesystem
Files in homelan/core-filesystem
Vendor homelan
Package core-filesystem
Short Description Extends the filesystem class from symfony.
License MIT
Package core-filesystem
Short Description Extends the filesystem class from symfony.
License MIT
Keywords filesystem
Please rate this library. Is it a good library?
Informations about the package core-filesystem
Core Filesystem
A simple class that extends Symfony's Filesystem class add some extra functionality.
Features
- Adds a methmod to Filesystem to get the contents of a file.
Example
use HomeLan\Core\Filesystem\Filesystem;
$oFs = new Filesystem(); $sData = $oFs->getContents('file.txt');
All versions of core-filesystem with dependencies
PHP Build Version
Package Version
The package homelan/core-filesystem contains the following files
Loading the files please wait ....