PHPackages                             quicktech-as/cargonizer - 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. quicktech-as/cargonizer

ActiveLibrary[API Development](/categories/api)

quicktech-as/cargonizer
=======================

Package Laravel for Logistra Cargonizer API

1.0.6(8y ago)05421MITPHPPHP &gt;=5.4.0

Since Nov 6Pushed 7y ago1 watchersCompare

[ Source](https://github.com/quicktech-as/cargonizer)[ Packagist](https://packagist.org/packages/quicktech-as/cargonizer)[ RSS](/packages/quicktech-as-cargonizer/feed)WikiDiscussions master Synced 1mo ago

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

Quicktech\\Cargonizer (Laravel 5 Package)
=========================================

[](#quicktechcargonizer-laravel-5-package)

Quicktech\\Cargonizer is a succinct and flexible way to use Cargonizer services in **Laravel 5** applications.

Contents
--------

[](#contents)

- [Installation](#installation)
- [Configuration](#configuration)
- [Usage](#usage)
    - [Shipping Cost Estimation](#shipping-cost-estimation)
- [License](#license)
- [Contribution guidelines](#contribution-guidelines)
- [Additional information](#additional-information)

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

[](#installation)

1. In order to install Laravel 5, just add the following to your composer.json. Then run `composer update`:

```
"quicktech/cargonizer": "^1.0"
```

2. Open your `config/app.php` and add the following to the `providers` array:

```
Quicktech\Cargonizer\CargonizerServiceProvider::class,
```

3. In the same `config/app.php` and add the following to the `aliases ` array:

```
'Cargonizer'   => Quicktech\Cargonizer\Facades\Cargonizer::class,
```

4. Run the command below to publish the package config file `config/cargonizer.php`:

```
php artisan vendor:publish
```

5. Open your `.env` file setup your Cargonizer credentials:

```
CARGONIZER_ENDPOINT = 'http://sandbox.cargonizer.no'
CARGONIZER_SENDER = 'your send id'
CARGONIZER_SECRET_KEY = 'your secret key'
```

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

[](#configuration)

Set the other properties necessaries in the `config/cargonizer.php`. These values will be used by Cargonizer to get other resouces.

Usage
-----

[](#usage)

### Shipping Cost Estimation

[](#shipping-cost-estimation)

To estimate the cost of shipping, you can use this resource:

```
$params = [
    'consignment' => [
        '@attributes' => [
            'transport_agreement' => '1'
        ],
        'product' => 'tg_dpd_innland',
        'parts' => [
            'consignee' => [
                'country' => 'NO',
                'postcode' => '1337'
            ]
        ],
        'itens' => [
            'item' => [
                '@attributes' => [
                    'type' => 'package',
                    'amount' => '1',
                    'weight' => '12'
                ]
            ]
        ]
    ]
];

$consignmentCosts = Cargonizer::consignmentCosts($params);
```

The method above will return the following response:

```
[
    'estimated_cost' => 495,
    'gross_mount'    => 495,
    'net_amount'     => 495
]
```

You can see more option to consignment parameters [here](https://logistra.no/cargonizer-api-documentation/12-developers/19-api-shipping-calculation.html).

License
-------

[](#license)

Quicktech\\Cargonizer is free software distributed under the terms of the MIT license.

Contribution guidelines
-----------------------

[](#contribution-guidelines)

Please report any issue you find in the issues page.
Pull requests are welcome.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 85.7% of commits — single point of failure

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

3106d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2615feced0d2045d004511de06a5d58d9c2e128e51d46b18824363033d5e9e3c?d=identicon)[gilberto-bueno](/maintainers/gilberto-bueno)

---

Top Contributors

[![gilbertojb](https://avatars.githubusercontent.com/u/56323604?v=4)](https://github.com/gilbertojb "gilbertojb (6 commits)")[![eiriksm](https://avatars.githubusercontent.com/u/865153?v=4)](https://github.com/eiriksm "eiriksm (1 commits)")

---

Tags

cargonizerlaravellaravel-5-packagelogistralaravelilluminatecargonizer

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/quicktech-as-cargonizer/health.svg)

```
[![Health](https://phpackages.com/badges/quicktech-as-cargonizer/health.svg)](https://phpackages.com/packages/quicktech-as-cargonizer)
```

###  Alternatives

[irazasyed/telegram-bot-sdk

The Unofficial Telegram Bot API PHP SDK

3.3k4.5M84](/packages/irazasyed-telegram-bot-sdk)[dcblogdev/laravel-microsoft-graph

A Laravel Microsoft Graph API (Office365) package

168285.5k1](/packages/dcblogdev-laravel-microsoft-graph)[vluzrmos/slack-api

Wrapper for Slack.com WEB API.

102589.1k3](/packages/vluzrmos-slack-api)[smodav/mpesa

M-Pesa API implementation

16363.7k1](/packages/smodav-mpesa)[dcblogdev/laravel-xero

A Laravel Xero package

53129.1k1](/packages/dcblogdev-laravel-xero)[simplestats-io/laravel-client

Client for SimpleStats!

4515.5k](/packages/simplestats-io-laravel-client)

PHPackages © 2026

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