{"id":15684551,"url":"https://github.com/rawilk/laravel-ups","last_synced_at":"2025-04-14T07:08:03.360Z","repository":{"id":62533504,"uuid":"297197791","full_name":"rawilk/laravel-ups","owner":"rawilk","description":"UPS api wrapper for Laravel.","archived":false,"fork":false,"pushed_at":"2025-03-25T00:54:41.000Z","size":359,"stargazers_count":10,"open_issues_count":1,"forks_count":9,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-14T07:07:41.366Z","etag":null,"topics":["ups","ups-api"],"latest_commit_sha":null,"homepage":"https://randallwilk.dev/docs/laravel-ups","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/rawilk.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"rawilk"}},"created_at":"2020-09-21T01:28:30.000Z","updated_at":"2025-03-25T00:54:38.000Z","dependencies_parsed_at":"2024-03-11T00:29:12.444Z","dependency_job_id":"0b3b8242-a30f-4935-ba84-2397a7f4394e","html_url":"https://github.com/rawilk/laravel-ups","commit_stats":{"total_commits":108,"total_committers":4,"mean_commits":27.0,"dds":"0.35185185185185186","last_synced_commit":"c887abe17b8c5c5809459938664374a5968837aa"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":"rawilk/package-skeleton-laravel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rawilk%2Flaravel-ups","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rawilk%2Flaravel-ups/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rawilk%2Flaravel-ups/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rawilk%2Flaravel-ups/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rawilk","download_url":"https://codeload.github.com/rawilk/laravel-ups/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248837280,"owners_count":21169374,"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":["ups","ups-api"],"created_at":"2024-10-03T17:19:01.680Z","updated_at":"2025-04-14T07:08:03.322Z","avatar_url":"https://github.com/rawilk.png","language":"PHP","funding_links":["https://github.com/sponsors/rawilk"],"categories":[],"sub_categories":[],"readme":"\u003e Note: This package is not currently actively maintained, and I'm not sure if I will maintain it again. Use at your own risk.\n\n# UPS Wrapper for Laravel\n\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/rawilk/laravel-ups.svg?style=flat-square)](https://packagist.org/packages/rawilk/laravel-ups)\n![Tests](https://github.com/rawilk/laravel-ups/workflows/Tests/badge.svg?style=flat-square)\n[![Total Downloads](https://img.shields.io/packagist/dt/rawilk/laravel-ups.svg?style=flat-square)](https://packagist.org/packages/rawilk/laravel-ups)\n[![PHP from Packagist](https://img.shields.io/packagist/php-v/rawilk/laravel-ups?style=flat-square)](https://packagist.org/packages/rawilk/laravel-ups)\n[![License](https://img.shields.io/github/license/rawilk/laravel-ups?style=flat-square)](https://github.com/rawilk/laravel-ups/blob/main/LICENSE.md)\n\n![social image](https://banners.beyondco.de/UPS%20API%20Wrapper.png?theme=light\u0026packageManager=composer+require\u0026packageName=rawilk%2Flaravel-ups\u0026pattern=architect\u0026style=style_1\u0026description=UPS+api+wrapper+for+Laravel.\u0026md=1\u0026showWatermark=0\u0026fontSize=100px\u0026images=truck)\n\nThis package acts as an api wrapper for the [UPS Api](https://www.ups.com/upsdeveloperkit?loc=en_US). Currently, this package allows you to validate addresses,\ncreate shipments, void shipments, recover labels, and track shipments. Before using this package, you should have at least a basic understanding\nof the UPS Api.\n\n## Installation\n\nYou can install the package via composer:\n\n```bash\ncomposer require rawilk/laravel-ups\n```\n\nYou can publish the config file with:\n\n```bash\nphp artisan vendor:publish --tag=\"ups-config\"\n```\n\nYou can view the default config file here: https://github.com/rawilk/laravel-ups/blob/main/config/ups.php\n\n## Documentation\n\nFor documentation, please visit: https://randallwilk.dev/docs/laravel-ups.\n\n## Testing\n\n```bash\ncomposer test\n```\n\n## Changelog\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Contributing\n\nPlease see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.\n\n## Security\n\nPlease review [my security policy](.github/SECURITY.md) on how to report security vulnerabilities.\n\n## Credits\n\n- [Randall Wilk](https://github.com/rawilk)\n- [All Contributors](../../contributors)\n\n## Disclaimer\n\nThis package is not affiliated with, maintained, authorized, endorsed or sponsored by Laravel or any of its affiliates. It is also not affiliated with, maintained, authorized, endorsed or sponsored by UPS.\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%2Frawilk%2Flaravel-ups","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frawilk%2Flaravel-ups","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frawilk%2Flaravel-ups/lists"}