PHPackages                             jupitern/ctt - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. jupitern/ctt

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

jupitern/ctt
============

ctt (portuguese post office) mail tracker, package tracker

1.0.1(6y ago)6501[1 issues](https://github.com/jupitern/ctt/issues)MITPHPPHP &gt;=5.6

Since Feb 2Pushed 6y ago2 watchersCompare

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

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

jupitern/ctt
============

[](#jupiternctt)

#### CTT (Portugal post office) tracking for PHP.

[](#ctt-portugal-post-office-tracking-for-php)

track mail and packages using CTT service (Portuguese post office) [https://www.ctt.pt/feapl\_2/app/open/objectSearch/objectSearch.jspx](https://www.ctt.pt/feapl_2/app/open/objectSearch/objectSearch.jspx)

Requirements
------------

[](#requirements)

PHP 5.6 or higher.

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

[](#installation)

Include jupitern/ctt in your project, by adding it to your composer.json file.

```
{
    "require": {
        "jupitern/ctt": "1.*"
    }
}
```

Usage
-----

[](#usage)

```
$ctt = new \Jupitern\Ctt\CttTracking();
$res = $ctt->trackObjects(['ED123456789PT', 'LX123456789PT']);
var_dump($res);

/*
output:
Array
(
    [ED123456789PT] => Array
        (
            [status] => 6
            [statusText] => Objeto não encontrado
        )

    [LX123456789PT] => Array
        (
            [status] => 4
            [statusText] => Objeto entregue
        )

)
*/
```

ChangeLog
---------

[](#changelog)

- initial release

Contributing
------------

[](#contributing)

- welcome to discuss a bugs, features and ideas.

License
-------

[](#license)

jupitern/ctt is release under the MIT license.

You are free to use, modify and distribute this software

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

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

Every ~824 days

Total

2

Last Release

2246d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8205aca1dd2a7d1f98452950c3754b7430d16bcfe53494bfdf5c20d277d7776c?d=identicon)[jupitern](/maintainers/jupitern)

---

Top Contributors

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

---

Tags

cttmail trackerpackage tracker

### Embed Badge

![Health badge](/badges/jupitern-ctt/health.svg)

```
[![Health](https://phpackages.com/badges/jupitern-ctt/health.svg)](https://phpackages.com/packages/jupitern-ctt)
```

###  Alternatives

[mattketmo/email-checker

Throwaway email detection library

2752.1M5](/packages/mattketmo-email-checker)[jeylabs/mail-tracker

MailTracker will hook into all outgoing emails from Laravel and inject a tracking code into it. It will also store the rendered email in the database. There is also an interface to view sent emails.

174.3k](/packages/jeylabs-mail-tracker)[sarfraznawaz2005/noty

Laravel package to incorporate noty flash notifications into laravel.

324.5k](/packages/sarfraznawaz2005-noty)

PHPackages © 2026

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