PHPackages                             lyseontech/dou-collector - 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. lyseontech/dou-collector

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

lyseontech/dou-collector
========================

Coletor de dados do DOU

1.0.2(5y ago)10205[2 issues](https://github.com/LibreCodeCoop/dou-collector/issues)[1 PRs](https://github.com/LibreCodeCoop/dou-collector/pulls)MITPHPPHP &gt;=7.3

Since Oct 1Pushed 1y ago3 watchersCompare

[ Source](https://github.com/LibreCodeCoop/dou-collector)[ Packagist](https://packagist.org/packages/lyseontech/dou-collector)[ RSS](/packages/lyseontech-dou-collector/feed)WikiDiscussions master Synced today

READMEChangelog (3)Dependencies (9)Versions (5)Used By (0)

[![Build Status](https://camo.githubusercontent.com/9139dcdc08cd51b654350d10593a496bad0dfeb61433eb99097131ce227ec0a7/68747470733a2f2f7472617669732d63692e6f72672f4c69627265436f6465436f6f702f646f752d636f6c6c6563746f722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/LibreCodeCoop/dou-collector)[![Coverage Status](https://camo.githubusercontent.com/2e20d4e582c68db72a92fdffe14c7de02b39f0fd05912d950ee40cc29378f3e4/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f4c69627265436f6465436f6f702f646f752d636f6c6c6563746f722f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/LibreCodeCoop/dou-collector?branch=master)[![PHPStan](https://camo.githubusercontent.com/441b5874ce4df0a2defc892979c96c46889b69cb32119d04f0b48626349f8bc9/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048505374616e2d656e61626c65642d627269676874677265656e2e7376673f7374796c653d666c6174)](https://github.com/phpstan/phpstan)[![Minimum PHP Version](https://camo.githubusercontent.com/7dcf077841869475cf4d1e8842fe8d976b8772c1855794c8f2238cd524642bfb/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253345253344253230372e332d626c75652e737667)](https://php.net/)

Coletor de dados
================

[](#coletor-de-dados)

Colete dados do DOU - Diário Oficial da União

Composer
--------

[](#composer)

```
composer require librecodecoop/dou-collector
```

Exemplo de uso:

```
$DOU = new DouCollector\DOU([
    // Caso não queira colocar um limit, passe zero
    'maxRequests' => 0
]);

// Data para a busca
$data = '30-12-2019';
// Irá buscar no título da publicação
$palavrasChave = ['aviso de licita'];

foreach ($DOU->collectData($data, $palavrasChave) as $licitacao) {
    $licitacoes[] = $licitacao;
}
```

> OBS: Este exemplo encontra-se implementado na pasta `example`

Testes
------

[](#testes)

Testes unitários implementados com PHPUnit, para executar os testes:

```
vendor/bin/phpunit
```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance26

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 78.9% 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 ~0 days

Total

3

Last Release

2046d ago

PHP version history (2 changes)1.0.0PHP &gt;=7.2

1.0.2PHP &gt;=7.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/63850983d19281fbefc41791cc4675f9c6cca0c858f9cc485ea47af88468d4ac?d=identicon)[librecodecoop](/maintainers/librecodecoop)

---

Top Contributors

[![vitormattos](https://avatars.githubusercontent.com/u/1079143?v=4)](https://github.com/vitormattos "vitormattos (45 commits)")[![dotenorio](https://avatars.githubusercontent.com/u/3117833?v=4)](https://github.com/dotenorio "dotenorio (8 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (4 commits)")

---

Tags

diariooficialhacktoberfestphpscrapersymfonywebscrapingsymfonywebscrapingDOU

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/lyseontech-dou-collector/health.svg)

```
[![Health](https://phpackages.com/badges/lyseontech-dou-collector/health.svg)](https://phpackages.com/packages/lyseontech-dou-collector)
```

###  Alternatives

[pentatrion/vite-bundle

Vite integration for your Symfony app

2725.3M13](/packages/pentatrion-vite-bundle)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[kocal/biome-js-bundle

A Symfony Bundle to easily download and use Biome.js in your Symfony applications, to lint your front assets without needing Node.js.

30131.3k4](/packages/kocal-biome-js-bundle)[elao/accesseo

Provide accessibility and SEO insights of your page in Symfony profiler

299.2k](/packages/elao-accesseo)

PHPackages © 2026

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