Download the PHP package likeajohny/php-fs without Composer
On this page you can find all versions of the php package likeajohny/php-fs. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download likeajohny/php-fs
More information about likeajohny/php-fs
Files in likeajohny/php-fs
Download likeajohny/php-fs
More information about likeajohny/php-fs
Files in likeajohny/php-fs
Vendor likeajohny
Package php-fs
Short Description Tools to help you get around the filesystem with PHP.
License MIT
Package php-fs
Short Description Tools to help you get around the filesystem with PHP.
License MIT
Please rate this library. Is it a good library?
Informations about the package php-fs
PHP FS (Filesystem Helpers)
Very basic tools to help you get around the filesystem with PHP.
This package is under active development.
If you have any problems, suggestions or wishes, feel free to create an issue to let me know!
Install
Functions
- Directory
- create
- exists
- remove
- empty
- move
- copy
- list
- File
- create
- exists
- write
- append
- prepend
- read
- remove
- copy
- move
File Usage Examples
Create A New File
- The directory to create the file in has to exist.
Write Content To A File
- Writes contents to a given file
- Overrides pre-existing content in the file
Append To A File
- Appends content to a given file
Prepend To A File
- Prepends content to a given file
Directory Usage Examples
Remove A Directory
- always recursive
Empty A Directory
- always recursive
All versions of php-fs with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0
The package likeajohny/php-fs contains the following files
Loading the files please wait ....