PHPackages                             wander4747/correios-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. wander4747/correios-crawler

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

wander4747/correios-crawler
===========================

This class display the tracking, zip code and send tracking sms from the post office

v1.0.0(6y ago)36MITPHPCI failing

Since May 8Pushed 6y ago1 watchersCompare

[ Source](https://github.com/wander4747/correios)[ Packagist](https://packagist.org/packages/wander4747/correios-crawler)[ RSS](/packages/wander4747-correios-crawler/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Correios Crawler
================

[](#correios-crawler)

This class display the tracking, zip code and send tracking sms from the post office

Installation
------------

[](#installation)

```
composer require wander4747/correios-crawler

```

Usage
-----

[](#usage)

```
require __DIR__ . '/vendor/autoload.php';

use Correios\Tracking;
use Correios\Zip;
use Correios\Sms;

//parameter: tracking code
$tracking = new Tracking('PW950125025BR');
echo $tracking->find();

//parameter: address or zip
$zip = new Zip('Avenida Paulista');
echo $zip->find();

//parameter: tracking code, cell sender, recipient cell
$sms = new Sms('PW950125025BR','(31) 99332-6095', '(31) 99332-6096');
$sms->send();
```

Observation
-----------

[](#observation)

The `Sms` class should be tested and monitor if it is working properly. Any problem send an email to  or open an issue 😃

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

2247d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6461792?v=4)[Wander Douglas](/maintainers/wander4747)[@wander4747](https://github.com/wander4747)

---

Top Contributors

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

---

Tags

correios

### Embed Badge

![Health badge](/badges/wander4747-correios-crawler/health.svg)

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

###  Alternatives

[illuminate/support

The Illuminate Support package.

630113.0M41.0k](/packages/illuminate-support)[spatie/holidays

Calculate public holidays

402860.1k2](/packages/spatie-holidays)[craftcms/feed-me

Import content from XML, RSS, CSV or JSON feeds into entries, categories, Craft Commerce products, and more.

293952.6k30](/packages/craftcms-feed-me)[solspace/craft-freeform

The most flexible and user-friendly form building plugin!

54681.3k17](/packages/solspace-craft-freeform)[pimcore/data-importer

Adds a comprehensive import functionality to Pimcore Datahub

46855.5k5](/packages/pimcore-data-importer)[flarum/core

Delightfully simple forum software.

201.4M2.3k](/packages/flarum-core)

PHPackages © 2026

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