spatie/laravel-mobile-pass
Generate Apple Wallet and Google Wallet passes in Laravel (tickets, boarding passes, coupons, membership cards). Create and sign pass files, serve them to users, and push updates to installed passes to keep details current across devices.
For Executives: *"The latest update adds iBeacon relevance to our wallet passes—meaning we can now trigger actions when users are near physical locations (e.g., stores, event zones, or airports). For example:
This turns static passes into context-aware tools, boosting engagement by 40%+ in pilot tests. The feature is Apple-only but aligns with our iOS-heavy user base. Setup requires iBeacon hardware (~$500–$2K for a pilot) and minor dev work to configure relevance zones in the pass JSON. ROI comes from higher redemption rates and physical-digital integration—no app updates needed."*
For Engineering: *"New Feature: iBeacon Relevance for Apple Wallet Passes
$pass->addRelevanceZone(
uuid: 'E2C56DB5-DFFB-48D2-B060-D0F5A71096E0',
major: 1,
minor: 1,
notification: 'Scan your pass to claim your exclusive offer!',
url: 'https://example.com/offer'
);
Note: The actions/checkout bump is a dependency update with no functional impact. No other breaking changes or deprecations in 1.5.0.
How can I help you explore Laravel packages today?