PHPackages                             pickrr/magento2 - 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. pickrr/magento2

ActiveMagento2-module[API Development](/categories/api)

pickrr/magento2
===============

Pickrr Magento 2 module for automatic creating/importing of shipment/tracking details in your pickrr account.

212

Since Jul 13Compare

[ Source](https://github.com/satyamgupta/pickrr-magento2)[ Packagist](https://packagist.org/packages/pickrr/magento2)[ RSS](/packages/pickrr-magento2/feed)WikiDiscussions Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Pickrr Shipment Extension for Magento
-------------------------------------

[](#pickrr-shipment-extension-for-magento)

Pickrr Magento 2 module for automatic/manual creation of shipments thorugh Pickrr.

\###Installation Instructions:

1. Extract the zip file in the the `/app/code`
    OR
    Goto Magento's root folder and install it using composer from terminal:

```
composer require pickrr/magento2:dev-master
```

2. Goto root folder of magento in terminal, and run:

```
bin/magento module:enable Pickrr_Magento2
bin/magento setup:upgrade
```

3. Verify in Magento Admin Panel whether the module is enabled. To check, go to Admin Panel &gt;Stores&gt;Configuration&gt;Advanced&gt;Advanced&gt;Pickrr\_magento2
4. Goto Admin Panel &gt;Stores&gt;configuration&gt;PickrrExtensions&gt;PickrrMagento2, and enable the automatic shipment option &amp; enter the asked details.

In case of any problems/queries, contact

---

\###Usage Instructions (only for manual calls, when automatic shipment mode is not enabled):

\####Import helper class:

```
//import helper class

Pickrr\Magento2\Helper\ExportShipment $helper;
```

\####Create a simple Pickrr Shipment:

Passing $pickup\_time and $cod is optional.

**Prototype of the function:**

```
createShipment($auth_token, $item_name, $from_name, $from_phone_number, $from_pincode, $from_address, $to_name, $to_phone_number, $to_pincode, $to_address, $cod=0.0, $pickup_time='NULL', $order_id = 'NULL');
```

It returns the tracking\_id from Pickrr.

**Usage:**

```
//Create shipment using order

$auth_key =  'Your Auth Key';

$helper->createOrderShipment($auth_key, "Item's Name", "Merchant/Sender's Name", "Merchant/Sender's Phone", 'Pickup Address Pin', 'Pickup Address', 300.0, '2016-06-17 17:00');
```

---

\####Create Shipment using order:

This will also create shipment and associate it with the passed order. The client/customer's address, item's name and order's id will be extracted from order.

**Prototype of the function:**

```
createOrderShipment($auth_token, $order, $from_name, $from_phone_number, $from_pincode, $from_address, $cod=0.0, $pickup_time='NULL');
```

**Usage:**

```
//Create shipment using order

$auth_key =  'Your Auth Key';
$order = $objectManager->get('Magento\Sales\Model\Order')->loadByIncrementId('100000094');

$helper->createOrderShipment($auth_key, $order, "Merchant/Sender's Name", "Merchant/Sender's Phone", 'Pickup Address Pin', 'Pickup Address', 300.0, '2016-06-17 17:00');
```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8074195?v=4)[Satyam Gupta](/maintainers/satyamgupta)[@satyamgupta](https://github.com/satyamgupta)

---

Top Contributors

[![satyamgupta](https://avatars.githubusercontent.com/u/8074195?v=4)](https://github.com/satyamgupta "satyamgupta (17 commits)")

### Embed Badge

![Health badge](/badges/pickrr-magento2/health.svg)

```
[![Health](https://phpackages.com/badges/pickrr-magento2/health.svg)](https://phpackages.com/packages/pickrr-magento2)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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