{"id":37008735,"url":"https://github.com/appstract/pakketpartner-php-client","last_synced_at":"2026-01-14T00:50:19.711Z","repository":{"id":46607058,"uuid":"250904781","full_name":"appstract/pakketpartner-php-client","owner":"appstract","description":"PHP Client for the Pakketpartner API","archived":true,"fork":false,"pushed_at":"2021-10-04T08:14:43.000Z","size":8,"stargazers_count":7,"open_issues_count":1,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-10-30T04:54:05.672Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/appstract.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-03-28T22:18:54.000Z","updated_at":"2023-01-28T00:29:43.000Z","dependencies_parsed_at":"2022-07-22T18:47:40.694Z","dependency_job_id":null,"html_url":"https://github.com/appstract/pakketpartner-php-client","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/appstract/pakketpartner-php-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appstract%2Fpakketpartner-php-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appstract%2Fpakketpartner-php-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appstract%2Fpakketpartner-php-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appstract%2Fpakketpartner-php-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/appstract","download_url":"https://codeload.github.com/appstract/pakketpartner-php-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appstract%2Fpakketpartner-php-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28407175,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T00:40:43.272Z","status":"ssl_error","status_checked_at":"2026-01-14T00:40:42.636Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2026-01-14T00:50:19.624Z","updated_at":"2026-01-14T00:50:19.693Z","avatar_url":"https://github.com/appstract.png","language":"PHP","funding_links":["https://www.paypal.me/appstract/10","https://www.patreon.com/appstract"],"categories":[],"sub_categories":[],"readme":"# Pakketpartner PHP Client\n\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/appstract/pakketpartner-php-client.svg?style=flat-square)](https://packagist.org/packages/appstract/pakketpartner-php-client)\n[![Total Downloads](https://img.shields.io/packagist/dt/appstract/pakketpartner-php-client.svg?style=flat-square)](https://packagist.org/packages/appstract/pakketpartner-php-client)\n[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)\n[![Build Status](https://img.shields.io/travis/appstract/pakketpartner-php-client/master.svg?style=flat-square)](https://travis-ci.org/appstract/pakketpartner-php-client)\n\nPHP Client for the [Pakketpartner API](https://pakketpartner.nl/pakketpartner-rest-api/)\n\n## Installation\n\nYou can install the package via composer:\n\n``` bash\ncomposer require appstract/pakketpartner-php-client\n```\n\n## Usage\n\nSetup the connection.\n\n``` php\nuse Appstract\\Pakketpartner\\Connection;\nuse Appstract\\Pakketpartner\\Pakketpartner;\n\n$connection = new Connection();\n\n$connection-\u003esetApiToken('yourapitoken');\n\n$pakketpartner = new Pakketpartner($connection);\n```\n\nUse a method to handle entities.\n\n```php\nuse Appstract\\Pakketpartner\\Pakketpartner;\n\n$shipment = Pakketpartner::shipment();\n\n$shipment-\u003eorder_reference = 'Appstract';\n\n$shipment-\u003esave();\n```\n\n## Testing\n\n``` bash\ncomposer test\n```\n\n## Contributing\n\nContributions are welcome, [thanks to y'all](https://github.com/appstract/pakketpartner-php-client/graphs/contributors) :)\n\n## About Appstract\n\nAppstract is a small team from The Netherlands. We create (open source) tools for Web Developers and write about related subjects on [Medium](https://medium.com/appstract). You can [follow us on Twitter](https://twitter.com/appstractnl), [buy us a beer](https://www.paypal.me/appstract/10) or [support us on Patreon](https://www.patreon.com/appstract).\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappstract%2Fpakketpartner-php-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fappstract%2Fpakketpartner-php-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappstract%2Fpakketpartner-php-client/lists"}