Download the PHP package antonioprimera/filesystem without Composer
On this page you can find all versions of the php package antonioprimera/filesystem. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download antonioprimera/filesystem
More information about antonioprimera/filesystem
Files in antonioprimera/filesystem
Package filesystem
Short Description A simple set of File and Folder classes to easily manage files and folders operations
License MIT
Informations about the package filesystem
FileSystem Package
The FileSystem package is a PHP library that provides a set of utilities for working with files and directories as objects. It is designed to make file and directory manipulation easier and more intuitive.
Features
- File and directory manipulation: move, delete, and create files and directories.
- File content management: read, write, and replace content in files.
- Path operations: get relative and absolute paths.
- Name checks: check if a file or directory matches a specific pattern.
Installation
Use composer to install the FileSystem package:
Usage
The package provides two main classes File
and Directory
and another helper class OS
.
The File
class represents a file and provides methods for reading, writing, and manipulating file contents,
while the Folder
class represents a directory and provides methods for working with directories.
The OS
class provides static methods for handling cross-platform path string operations, like joining paths,
splitting paths, and normalizing paths (e.g. converting path separators to the correct format for the current OS).
File
Here are some examples of how to use the File
class:
Directory
Below are some examples of how to use the Directory
class. The generic methods are the same as for the File
class,
because both classes extend the same FileSystemItem class.
Zipping and Unzipping Files and Folders
The File
and Folder
classes provide methods for zipping and unzipping files and folders:
OS
The OS
class provides static methods for detecting the OS and handling cross-platform path string operations:
Helper Functions
The package also provides some helper functions for working with files and directories:
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Also, if you can improve this documentation, please do so.
License
MIT
All versions of filesystem with dependencies
ext-zip Version *