Skip to content

Commit ac88814

Browse files
authored
update readme
update readme
1 parent 5a2716e commit ac88814

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,25 @@ A simple PHP file helper for various file operations.
88

99
---
1010

11+
## Table of Contents
12+
13+
* [About](#about)
14+
* [Installation](#installation)
15+
* [Usage](#usage)
16+
* [Search by Keyword](#search-by-keyword)
17+
* [Search by keyword and return array](#search-and-return-array)
18+
* [Write Multiple Files](#write-multiple-files-simultaneously)
19+
* [Converting File to Array](#converting-file-to-an-array)
20+
* [Find and Replace in CSV](#find-and-replace-in-csv-file)
21+
* [Converting File to JSON](#converting-file-to-json-format)
22+
* [Encrypt and Decrypt Files](#encrypt-and-decrypt-files)
23+
* [Stream and Save Content from URL](#stream-and-save-content-from-url-to-file)
24+
* [File Compression and Decompression](#file-compression-and-decompression)
25+
* [File Difference](#file-difference)
26+
* [File Integrity check](#file-integrity-check)
27+
* [View CSV in Terminal (table format)](#view-csv-in-terminal)
28+
* [View JSON in Terminal (table format)](#view-json-in-terminal)
29+
1130
## About
1231

1332
This PHP File Helper is designed to simplify various file-related operations. It offers a range of features to handle

0 commit comments

Comments
 (0)