PHPackages                             cserepesmark/laravel-csomagpiac - 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. cserepesmark/laravel-csomagpiac

ActiveLibrary[API Development](/categories/api)

cserepesmark/laravel-csomagpiac
===============================

Csomagpiac API integration for Laravel

1.2.0(2y ago)017MITPHPPHP ^8.2

Since Feb 23Pushed 2y agoCompare

[ Source](https://github.com/cserepesmark/laravel-csomagpiac)[ Packagist](https://packagist.org/packages/cserepesmark/laravel-csomagpiac)[ Docs](https://github.com/cserepesmark/laravel-csomagpiac)[ RSS](/packages/cserepesmark-laravel-csomagpiac/feed)WikiDiscussions main Synced today

READMEChangelog (7)Dependencies (1)Versions (8)Used By (0)

About
-----

[](#about)

This is a wrapper for the Csomagpiac API v1, which utilizes Laravel's built-in HTTP Requests class. The package manages authentication using a universal token. In its absence, it can also request the necessary token using a username + password combination. The token obtained in this manner is cached for faster access. The package supports switching between demo and production environments (demo vs. bestr).

API Documentation: [Csomagpiac API v1](https://documenter.getpostman.com/view/25719380/2s93CSpWuF)

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

[](#installation)

**Requires**

- **[PHP 8.2+](https://php.net/releases/)**
- **[Laravel 10.0+](https://github.com/laravel/laravel)**

To get started with package, simply install it via Composer:

```
composer require cserepesmark/laravel-csomagpiac
```

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

[](#configuration)

The packages support the use of either a universal token or a username and password. However, the package prioritizes the use of the universal token.

Configure your API credentials in .env

```
CSOMAGPIAC_TOKEN=
CSOMAGPIAC_USERNAME=
CSOMAGPIAC_PASSWORD=
```

or in config/csomagpiac.php file:

```
'token' => env('CSOMAGPIAC_TOKEN', null),
'username' => env('CSOMAGPIAC_USERNAME', null),
'password' => env('CSOMAGPIAC_PASSWORD', null),
```

You can also easily switch between environments in .env

```
CSOMAGPIAC_LIVE_ENV=
```

or in config/csomagpiac.php file:

```
'live_env' => env('CSOMAGPIAC_LIVE_ENV', false),
```

Usage
-----

[](#usage)

See `/examples` folder

### Shipment

[](#shipment)

ShipmentService methodAPI NameAPI EndpointcreateShipmentnew shipmentshipment/newdownloadShipmentLabeldownload shipment labelshipment/downloaddeleteShipmentdelete shipmentshipment/deletelistShipmentslist of shipmentsshipment/listgetShipmentStatusshipment statusshipment/statuslistShipmentHistoriesshipment historyshipment/historylistAllStatusesstatusesshipment/statuses### MPL Close

[](#mpl-close)

ShipmentService methodAPI NameAPI EndpointhandleMplClosemplClosemplcloselistMplClosesmplClosesListmplcloseslistdownloadMplClosemplClosePdfmplclosepdf### Other

[](#other)

ShipmentService methodAPI NameAPI EndpointlistPickupPointspickuppointspickuppointslistLocationspdpointslocations/listlistServicesservicesclient/serviceslistLocationTypespdpointTypeslocations/typeslistHandlershandlershandlersLicense
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity59

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

Every ~11 days

Total

7

Last Release

793d ago

Major Versions

0.1.0 → 1.0.02024-02-25

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/44177367?v=4)[cserepesmark](/maintainers/cserepesmark)[@cserepesmark](https://github.com/cserepesmark)

---

Top Contributors

[![cserepesmark](https://avatars.githubusercontent.com/u/44177367?v=4)](https://github.com/cserepesmark "cserepesmark (15 commits)")

---

Tags

apicsomagpiaclaravellaravelcserepesmarkcsomagpiaccsomagpiac-api

### Embed Badge

![Health badge](/badges/cserepesmark-laravel-csomagpiac/health.svg)

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

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M986](/packages/statamic-cms)[darkaonline/l5-swagger

OpenApi or Swagger integration to Laravel

3.0k37.6M134](/packages/darkaonline-l5-swagger)[knuckleswtf/scribe

Generate API documentation for humans from your Laravel codebase.✍

2.3k14.2M63](/packages/knuckleswtf-scribe)[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k9.5M89](/packages/openai-php-laravel)[api-platform/laravel

API Platform support for Laravel

58171.4k14](/packages/api-platform-laravel)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

783.8k](/packages/scriptdevelop-whatsapp-manager)

PHPackages © 2026

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