PHPackages                             crawlora/sdk - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. crawlora/sdk

ActiveLibrary[API Development](/categories/api)

crawlora/sdk
============

PHP client for the Crawlora web-scraping API: grouped helpers and a dynamic call interface for every public endpoint, with retries, pagination, and middleware hooks.

v1.18.0-beta.1(1w ago)14↓70%MITPHPPHP &gt;=8.1CI passing

Since Jul 2Pushed 1w agoCompare

[ Source](https://github.com/Crawlora-org/crawlora-php-sdk)[ Packagist](https://packagist.org/packages/crawlora/sdk)[ Docs](https://crawlora.net/)[ RSS](/packages/crawlora-sdk/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (2)Versions (4)Used By (0)

Crawlora PHP SDK
================

[](#crawlora-php-sdk)

PHP client for the public [Crawlora](https://crawlora.net) web-scraping API. It wraps every public endpoint with grouped helpers and a dynamic call interface, plus retries, pagination, middleware hooks, and client-side rate limiting.

- **Base URL:** `https://api.crawlora.net/api/v1`
- **Auth:** API key (`x-api-key`) or JWT (`Authorization`)
- **PHP:** 8.1+ (uses the `curl` and `json` extensions; no runtime dependencies)
- Operation reference: [`docs/operations.md`](docs/operations.md) · recipes: [`docs/recipes.md`](docs/recipes.md)

Install
-------

[](#install)

Published on [Packagist](https://packagist.org/packages/crawlora/sdk). Composer uses a semver-compatible beta tag for the shared SDK beta release:

```
composer require crawlora/sdk:^1.18@beta
```

Quick start
-----------

[](#quick-start)

```
