PHPackages                             sergiomuro/correoargentino-api - 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. [API Development](/categories/api)
4. /
5. sergiomuro/correoargentino-api

ActiveLibrary[API Development](/categories/api)

sergiomuro/correoargentino-api
==============================

API SDK for Correo Argentino

9152[2 PRs](https://github.com/sergiogmuro/correoargentino-api/pulls)PHP

Since Nov 16Pushed 4y ago1 watchersCompare

[ Source](https://github.com/sergiogmuro/correoargentino-api)[ Packagist](https://packagist.org/packages/sergiomuro/correoargentino-api)[ RSS](/packages/sergiomuro-correoargentino-api/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Correo Argentino API Track &amp; Trace
======================================

[](#correo-argentino-api-track--trace)

Api para consultas en Correo Argentino basado en las consultas disponibles desde la app oficial

### Installation

[](#installation)

```
composer require sergiomuro/correoargentino-api
```

### Make Request

[](#make-request)

```
use CorreoArgentinoApi\CorreoArgentinoTracking;

$api = (new CorreoArgentinoTracking())
    ->getTrackingInfo($dataModel);
```

---

### Models

[](#models)

Nacional

```
use CorreoArgentinoApi\Models\Request\Nacional;

$data = (new Nacional())
    ->setProductCode(Nacional::PRODUCTS['EE'])
    ->setShippingId(123456789)
    ->setIsPlus(true);
# or
$data = (new Nacional())
    ->setTrackingNumber('EE188151547AR');
```

Internacional

```
use CorreoArgentinoApi\Models\Request\Internacional;

$data = (new Internacional())
    ->setShippingId("RB123456789AR");
```

Ecommerce

```
use CorreoArgentinoApi\Models\Request\Ecommerce;

$data = (new Ecommerce())
    ->setShippingNumber(string);
```

Mercadolibre

```
use CorreoArgentinoApi\Models\Request\Mercadolibre;

$data = (new Mercadolibre())
    ->setShippingNumber(string);
```

---

Example
-------

[](#example)

Set Model

```
$data = (new Nacional())
    ->setProductCode(Nacional::PRODUCTS['EE'])
    ->setShippingId(123456789);
```

Make Request

```
$api = (new CorreoArgentino())
    ->getTrackingInfo($data);
```

---

Ver tambien el proyecto [Epago](https://github.com/sergiogmuro/correoargentino-epago)

> Usar bajo su propia responsabilidad.
> Teniendo en cuenta que este es un servicio gubernamiental y privado.
> El proyecto es de uso personal...

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity30

Early-stage or recently created project

 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.

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/sergiomuro-correoargentino-api/health.svg)

```
[![Health](https://phpackages.com/badges/sergiomuro-correoargentino-api/health.svg)](https://phpackages.com/packages/sergiomuro-correoargentino-api)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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