answear/fox-post-parcel

Symfony API for FoxPost parcels.

Maintainers

Package info

github.com/answear/fox-post-parcel

Type:symfony-bundle

pkg:composer/answear/fox-post-parcel

Statistics

Installs: 12 159

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 1

4.0.0 2025-06-03 07:17 UTC

This package is auto-updated.

Last update: 2026-03-03 08:51:38 UTC


README

FoxPost pickup client for PHP.

Installation

  • install with Composer
composer require git@github.com:answear/fos-post-parcel.git

Setup

No setup needed.

Usage

Get list of parcel shops

/** @var \Answear\FoxPostParcel\Command\GetParcelShops $getParcelShopsCommand **/
$getParcelShopsCommand->getParcelShops();

Error handling

  • Answear\FoxPostParcel\Exception\ServiceUnavailable for all GuzzleException
  • Answear\FoxPostParcel\Exception\MalformedResponse for incorrect responses

Final notes

Feel free to open pull requests with new features, improvements or bug fixes. The Answear team will be grateful for any comments.