PHPackages                             sergiomuro/correoargentino-epago - 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-epago

ActiveLibrary[API Development](/categories/api)

sergiomuro/correoargentino-epago
================================

SDK for Correo Argentino epago platform

17PHP

Since Nov 24Pushed 4y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Correo Argentino Epago
======================

[](#correo-argentino-epago)

SDK para consultas y gestion en Correo Argentino plataforma epago

### Installation

[](#installation)

```
composer require sergiomuro/correoargentino-epago
```

### Make Request

[](#make-request)

```
use CorreoArgentinoEpago\CorreoArgentinoEpago;

$epago = new CorreoArgentinoEpago('my_email@example.com', 'myPassword');
```

---

### Usage

[](#usage)

Get all rubros

```
print_r($epago->rubros());
```

Get my packages inform

```
print_r($epago->me());
```

Inform an international buy with international tracking number

```
print_r($epago->inform('AB123456789CD', 'John', 'Doe'));
```

Track my inform package

```
print_r($epago->track('AB123456789CD'));
```

Set Declaration AFIP

```
// Construct declaration
$d = (new Declaration())
    ->setPartId('AB123456789CD')
    ->setShippingCost(12.3)
    ->setAuthorizeCoraza(true);

// Adding products to declaration
for ($i = 0; $i < rand(1, 5); $i++) {
    $dp = (new DeclarationProduct())
        ->setDescription("Test test")
        ->setCategory(10010000)
        ->setSubcategory(10010001)
        ->setQty(rand(1, 3))
        ->setUnitPrice(20 / rand(1, 10));

    $d->addProduct($dp);
}
// Declare
print_r($epago->declaration($d));
```

---

Ver tambien el proyecto [Track &amp; Trace](https://github.com/sergiogmuro/correoargentino-api)

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

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity28

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 (6 commits)")

### Embed Badge

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

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

###  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)
