Download the PHP package reliqarts/laravel-logistiq without Composer

On this page you can find all versions of the php package reliqarts/laravel-logistiq. 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-logistiq

Laravel Logistiq

Multi-purpose tracking/logistics package for Laravel

Logistiq is a plug-and-play tracking package which allows you to track any trackable entity (i.e. orders, shipments, etc.) It is highly-configurable and easy to use.

Built For Laravel License Build Status (all) Scrutinizer Codecov Latest Stable Version

Key Features

Installation & Usage

  1. Install via composer:

  2. Configuration & Setup:

    1. Publish config file via artisan:

    2. The model you intend to track must implement ReliqArts\Logistiq\Tracking\Contracts\Trackable or extend ReliqArts\Logistiq\Tracking\Models\Trackable.

      e.g. App\Order::class:

    3. Create your Status model and implement the ReliqArts\Logistiq\Tracking\Contracts\Status contract therein.

      e.g. App\Status::class:

    4. Configure event_map to fire additional events when a particular Status is hit.

      e.g. excerpt from /config/reliqats-logistiq:

      Explanation: With the above snipped of code, whenever the Status with identifier 230c6c51-3b5b-4eea-9ef2-415e4d8fee00 is reached by a trackable model the ProductShipped and ProductMoved events will be fired. You have full control over what these events trigger, however each event must expect a Trackable as the first constructor argument.


More on the way... :truck:

License

The MIT License (MIT). Please see LICENSE for more information.


All versions of laravel-logistiq with dependencies

PHP Build Version
Package Version
Requires illuminate/support Version ^5.8
reliqarts/laravel-common Version ^2.0@dev
spatie/laravel-event-projector Version ^1.3
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 reliqarts/laravel-logistiq contains the following files

Loading the files please wait ....