https://github.com/bedus-creation/laravel-parser
Html Parser For Laravel PHP
https://github.com/bedus-creation/laravel-parser
Last synced: 11 months ago
JSON representation
Html Parser For Laravel PHP
- Host: GitHub
- URL: https://github.com/bedus-creation/laravel-parser
- Owner: bedus-creation
- Created: 2021-10-29T09:42:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-03T03:12:35.000Z (over 4 years ago)
- Last Synced: 2025-02-13T22:37:14.651Z (over 1 year ago)
- Language: PHP
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Laravel Parser
HTML parser for Laravel/PHP.
### Introduction
This packages parses html responses, with very efficient APIs. But it doesn't parse any url.
> This package is Laravel wrapper of https://github.com/symfony/dom-crawler
### Installation
```shell
composer require aammui/laravel-parser
```
### Uses
```php
use Aammui\LaravelParser\Facade\PHPSoup;
$html = <<
The Dormouse's story
The Dormouse's story
Once upon a time there were three little sisters; and their names were
Elsie
,
Lacie
and
Tillie
; and they lived at the bottom of a well.
...