{"id":21524222,"url":"https://github.com/mvdnbrk/laravel-dhlparcel","last_synced_at":"2025-04-09T23:09:07.582Z","repository":{"id":46903580,"uuid":"221086654","full_name":"mvdnbrk/laravel-dhlparcel","owner":"mvdnbrk","description":"DHL Parcel API client wrapper for Laravel","archived":false,"fork":false,"pushed_at":"2020-12-18T11:18:57.000Z","size":108,"stargazers_count":17,"open_issues_count":4,"forks_count":8,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-09T23:09:03.733Z","etag":null,"topics":["api","api-client","dhl","dhl-parcel","laravel"],"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/mvdnbrk.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null},"funding":{"github":"mvdnbrk"}},"created_at":"2019-11-11T23:10:16.000Z","updated_at":"2024-03-25T23:12:12.000Z","dependencies_parsed_at":"2022-08-27T01:31:36.579Z","dependency_job_id":null,"html_url":"https://github.com/mvdnbrk/laravel-dhlparcel","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvdnbrk%2Flaravel-dhlparcel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvdnbrk%2Flaravel-dhlparcel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvdnbrk%2Flaravel-dhlparcel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvdnbrk%2Flaravel-dhlparcel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mvdnbrk","download_url":"https://codeload.github.com/mvdnbrk/laravel-dhlparcel/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248125619,"owners_count":21051770,"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","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":["api","api-client","dhl","dhl-parcel","laravel"],"created_at":"2024-11-24T01:22:57.726Z","updated_at":"2025-04-09T23:09:07.558Z","avatar_url":"https://github.com/mvdnbrk.png","language":"PHP","funding_links":["https://github.com/sponsors/mvdnbrk"],"categories":[],"sub_categories":[],"readme":"# DHL Parcel API client for Laravel\n\n[![Latest Version on Packagist][ico-version]][link-packagist]\n[![Software License][ico-license]](LICENSE.md)\n[![Tests][ico-tests]][link-tests]\n[![StyleCI][ico-style-ci]][link-style-ci]\n[![Total Downloads][ico-downloads]][link-downloads]\n\nThis package incorporates the [DHL Parcel API client](https://github.com/mvdnbrk/dhlparcel-php-api) into your Laravel project.\n\n## Installation\n\nYou can install the package via composer:\n\n```bash\ncomposer require mvdnbrk/laravel-dhlparcel\n```\n\n## Configuration\n\nAll you need to do is add your credentials to the `.env` file:\n\n```\nDHLPARCEL_ID=YOUR-USER-ID\nDHLPARCEL_SECRET=YOUR-SECRET-KEY\n```\n\n## Usage\n\n```php\nuse Mvdnbrk\\Laravel\\Facades\\DhlParcel;\n\n$shipment = DhlParcel::shipments()-\u003ecreate([\n   ...\n]);\n```\n\n* [Full documentation for the DHL Parcel API client](https://github.com/mvdnbrk/dhlparcel-php-api)\n\n### Global helper method\n\nFor your convenience this package provides a global `dhlparcel()` helper function.\n\n```php\ndhlparcel()-\u003eshipments()-\u003ecreate([\n   ...\n]);\n```\n\n## Testing\n\n``` bash\ncomposer test\n```\n## Changelog\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.\n\n## Contributing\n\nPlease see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.\n\n## Security Vulnerabilities\n\nPlease review [our security policy](../../security/policy) on how to report security vulnerabilities.\n\n## Credits\n\n- [Mark van den Broek][link-author]\n- [All Contributors][link-contributors]\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n\n[ico-version]: https://img.shields.io/packagist/v/mvdnbrk/laravel-dhlparcel.svg?style=flat-square\n[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square\n[ico-tests]: https://img.shields.io/github/workflow/status/mvdnbrk/laravel-dhlparcel/tests/main?label=tests\u0026style=flat-square\n[ico-style-ci]: https://styleci.io/repos/220024174/shield?branch=main\n[ico-downloads]: https://img.shields.io/packagist/dt/mvdnbrk/laravel-dhlparcel.svg?style=flat-square\n\n[link-packagist]: https://packagist.org/packages/mvdnbrk/laravel-dhlparcel\n[link-tests]: https://github.com/mvdnbrk/laravel-dhlparcel/actions?query=workflow%3Atests\n[link-style-ci]: https://styleci.io/repos/221086654\n[link-downloads]: https://packagist.org/packages/mvdnbrk/laravel-dhlparcel\n[link-author]: https://github.com/mvdnbrk\n[link-contributors]: ../../contributors\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmvdnbrk%2Flaravel-dhlparcel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmvdnbrk%2Flaravel-dhlparcel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmvdnbrk%2Flaravel-dhlparcel/lists"}