2017 © Pedro Peláez
 

library econt

Econt courier API integration in composer package

image

simexis/econt

Econt courier API integration in composer package

  • Friday, November 11, 2016
  • by jooorooo
  • Repository
  • 1 Watchers
  • 1 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 50 % Grown

The README.md

Econt Composer Package

Econt courier services intergration in Laravel 5.1+ composer package., (*1)

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., (*2)

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:, (*3)

"simexis/econt": "dev-master", (*4)

Or by typing:, (*5)

composer require simexis/econt dev-master, (*6)

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:, (*7)

Simexis\Econt\EcontServiceProvider::class, (*8)

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:, (*9)

php /path/to/laravel/project's/artisan/file vendor:publish, (*10)

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., (*11)

The Versions

11/11 2016

dev-master

9999999-dev

Econt courier API integration in composer package

  Sources   Download

MIT

The Requires

 

The Development Requires

by Lyubomir Gardev

11/11 2016

1.0

1.0.0.0

Econt courier API integration in composer package

  Sources   Download

MIT

The Requires

 

The Development Requires

by Lyubomir Gardev