Skip to content

fix indent #37

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 1 addition & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,6 @@ A simple PHP file helper for various file operations.

---

## Table of Contents

- [About](#about)
- [Installation](#installation)
- [Usage](#usage)
- [Search by Keyword](#search-by-keyword)
- [Search by keyword and return array](#search-and-return-array)
- [Write Multiple Files](#write-multiple-files-simultaneously)
- [Converting File to Array](#converting-file-to-an-array)
- [Find and Replace in CSV](#find-and-replace-in-csv-file)
- [Converting File to JSON](#converting-file-to-json-format)
- [Encrypt and Decrypt Files](#encrypt-and-decrypt-files)
- [Stream and Save Content from URL](#stream-and-save-content-from-url-to-file)
- [File Compression and Decompression](#file-compression-and-decompression)
- [File Difference](#file-difference)
- [File Integrity check](#file-integrity-check)
- [View CSV in Terminal(table format)](#view-csv-in-terminal)
- [View Json in Terminal(table format)](#view-json-in-terminal)

---

## About

This PHP File Helper is designed to simplify various file-related operations. It offers a range of features to handle
Expand Down Expand Up @@ -59,6 +38,7 @@ composer require rcsofttech85/file-handler
```

## Search and return array

```
$temp = new TempFileHandler();
$csv = new CsvFileHandler($temp);
Expand Down