PHPackages                             simexis/econt - 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. simexis/econt

ActiveLibrary[API Development](/categories/api)

simexis/econt
=============

Econt courier API integration in composer package

1.0(9y ago)162MITPHPPHP &gt;=5.6.0

Since Nov 11Pushed 9y ago1 watchersCompare

[ Source](https://github.com/jooorooo/econt)[ Packagist](https://packagist.org/packages/simexis/econt)[ RSS](/packages/simexis-econt/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

Econt Composer Package
======================

[](#econt-composer-package)

Econt courier services intergration in Laravel 5.1+ composer package.

This package supplies basic functionality for Econt integration inside Laravel applications. The implementation also has migrations and database installation logic to maintain up to date local copy of Econt addressing database. This is a requirement in order to have a good service with minimum response time. An update command is present to keep this local copy up to date. Although, the database is updated rarely and some resources like regions - extremely rarely, it is recommended to add it in the laravel task scheduler/runner.

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

[](#installation)

The package is development phase and there is no officially stable versions. You can simply install the package by manually adding the dependecy in `composer.json` in `require` section:

`"simexis/econt": "dev-master"`

Or by typing:

`composer require simexis/econt dev-master`

Configuration
-------------

[](#configuration)

After successful installation of the composer package you have to register the service provider in Laravel and to publish the resources of the package. It is extremely easily. First step required is to add the service provider in the application config - `config/app.php` in the section `providers`. Just add an array entry line below:

`Simexis\Econt\EcontServiceProvider::class`

After completing previous point the package is now operational inside the Laravel installation and publish of the resource can be done. This publishing is performed by the Laravel artisan command like:

`php /path/to/laravel/project's/artisan/file vendor:publish`

The command will publish all the assets of all the packages. You can specify provider in the --provider option of that command. For more information refer to official help by executing: `php artisan help vendor:publish`.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

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

3517d ago

### Community

Maintainers

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/simexis-econt/health.svg)

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

###  Alternatives

[defstudio/telegraph

A laravel facade to interact with Telegram Bots

815320.5k3](/packages/defstudio-telegraph)[riclep/laravel-storyblok

A Laravel wrapper around the Storyblok API to provide a familiar experience for Laravel devs

6277.0k5](/packages/riclep-laravel-storyblok)[jasara/php-amzn-selling-partner-api

A fluent interface for Amazon's Selling Partner API in PHP

1348.1k1](/packages/jasara-php-amzn-selling-partner-api)[rapidez/core

Rapidez Core

1822.4k65](/packages/rapidez-core)

PHPackages © 2026

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