PHPackages                             deniztezcan/laravel-parcel2send - 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. deniztezcan/laravel-parcel2send

ActiveLibrary[API Development](/categories/api)

deniztezcan/laravel-parcel2send
===============================

Laravel package for the Parcel2Send API

1.0.0(5y ago)026MITPHP

Since Apr 12Pushed 5y ago1 watchersCompare

[ Source](https://github.com/deniztezcan/laravel-parcel2send)[ Packagist](https://packagist.org/packages/deniztezcan/laravel-parcel2send)[ Docs](https://github.com/deniztezcan/laravel-parcel2send)[ RSS](/packages/deniztezcan-laravel-parcel2send/feed)WikiDiscussions main Synced yesterday

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Laravel Parcel2Send API
=======================

[](#laravel-parcel2send-api)

[![Latest Stable Version](https://camo.githubusercontent.com/965e7684547caef506f74c8dd83942e4bd48e2d90f30b74c68e0963db799026a/68747470733a2f2f706f7365722e707567782e6f72672f64656e697a74657a63616e2f6c61726176656c2d70617263656c3273656e642f762f737461626c65)](https://packagist.org/packages/deniztezcan/laravel-parcel2send)[![Total Downloads](https://camo.githubusercontent.com/aa61e37086fda28d0c46789ba42183037ef4b5671e70af406e833e48c8e6ac6b/68747470733a2f2f706f7365722e707567782e6f72672f64656e697a74657a63616e2f6c61726176656c2d70617263656c3273656e642f646f776e6c6f616473)](https://packagist.org/packages/deniztezcan/laravel-parcel2send)[![Latest Unstable Version](https://camo.githubusercontent.com/0290f3c380c7579f59bba8b1883f264a2c224e58a6d776b3a1cd2464cb8da915/68747470733a2f2f706f7365722e707567782e6f72672f64656e697a74657a63616e2f6c61726176656c2d70617263656c3273656e642f762f756e737461626c65)](https://packagist.org/packages/deniztezcan/laravel-parcel2send)[![License](https://camo.githubusercontent.com/abec6ee8f47162437babe94d01609c196bc24f8f6f2d6b8af64dde7a6f424938/68747470733a2f2f706f7365722e707567782e6f72672f64656e697a74657a63616e2f6c61726176656c2d70617263656c3273656e642f6c6963656e7365)](https://packagist.org/packages/deniztezcan/laravel-parcel2send)[![Maintainability](https://camo.githubusercontent.com/e66fccf34b45d63710648c27243b93c9b574ddc11016d3c376125ba3aded4174/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f39303537623739383535666363303239663938392f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/deniztezcan/laravel-parcel2send/maintainability)

A Laravel package for the Parcel2Send API.

Instalation
-----------

[](#instalation)

```
composer require deniztezcan/laravel-parcel2send

```

Add a ServiceProvider to your providers array in `config/app.php`:

```
    'providers' => [
    	//other things here

    	DenizTezcan\Parcel2Send\Parcel2SendServiceProvider::class,
    ];
```

Add the facade to the facades array:

```
    'aliases' => [
    	//other things here

    	'Parcel2Send' => DenizTezcan\Parcel2Send\Facades\Parcel2Send::class,
    ];
```

Finally, publish the configuration files:

```
php artisan vendor:publish --provider="DenizTezcan\Parcel2Send\Parcel2SendServiceProvider"

```

### Configuration

[](#configuration)

Please set your API: `P2S_PUBLICKEY` and `P2S_SECRETKEY` in the `.env`

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1856d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/10155092?v=4)[Deniz Tezcan](/maintainers/deniztezcan)[@deniztezcan](https://github.com/deniztezcan)

---

Top Contributors

[![deniztezcan](https://avatars.githubusercontent.com/u/10155092?v=4)](https://github.com/deniztezcan "deniztezcan (7 commits)")

---

Tags

phpapilaravelparcel2send

### Embed Badge

![Health badge](/badges/deniztezcan-laravel-parcel2send/health.svg)

```
[![Health](https://phpackages.com/badges/deniztezcan-laravel-parcel2send/health.svg)](https://phpackages.com/packages/deniztezcan-laravel-parcel2send)
```

###  Alternatives

[mozex/anthropic-laravel

Anthropic PHP for Laravel is a supercharged PHP API client that allows you to interact with the Anthropic API

71226.4k1](/packages/mozex-anthropic-laravel)[dariusiii/tmdb-laravel

Laravel Package for TMDB ( The Movie Database ) API. Provides easy access to the wtfzdotnet/php-tmdb-api library.

1821.1k](/packages/dariusiii-tmdb-laravel)[gufy/whmcs

WHMCS API for Laravel 5

201.7k](/packages/gufy-whmcs)

PHPackages © 2026

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