PHPackages                             parcelvalue/api - 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. parcelvalue/api

ActiveLibrary[API Development](/categories/api)

parcelvalue/api
===============

ParcelValue API

v3.36.0(2mo ago)01.1k↑100%11MITPHPPHP ^8.3CI failing

Since Nov 8Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/parcelvalue/api)[ Packagist](https://packagist.org/packages/parcelvalue/api)[ Docs](https://github.com/parcelvalue/api)[ RSS](/packages/parcelvalue-api/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (12)Versions (56)Used By (1)

parcelvalue/api
===============

[](#parcelvalueapi)

[![license](https://camo.githubusercontent.com/683100c54ccdd0131c9729d25916724463bb73755461bba1f1ec0bf810e72118/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f70617263656c76616c75652f6170692e737667)](https://github.com/parcelvalue/api)[![PHP](https://camo.githubusercontent.com/4624497722a3b7d2d7bdb00f4040bc4ab436b2dc0ace663b4c1ec0ce511c2b6d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f70617263656c76616c75652f6170692e737667)](https://www.php.net)[![PDS Skeleton](https://camo.githubusercontent.com/a8ce1f2a7b71f101b18fc0393ba5bf89b7a5b1f9d08a31b658ca0eab0064c0f6/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7064732d736b656c65746f6e2d626c75652e737667)](https://github.com/php-pds/skeleton)[![Build Status](https://camo.githubusercontent.com/034cf20dd03544dddcdedebefa9761e5d60a888fea6175ad715d15516cb07632/68747470733a2f2f7472617669732d63692e6f72672f70617263656c76616c75652f6170692e737667)](https://travis-ci.org/parcelvalue/api)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/0960dd358a509dfa1f816bab39c4096a142b18787528ff83b23b3525e17c221b/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f70617263656c76616c75652f6170692f6261646765732f7175616c6974792d73636f72652e706e67)](https://scrutinizer-ci.com/g/parcelvalue/api/)

ParcelValue API
---------------

[](#parcelvalue-api)

For the latest version of this documentation please visit .

---

Before using the API please make sure you have a ParcelValue client account set up.

It is recommended to start by using the testing environment while developing your integration, then move to using a real account in the production environment.

Please ask ParcelValue to create a test client which you can use in the testing environment.

Once you have obtained the user and password, please log in the ParcelValue client area and visit the `API` section where you will find all the information specific to the current environment:

- API URL and version;
- Server key;
- Your Client key(s);

Current client area URL's for the API section are:

- Testing: [testing.swift.v3.my.parcelvalue.eu/api](https://testing.swift.v3.my.parcelvalue.eu/api)
- Staging: [staging.swift.v3.my.parcelvalue.eu/api](https://staging.swift.v3.my.parcelvalue.eu/api)
- Production: [swift.v3.my.parcelvalue.eu/api](https://swift.v3.my.parcelvalue.eu/api)

---

ParcelValue API documentation
-----------------------------

[](#parcelvalue-api-documentation)

### General information

[](#general-information)

- [Content type](/docs/ContentType.md)
- [Error handling](/docs/ErrorHandling.md)
- [Authentication](/docs/Authentication.md)
- [Testing the API](/docs/Testing.md)

### Endpoints

[](#endpoints)

- Test

    - [`/test`](/docs/Endpoints/Test.md)
- Addresses

    - [`/addresses`](/docs/Endpoints/Addresses/Addresses.md)
- Clients

    - [`/clients`](/docs/Endpoints/Clients/Clients.md)
- Shipments

    - [`/shipments`](/docs/Endpoints/Shipments/Shipments.md)
    - [`/shipment-summaries`](/docs/Endpoints/ShipmentSummaries/ShipmentSummaries.md)

---

### Project documentation

[](#project-documentation)

This project contains the API documentation. The project code is only required by the [ParcelValue API Client](https://github.com/parcelvalue/api-client), so a standalone installation is usually not needed. For code checking and validation, please see the [Developer installation information](/docs/DeveloperInstallation.md)

---

### Related projects

[](#related-projects)

- [ParcelValue API Client](https://github.com/parcelvalue/api-client)
- [ParcelValue API Postman Collection](https://github.com/parcelvalue/postman-collection)

---

### Change log

[](#change-log)

### v3.33

[](#v333)

November 2025

- New optional field: `package`.`irregular`.

### v3.22

[](#v322)

April 2025

- New optional field: `incoTerms`.

### v3.21

[](#v321)

November 2024

- Add support for additional address object fields: `isResidential`, `taxIdentification`;

### v3.19

[](#v319)

February 2023

- Add `exportDeclaration.invoiceFreight`;

### v3.18

[](#v318)

Feburary 2023

- Add `collectionLocation`;

#### v3.17

[](#v317)

December 2023

- New shipment field: `documentsOnly`;

#### v3.16

[](#v316)

October 2023

- Add `exportDeclaration`;

#### v3.15

[](#v315)

July 2023

- New endpoint: delete shipment;

#### v3.12

[](#v312)

June 2022

- New shipment meta data field: `carrierChoice`;

#### v3.11

[](#v311)

April 2022

- `shipDate` is now optional; if not set, it will be managed by the system;

#### v3.10.2

[](#v3102)

March 2022

- `client` object now contains the complete client address;

#### v3.10.1

[](#v3101)

March 2022

- Data containing special characters will be converted (until now it was rejected);

#### v3.10.0

[](#v3100)

March 2022

- New endpoint: `/shipment-summaries`;

#### v3.9.0

[](#v390)

March 2022

- New endpoint: `/addresses`;

#### v3.8.0

[](#v380)

March 2022

- New endpoint: `/clients/authentication`;

#### v3.7.0

[](#v370)

March 2022

- New shipment object meta properties: `finalCost`, `insuranceCost`;
- New endpoint: `/shipments//tracking`;

#### v3.6.0

[](#v360)

March 2022

- New shipment object meta property: `carrierName`;

#### v3.5.0

[](#v350)

February 2022

- New meta option for one-step endpoint: `scheduledProcessing`;

#### v3.4.0

[](#v340)

February 2022

- Add insurance support; new fields: `insuranceDescription`, `insuranceValue`;

#### v3.3.0

[](#v330)

February 2022

- Removed unused shipment object attribute `saturdayDelivery`;
- New optional fields: `customerReference`, `specialInstructions`, `confirmationEmail`, `booking`;

#### v3

[](#v3)

July 2021

- Shipment object meta properties `reference` and `trackingNumber` are now always returned, with default value `null`;
- Removed unused shipment object attribute `useCod`;

October 2021

- New shipment endpoints: Save, Rate, Confirm

---

###  Health Score

54

—

FairBetter than 97% of packages

Maintenance84

Actively maintained with recent releases

Popularity15

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity90

Battle-tested with a long release history

 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 ~49 days

Recently: every ~38 days

Total

55

Last Release

83d ago

Major Versions

v1.7.0 → v2.0.02021-03-31

v2.0.0 → v3.0.02021-07-09

PHP version history (5 changes)v1.0.0PHP ^7.1

v1.3.0PHP ^5.4 || ^7.0

v3.0.0PHP ^7.4

v3.13.0PHP ^7.4||^8.1

v3.20.0PHP ^8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/d141a82e41201dab8f836df9f4c78ad56a131c100c1ff814515d0d6f011fdecd?d=identicon)[ariademur](/maintainers/ariademur)

---

Top Contributors

[![ariademur](https://avatars.githubusercontent.com/u/34913107?v=4)](https://github.com/ariademur "ariademur (227 commits)")

---

Tags

apiparcelvalue

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/parcelvalue-api/health.svg)

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

###  Alternatives

[docusign/esign-client

The Docusign PHP library makes integrating Docusign into your apps and websites a super fast and painless process. The library is open sourced on GitHub, look for the docusign-esign-php-client repository. Join the eSign revolution!

2087.4M13](/packages/docusign-esign-client)[aheinze/cockpit

Cockpit Headless CMS

5.4k2.0k4](/packages/aheinze-cockpit)[plivo/plivo-php

A PHP SDK to make voice calls &amp; send SMS using Plivo and to generate Plivo XML

1102.8M18](/packages/plivo-plivo-php)[plivo/php-sdk

A PHP SDK to make voice calls &amp; send SMS using Plivo and to generate Plivo XML

1101.9M5](/packages/plivo-php-sdk)[wp-graphql/wp-graphql-woocommerce

WooCommerce bindings for WPGraphQL

69146.8k](/packages/wp-graphql-wp-graphql-woocommerce)[apigee/apigee-client-php

Client library for connecting to the Apigee Edge API.

27558.7k3](/packages/apigee-apigee-client-php)

PHPackages © 2026

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