PHPackages                             ynizon/oncrawl-php - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. ynizon/oncrawl-php

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

ynizon/oncrawl-php
==================

Oncrawl PHP Toolkit

1.0.1(7y ago)023MITPHP

Since Apr 24Pushed 7y ago1 watchersCompare

[ Source](https://github.com/ynizon/oncrawl-php)[ Packagist](https://packagist.org/packages/ynizon/oncrawl-php)[ RSS](/packages/ynizon-oncrawl-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

oncrawl-php
===========

[](#oncrawl-php)

For Oncrawl API PHP library v2.

You have 3 files:
OncrawlBase is for call the API, define filter, sort...
OncrawlAPI is the list of functions available with the API (see )
OncrawlCustomAPI is a list of custom functions i need.

Define your token api or username/password for on crawl on your config/app.php
(prefer the api key)
ONCRAWL\_KEY
ONCRAWL\_USERNAME
ONCRAWL\_PASSWORD

Then, use like this:
use OncrawlPHP\\OncrawlBase;
use OncrawlPHP\\OncrawlAPI;
use OncrawlPHP\\OncrawlCustomAPI;

$api = new OncrawlCustomAPI("","",config("app.ONCRAWL\_KEY"));// or //$api = new OncrawlCustomAPI(config("app.ONCRAWL\_USERNAME"),config("app.ONCRAWL\_PASSWORD"),"");

//Define segment if you want to filter results
$api-&gt;setSegmentation("page\_group\_default:US");

//Get projects $json = $api-&gt;getProjects();

//Get one project $json = $api-&gt;getProject($project\_id);

//Get list of page with status 200 $json = $api-&gt;countStatus200($crawl\_id);

//Export Data
$fields\[\] = "title\_evaluation"; $fields\[\] = "h1\_evaluation"; $fields\[\] = "description\_evaluation"; $OqlFields\[\] = array("field"=&gt;array("meta\_robots\_index","equals","true")); $OqlFields\[\] = array("field"=&gt;array("status\_code","equals","200")); $OqlFields\[\] = array("field"=&gt;array("canonical\_evaluation","not\_equals","not\_matching")); $OqlFields\[\] = array("field"=&gt;array("parsed\_html","equals","true")); $s = $api-&gt;getExportSEOTags($crawl\_id, $fields,$OqlFields);

Contact:

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~196 days

Total

2

Last Release

2741d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/de5d73828fae5b6c2577ef6d9b06b9ba919ae6a4d443ad59615068ccb028b560?d=identicon)[ynizon](/maintainers/ynizon)

---

Top Contributors

[![ynizon](https://avatars.githubusercontent.com/u/3251874?v=4)](https://github.com/ynizon "ynizon (11 commits)")

### Embed Badge

![Health badge](/badges/ynizon-oncrawl-php/health.svg)

```
[![Health](https://phpackages.com/badges/ynizon-oncrawl-php/health.svg)](https://phpackages.com/packages/ynizon-oncrawl-php)
```

###  Alternatives

[lexxyungcarter/chatmessenger

Simple one-to-one/group chat messaging tool for Laravel 5, 6, 7, 8, 9 &amp; 10 with Pusher Integration

10724.1k](/packages/lexxyungcarter-chatmessenger)[georgeboot/laravel-tiptap

Opinionated integration of Tiptap editor using the TALL stack

346.4k](/packages/georgeboot-laravel-tiptap)[bmichotte/dijkstra

php 7+ implementation of the Dijkstra algorithm

131.5k](/packages/bmichotte-dijkstra)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
