|
|
|
|
|
|
238
|
*Libraries for scraping websites and detecting crawlers.*
|
238
|
*Libraries for scraping websites and detecting crawlers.*
|
|
239
|
|
239
|
|
|
240
|
* [Chrome PHP](https://github.com/chrome-php/chrome) - Instrument headless Chrome/Chromium instances from PHP.
|
240
|
* [Chrome PHP](https://github.com/chrome-php/chrome) - Instrument headless Chrome/Chromium instances from PHP.
|
|
|
|
241
|
+* [crawlberg](https://github.com/xberg-io/crawlberg) - High-performance web crawling and scraping engine (PHP binding over a Rust core) with HTML-to-Markdown conversion and a headless-Chrome fallback.
|
|
241
|
* [CrawlerDetect](https://github.com/JayBizzle/Crawler-Detect) - A PHP class for detecting bots/crawlers/spiders via the user agent.
|
242
|
* [CrawlerDetect](https://github.com/JayBizzle/Crawler-Detect) - A PHP class for detecting bots/crawlers/spiders via the user agent.
|
|
242
|
* [DiDOM](https://github.com/Imangazaliev/DiDOM) - A super-fast HTML scrapper and parser.
|
243
|
* [DiDOM](https://github.com/Imangazaliev/DiDOM) - A super-fast HTML scrapper and parser.
|
|
243
|
* [Embed](https://github.com/php-embed/Embed) - An information extractor from any web service or page.
|
244
|
* [Embed](https://github.com/php-embed/Embed) - An information extractor from any web service or page.
|
|
|
|
|
|
|
559
|
* [Gotenberg](https://github.com/gotenberg/gotenberg-php) - A PHP client for interacting with Gotenberg.
|
560
|
* [Gotenberg](https://github.com/gotenberg/gotenberg-php) - A PHP client for interacting with Gotenberg.
|
|
560
|
* [Snappy](https://github.com/KnpLabs/snappy) - A PDF and image generation library.
|
561
|
* [Snappy](https://github.com/KnpLabs/snappy) - A PDF and image generation library.
|
|
561
|
* [TCPDF](https://tcpdf.org/) - An open source PHP class for generating PDF documents.
|
562
|
* [TCPDF](https://tcpdf.org/) - An open source PHP class for generating PDF documents.
|
|
|
|
563
|
+* [xberg](https://github.com/xberg-io/xberg) - Document intelligence library (PHP binding over a Rust core) that extracts text, tables, and metadata from PDFs, Office documents, images, and 97+ formats, with optional OCR.
|
|
562
|
|
564
|
|
|
563
|
### Office
|
565
|
### Office
|
|
564
|
*Libraries for working with office suite documents.*
|
566
|
*Libraries for working with office suite documents.*
|
|
|
|
|
|
|
656
|
* [Essence](https://github.com/essence/essence) - A library for extracting web media.
|
658
|
* [Essence](https://github.com/essence/essence) - A library for extracting web media.
|
|
657
|
* [Embera](https://github.com/mpratt/Embera) - An Oembed consumer library.
|
659
|
* [Embera](https://github.com/mpratt/Embera) - An Oembed consumer library.
|
|
658
|
* [HTML to Markdown](https://github.com/thephpleague/html-to-markdown) - Converts HTML into Markdown.
|
660
|
* [HTML to Markdown](https://github.com/thephpleague/html-to-markdown) - Converts HTML into Markdown.
|
|
|
|
661
|
+* [html-to-markdown](https://github.com/xberg-io/html-to-markdown) - Fast, CommonMark-compliant HTML to Markdown converter (PHP binding over a Rust core).
|
|
659
|
* [HTML5 PHP](https://github.com/Masterminds/html5-php) - An HTML5 parser and serializer library.
|
662
|
* [HTML5 PHP](https://github.com/Masterminds/html5-php) - An HTML5 parser and serializer library.
|
|
660
|
* [Parsedown](https://github.com/erusev/parsedown) - Another Markdown parser.
|
663
|
* [Parsedown](https://github.com/erusev/parsedown) - Another Markdown parser.
|
|
661
|
* [PHP CSS Parser](https://github.com/MyIntervals/PHP-CSS-Parser) - A Parser for CSS Files written in PHP.
|
664
|
* [PHP CSS Parser](https://github.com/MyIntervals/PHP-CSS-Parser) - A Parser for CSS Files written in PHP.
|
|
|
|
|
|
|
793
|
* [Anthropic](https://github.com/mozex/anthropic-php) - A PHP client for the Anthropic API, supporting messages, streaming, tool use, and batch processing.
|
796
|
* [Anthropic](https://github.com/mozex/anthropic-php) - A PHP client for the Anthropic API, supporting messages, streaming, tool use, and batch processing.
|
|
794
|
* [Anthropic for Laravel](https://github.com/mozex/anthropic-laravel) - A Laravel wrapper for the Anthropic PHP client with Facades, config publishing, and testing fakes.
|
797
|
* [Anthropic for Laravel](https://github.com/mozex/anthropic-laravel) - A Laravel wrapper for the Anthropic PHP client with Facades, config publishing, and testing fakes.
|
|
795
|
* [Instructor for PHP](https://github.com/cognesy/instructor-php) - Structured data outputs with LLMs, in PHP.
|
798
|
* [Instructor for PHP](https://github.com/cognesy/instructor-php) - Structured data outputs with LLMs, in PHP.
|
|
|
|
799
|
+* [liter-llm](https://github.com/xberg-io/liter-llm) - Universal LLM API client (PHP binding over a Rust core) with one unified interface across 142+ providers and streaming.
|
|
796
|
* [LLPhant](https://github.com/LLPhant/LLPhant) - A comprehensive PHP Generative AI Framework using OpenAI GPT 4. Inspired by Langchain.
|
800
|
* [LLPhant](https://github.com/LLPhant/LLPhant) - A comprehensive PHP Generative AI Framework using OpenAI GPT 4. Inspired by Langchain.
|
|
797
|
* [OpenAI Client](https://github.com/openai-php/client) - OpenAI PHP is a supercharged community-maintained PHP API client that allows you to interact with OpenAI API.
|
801
|
* [OpenAI Client](https://github.com/openai-php/client) - OpenAI PHP is a supercharged community-maintained PHP API client that allows you to interact with OpenAI API.
|
|
798
|
* [OpenAI Client for Laravel](https://github.com/openai-php/laravel) - OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with OpenAI API.
|
802
|
* [OpenAI Client for Laravel](https://github.com/openai-php/laravel) - OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with OpenAI API.
|