Download the PHP package wangta69/laravel_delivery_tracking without Composer

On this page you can find all versions of the php package wangta69/laravel_delivery_tracking. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel_delivery_tracking

라라벨용 배송 추적 패키지

Installation

How to Use

call main page (search page)

call available couriers

call delivery history

type

Use in your controller;

컨트롤러나 다른 클래스에서 직접 사용할 경우 아래와 같이 처리하시면 됩니다.

Error Code

정상적으로 진행이되면 error는 false가 출력됩니다.
그렇지 않을 경우 각각 다음과 같은 에러가 출력됩니다.

  • numberValidaionError : 송장값이 잘못된 경우
  • numberValidaionErrorOrnoData : 송장값이 잘못되었거나 데이타가 없을 경우
  • courierNotFoundError : 택배사가 존재하지 않는 경우

서비스 가능 택배사

CJ대한통운 (CJGLS) 우체국택배 (EPOST) 한진택배 (HANJIN)
경동택배 (KDEXP) 로젠택배 (KGB) 롯데택배 (LOTTE)

All versions of laravel_delivery_tracking with dependencies

PHP Build Version
Package Version
Requires php Version >=7.0.0
guzzlehttp/guzzle Version ^7
symfony/dom-crawler Version ^5
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package wangta69/laravel_delivery_tracking contains the following files

Loading the files please wait ....