PHP code example of kolgaev / parser

1. Go to this page and download the library: Download kolgaev/parser library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

kolgaev / parser example snippets


archive-telegram
├── chats
|   ├── chat_01
|   |   ├── photos
|   |   |   ├── ...
|   |   |   ├── photo_1@01-06-2023_15-21-40.jpg
|   |   |   └── photo_1@01-06-2023_15-21-40_thumb.jpg
|   |   ├── ...
|   |   ├── messages.html
|   |   ├── messages2.html
|   |   └── messages3.html
|   └── chat_02
|       └── messages.html
├── ...
├── lists
|   ├── chats.html
|   ├── contacts.html
|   ├── frequent.html
|   └── profile_pictures.html
└── export_results.html

php parse