PHPackages                             vrkansagara/common-crawler - 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. vrkansagara/common-crawler

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

vrkansagara/common-crawler
==========================

Common Crawler

1.0.2(8y ago)3291BSD 3-Clause LicensePHPPHP &gt;=5.6

Since Jan 12Pushed 8y agoCompare

[ Source](https://github.com/vrkansagara/common-crawler)[ Packagist](https://packagist.org/packages/vrkansagara/common-crawler)[ Docs](https://vrkansagara.in)[ RSS](/packages/vrkansagara-common-crawler/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (3)Dependencies (1)Versions (6)Used By (0)

Common Crawler Index
====================

[](#common-crawler-index)

Common Crawler library based on `PHP` using `Zend Framework`

#### How to run from web !

[](#how-to-run-from-web-)

` /commoncrawler`

#### How to run from console !

[](#how-to-run-from-console-)

`  php public/index.php commooncrawler`

### Download / Install

[](#download--install)

```
 composer require vrkansagara/common-crawl

```

### Demo

[](#demo)

`https://vrkansagara.in/commoncrawler`

### SQL

[](#sql)

```
CREATE TABLE `common_index` (
  `id` int(11) NOT NULL,
  `cindex` varchar(25) NOT NULL,
  `name` varchar(20) NOT NULL,
  `timegate` varchar(50) NOT NULL,
  `cdx_api` varchar(55) NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT '0',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' ON UPDATE CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
```

### SQLite

[](#sqlite)

```
CREATE TABLE common_index
(
    id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL,
    "index" VARCHAR(25) NOT NULL,
    name VARCHAR(20) NOT NULL,
    timegate VARCHAR(50) NOT NULL,
    cdx_api VARCHAR(55) NOT NULL
);

```

To follow the path look to the master follow the master walk with the master see through the master become the master.

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

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 ~5 days

Total

3

Last Release

3080d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/12006483?v=4)[Vallabh Kansagara](/maintainers/vrkansagara)[@vrkansagara](https://github.com/vrkansagara)

---

Top Contributors

[![vrkansagara](https://avatars.githubusercontent.com/u/12006483?v=4)](https://github.com/vrkansagara "vrkansagara (54 commits)")

---

Tags

commoncommoncrawlcrawlerphpzendzend-frameworkphpzendcommoncrawlerindex

### Embed Badge

![Health badge](/badges/vrkansagara-common-crawler/health.svg)

```
[![Health](https://phpackages.com/badges/vrkansagara-common-crawler/health.svg)](https://phpackages.com/packages/vrkansagara-common-crawler)
```

###  Alternatives

[phpoffice/common

PHPOffice Common

23512.6M36](/packages/phpoffice-common)

PHPackages © 2026

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