{"id":16383410,"url":"https://github.com/shakaran/packlink-php-sdk","last_synced_at":"2025-10-05T01:41:14.840Z","repository":{"id":66442856,"uuid":"172691225","full_name":"shakaran/packlink-php-sdk","owner":"shakaran","description":"A PHP library for implement the Packlink API REST service from Packlink Shipping, S.L. https://packlink.com","archived":false,"fork":false,"pushed_at":"2021-08-31T17:52:32.000Z","size":46,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-21T22:30:10.864Z","etag":null,"topics":["delevery","export","import","packlink","php","php-sdk","psr-18","psr7","shipment"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shakaran.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["shakaran"],"patreon":"shakaran","custom":["https://www.paypal.me/quijost","shakaran.net"]}},"created_at":"2019-02-26T10:37:52.000Z","updated_at":"2024-10-22T10:22:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"fdd35326-9de2-465a-a171-bebcece846f3","html_url":"https://github.com/shakaran/packlink-php-sdk","commit_stats":{"total_commits":22,"total_committers":3,"mean_commits":7.333333333333333,"dds":"0.13636363636363635","last_synced_commit":"0f5ae7de4dc04bbabdfdb0083bf3d29103cba6ab"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shakaran/packlink-php-sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shakaran%2Fpacklink-php-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shakaran%2Fpacklink-php-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shakaran%2Fpacklink-php-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shakaran%2Fpacklink-php-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shakaran","download_url":"https://codeload.github.com/shakaran/packlink-php-sdk/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shakaran%2Fpacklink-php-sdk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278399607,"owners_count":25980329,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["delevery","export","import","packlink","php","php-sdk","psr-18","psr7","shipment"],"created_at":"2024-10-11T04:08:24.958Z","updated_at":"2025-10-05T01:41:14.825Z","avatar_url":"https://github.com/shakaran.png","language":"PHP","funding_links":["https://github.com/sponsors/shakaran","https://patreon.com/shakaran","https://www.paypal.me/quijost","shakaran.net","https://www.paypal.me/quijost/3"],"categories":[],"sub_categories":[],"readme":"# packlink-php-sdk\n\nA PHP library for implement the Packlink API REST service from Packlink Shipping, S.L. https://packlink.com\n\n# PackLink PHP client\n\nThis is the PackLink PHP SDK. This SDK contains methods for easily interacting\nwith the PackLink API.\nBelow are examples to get you started.\n\n[![Latest Version](https://img.shields.io/github/release/shakaran/packlink-php.svg?style=flat-square)](https://github.com/shakaran/packlink-php/releases)\n[![Build Status](https://img.shields.io/travis/shakaran/packlink-php/master.svg?style=flat-square)](https://travis-ci.org/shakaran/packlink-php)\n[![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/shakaran/packlink-php.svg?style=flat-square)](https://scrutinizer-ci.com/g/shakaran/packlink-php)\n[![Quality Score](https://img.shields.io/scrutinizer/g/shakaran/packlink-php.svg?style=flat-square)](https://scrutinizer-ci.com/g/shakaran/packlink-php)\n[![Total Downloads](https://img.shields.io/packagist/dt/shakaran/packlink-php.svg?style=flat-square)](https://packagist.org/packages/shakaran/packlink-php)\n[![Join the chat at https://gitter.im/shakaran/packlink-php](https://badges.gitter.im/packlink/packlink-php.svg)](https://gitter.im/shakaran/packlink-php?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\n## Installation\n\nTo install the SDK, you will need to be using [Composer](http://getcomposer.org/)\nin your project.\nIf you aren't using Composer yet, it's really simple! Here's how to install\ncomposer:\n\n```bash\ncurl -sS https://getcomposer.org/installer | php\n```\n\nThe packlink api client is not hard coupled to Guzzle or any other library that sends\nHTTP messages. It uses the [PSR-18](https://www.php-fig.org/psr/psr-18/) client abstraction.\nThis will give you the flexibilty to choose what PSR-7 implementation and HTTP client to use.\n\nIf you just want to get started quickly you should run the following command:\n\n```bash\ncomposer require shakaran/packlink-php-sdk kriswallsmith/buzz nyholm/psr7\n```\n\n## Quick start\n\nTo start using the Api SDK client, you need create an instance with your api key like this:\n\n```php\n\u003c?php\n\nnamespace MyCompany;\n\nrequire __DIR__ . '/vendor/autoload.php';\n\nuse PackLink\\ApiClient;\n\n$apiKey = 'your_api_key';\n\n// Create and configure the initial api client\n$api = ApiClient::create($apiKey, 'https://api.packlink.com');\n\n```\n\n## Examples\n\nUnder the [Examples directory](https://github.com/shakaran/packlink-php-sdk/tree/master/examples) you can find several examples of how to use more deeply this API.\n\n## Other unofficial implementations\n\n* [MwSpaceLLC/packlink-php](https://github.com/MwSpaceLLC/packlink-php)\n\n## Support\n\nDo you like my work? I am a Senior Backend Freelancer \u0026 Sysadmin, [you can hire me](https://www.upwork.com/fl/angelguzmanmaeso#/) to modify/implement/customize your custom\ndeveloment or integration of this API in your project, just open a issue for contact me or drop me an email to angel@guzmanmaeso.com!\n\n## Buy me a coffe or beer!\n\n[![Buy me a coffee](https://i.imgur.com/Sk4LFzF.png)](https://www.paypal.me/quijost/3) [![Join the chat at https://gitter.im/shakaran-packlink-php-sdk/community](https://badges.gitter.im/shakaran-packlink-php-sdk/community.svg)](https://gitter.im/shakaran-packlink-php-sdk/community?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshakaran%2Fpacklink-php-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshakaran%2Fpacklink-php-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshakaran%2Fpacklink-php-sdk/lists"}