Download the PHP package elementaryframework/fire-fs without Composer
On this page you can find all versions of the php package elementaryframework/fire-fs. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download elementaryframework/fire-fs
More information about elementaryframework/fire-fs
Files in elementaryframework/fire-fs
Package fire-fs
Short Description Easily access and manage your files with PHP
License MIT
Informations about the package fire-fs
FireFS
Manage your file system easily, through php
FireFS is a library allowing you to write/read/delete files and folders of your file system, safely and easily.
It can be used for web applications as well for console applications, without any requirements.
Example
Features
- Easy file system management ;
- Object Oriented file system entities management, through Folder and File classes ;
- Receive events of what happen to your file system (created, modified, deleted events) and execute a specific action with the file system listener ;
- Run a file system watcher to watch for files changes in real time (recommended for console applications or long running PHP processes)
Installation
You can install FireFS in your project with composer:
Once installed, you can access the FireFS api through the ElementaryFramework\FireFS
namespace.
How to use
New to FireFS ? From console to web apps, you can read the wiki to know how to use this library into your project.
Additional resources and tutorials
- How to create a file watcher with PHP and the Elementary Framework written by @na2axl on dev.to
Donate
Liking Elementary Framework? Help us continue to maintain it and provide you better support and awesome functionalities with a small donation!
License
© 2018-2020 Aliens Group.
Licensed under MIT (read license).
All versions of fire-fs with dependencies
elementaryframework/streams Version ^0.1.0
elementaryframework/events Version ^0.1.0