{"id":24292316,"url":"https://github.com/vapor-community/wallet","last_synced_at":"2025-12-11T22:56:32.082Z","repository":{"id":43299293,"uuid":"229544317","full_name":"vapor-community/wallet","owner":"vapor-community","description":"🎟️ 📦 A package for creating passes and orders for Apple Wallet with Vapor.","archived":false,"fork":false,"pushed_at":"2025-01-19T01:29:23.000Z","size":378,"stargazers_count":79,"open_issues_count":0,"forks_count":11,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-02-10T06:02:07.756Z","etag":null,"topics":["apple-wallet","cards","coupons","ecommerce","merchant","orders","passbook","passes","passkit","server-side-swift","swift","swift-library","swift-linux","swift-package","swift-package-manager","swift-vapor","tickets","vapor","vapor-swift","wallet"],"latest_commit_sha":null,"homepage":"https://swiftpackageindex.com/vapor-community/wallet","language":"Swift","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/vapor-community.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-12-22T09:20:34.000Z","updated_at":"2025-02-06T23:51:18.000Z","dependencies_parsed_at":"2025-01-02T13:08:27.198Z","dependency_job_id":"1fad707f-133d-468d-8328-9fdabe39c75a","html_url":"https://github.com/vapor-community/wallet","commit_stats":null,"previous_names":["vapor-community/wallet","vapor-community/passkit"],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vapor-community%2Fwallet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vapor-community%2Fwallet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vapor-community%2Fwallet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vapor-community%2Fwallet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vapor-community","download_url":"https://codeload.github.com/vapor-community/wallet/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247685634,"owners_count":20979085,"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":["apple-wallet","cards","coupons","ecommerce","merchant","orders","passbook","passes","passkit","server-side-swift","swift","swift-library","swift-linux","swift-package","swift-package-manager","swift-vapor","tickets","vapor","vapor-swift","wallet"],"created_at":"2025-01-16T15:07:36.105Z","updated_at":"2025-12-11T22:56:27.042Z","avatar_url":"https://github.com/vapor-community.png","language":"Swift","funding_links":[],"categories":["Swift"],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"https://avatars.githubusercontent.com/u/26165732?s=200\u0026v=4\" width=\"100\" height=\"100\" alt=\"avatar\" /\u003e\n    \u003ch1\u003eVapor Wallet\u003c/h1\u003e\n    \u003ca href=\"https://swiftpackageindex.com/vapor-community/wallet/documentation\"\u003e\n        \u003cimg src=\"https://design.vapor.codes/images/readthedocs.svg\" alt=\"Documentation\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://discord.gg/vapor\"\u003e\u003cimg src=\"https://design.vapor.codes/images/discordchat.svg\" alt=\"Team Chat\"\u003e\u003c/a\u003e\n    \u003ca href=\"LICENSE\"\u003e\u003cimg src=\"https://design.vapor.codes/images/mitlicense.svg\" alt=\"MIT License\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/vapor-community/wallet/actions/workflows/test.yml\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/actions/workflow/status/vapor-community/wallet/test.yml?event=push\u0026style=plastic\u0026logo=github\u0026label=tests\u0026logoColor=%23ccc\" alt=\"Continuous Integration\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://codecov.io/github/vapor-community/wallet\"\u003e\n        \u003cimg src=\"https://img.shields.io/codecov/c/github/vapor-community/wallet?style=plastic\u0026logo=codecov\u0026label=codecov\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://swift.org\"\u003e\n        \u003cimg src=\"https://design.vapor.codes/images/swift60up.svg\" alt=\"Swift 6.0+\"\u003e\n    \u003c/a\u003e\n\u003c/div\u003e\n\u003cbr\u003e\n\n🎟️ 📦 Create, distribute, and update passes and orders for the Apple Wallet app with Vapor.\n\nUse the SPM string to easily include the dependendency in your `Package.swift` file.\n\n```swift\n.package(url: \"https://github.com/vapor-community/wallet.git\", from: \"0.7.0\")\n```\n\n\u003e Note: This package is made for Vapor 4.\n\n## 🎟️ Wallet Passes\n\nThe `VaporWalletPasses` framework provides a set of tools to help you create, build, and distribute digital passes for the Apple Wallet app using a Vapor server.\nIt also provides a way to update passes after they have been distributed, using APNs, and models to store pass and device data.\n\nAdd the `VaporWalletPasses` product to your target's dependencies:\n\n```swift\n.product(name: \"VaporWalletPasses\", package: \"wallet\")\n```\n\nSee the framework's [documentation](https://swiftpackageindex.com/vapor-community/wallet/documentation/vaporwalletpasses) for information and guides on how to use it.\n\nFor information on Apple Wallet passes, see the [Apple Developer Documentation](https://developer.apple.com/documentation/walletpasses).\n\n## 📦 Wallet Orders\n\nThe `VaporWalletOrders` framework provides a set of tools to help you create, build, and distribute orders that users can track and manage in Apple Wallet using a Vapor server.\nIt also provides a way to update orders after they have been distributed, using APNs, and models to store order and device data.\n\nAdd the `VaporWalletOrders` product to your target's dependencies:\n\n```swift\n.product(name: \"VaporWalletOrders\", package: \"wallet\")\n```\n\nSee the framework's [documentation](https://swiftpackageindex.com/vapor-community/wallet/documentation/vaporwalletorders) for information and guides on how to use it.\n\nFor information on Apple Wallet orders, see the [Apple Developer Documentation](https://developer.apple.com/documentation/walletorders).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvapor-community%2Fwallet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvapor-community%2Fwallet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvapor-community%2Fwallet/lists"}