Download the PHP package rcsofttech85/file-handler without Composer
On this page you can find all versions of the php package rcsofttech85/file-handler. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download rcsofttech85/file-handler
More information about rcsofttech85/file-handler
Files in rcsofttech85/file-handler
Package file-handler
Short Description A simple library for abstracting various file operations and providing additional helper functions for file manipulation
License MIT
Informations about the package file-handler
PHP File Helper
A simple PHP file helper for various file operations.
Table of Contents
- About
- Installation
- Usage
- Search by Keyword
- Search by keyword and return array
- Write Multiple Files
- Converting File to Array
- Find and Replace in CSV
- Converting File to JSON
- Encrypt and Decrypt Files
- Stream and Save Content from URL
- File Compression and Decompression
- File Difference
- File Integrity check
- View CSV in Terminal (table format)
- View JSON in Terminal (table format)
About
This PHP File Helper is designed to simplify various file-related operations. It offers a range of features to handle tasks such as searching for keywords in files, converting files to different formats, encrypting and decrypting files, and more. Whether you're working with CSV, JSON, or plain text files, this library can streamline your file management processes.
Installation
You can install this PHP File Helper library via Composer:
Usage
search by keyword
Search and return array
Write multiple files simultaneously
Converting file to an array
Find and replace in csv file
Find and replace a specific keyword in a particular column of a CSV file
Converting file to json format
Encrypt and decrypt files
Stream and save content from url to file
File compression and decompression
File Difference
File Integrity Check
View csv in terminal
View json in terminal
Applying filters to a csv file
All versions of file-handler with dependencies
ext-sodium Version *
ext-ctype Version *
ext-zip Version *
ext-fileinfo Version *
symfony/console Version ^6.3
symfony/dependency-injection Version ^6.3
symfony/config Version ^6.3
symfony/yaml Version ^6.3
symfony/process Version ^6.3
symfony/dotenv Version ^6.3