Download the PHP package susheelbhai/laraship without Composer

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

Laraship - Laravel Multi-Provider Shipping Integration

A comprehensive Laravel package for integrating multiple shipping providers with full CRUD UI and order integration.

Features

Installation

Local Development (Symlink)

If you have the package source locally (e.g. as a git submodule or cloned alongside your project), use a path repository with symlink for instant changes:

Then require it:

Quick Install (Recommended - Automated)

The package includes an automated installer that handles all file modifications:

The installer will:

See AUTOMATED_INSTALLATION.md for complete automated installation guide.

Manual Installation

If you prefer manual control, see the sections below.

Publishing Assets

1. Publish Configuration

2. Publish Migrations

3. Publish Controllers

This publishes:

4. Publish Form Requests

This publishes:

5. Publish React Components

This publishes:

6. Publish Routes

Admin Routes

This publishes routes/admin/laraship.php

Include in your routes/web.php:

User Routes

This publishes routes/user/laraship.php

Include in your routes/user/web.php:

Webhook Routes (Public)

This publishes routes/admin/laraship_webhook.php

Include in your routes/web.php:

⚠️ IMPORTANT: Webhook routes MUST be publicly accessible. Shipping providers (Delhivery, FedEx, etc.) cannot authenticate to your application. If you put these routes behind authentication, webhooks will fail.

Security is handled through:

Publish All Routes at Once

7. Publish Seeders (Optional)

8. Publish Notifications (Optional)

This publishes notification classes to app/Notifications/Laraship/ for customization.

See NOTIFICATION_CUSTOMIZATION_GUIDE.md for details.

Quick Install (All at once)

Configuration

Environment Variables

Model Setup

Add traits to your models:

Product Model:

Order Model:

Supported Providers

Indian Providers (21)

  1. Mock Provider (Testing)
  2. Delhivery
  3. DTDC
  4. Bluedart
  5. Shiprocket
  6. India Post
  7. Ecom Express
  8. Xpressbees
  9. Shadowfax
  10. Dunzo
  11. Ekart (Flipkart)
  12. Amazon Transport
  13. Gati
  14. Shyplite
  15. Pickrr
  16. iThink Logistics
  17. Vamaship
  18. Professional Couriers
  19. Trackon
  20. VRL Logistics
  21. TCI Express

International Providers (4)

  1. FedEx
  2. DHL
  3. Aramex
  4. UPS

Usage

Wallet Management

For detailed information on checking balances and recharging wallets, see WALLET_MANAGEMENT.md.

Quick example:

Admin Panel

  1. Navigate to /admin/shipping_provider to manage providers
  2. Add provider credentials
  3. Enable/disable providers
  4. Set priority for rate calculation

Manual Webhook Testing (Mock Provider)

For testing webhooks without real provider APIs:

  1. Navigate to /admin/manual-webhook
  2. Select a Mock provider shipment
  3. Choose new status and details
  4. Send webhook to test the flow

See MANUAL_WEBHOOK_TESTING_GUIDE.md for details.

Order Integration

The package automatically integrates with your order show pages:

Admin Order Page:

User Order Page:

Programmatic Usage

Wallet Management

Check wallet balance and recharge for providers that support it (e.g., Shiprocket):

Using with ShippingProvider Model:

Controller Example:

Events

Notifications

Queue Jobs

License

MIT

Support

For issues and feature requests, please use the GitHub issue tracker.


All versions of laraship with dependencies

PHP Build Version
Package Version
No informations.
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 susheelbhai/laraship contains the following files

Loading the files please wait ...