https://github.com/spatie/laravel-mobile-pass
Generate mobile passes for iOS and Android
https://github.com/spatie/laravel-mobile-pass
laravel passkit php
Last synced: 5 months ago
JSON representation
Generate mobile passes for iOS and Android
- Host: GitHub
- URL: https://github.com/spatie/laravel-mobile-pass
- Owner: spatie
- License: mit
- Created: 2025-03-09T08:20:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-13T00:42:10.000Z (5 months ago)
- Last Synced: 2026-01-13T22:58:03.762Z (5 months ago)
- Topics: laravel, passkit, php
- Language: PHP
- Homepage: https://spatie.be/docs/laravel-mobile-pass
- Size: 3.48 MB
- Stars: 68
- Watchers: 9
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Support: docs/support-us.md
Awesome Lists containing this project
README
**IN DEVELOPMENT: DO NOT USE IN PRODUCTION (YET)**
# Generate mobile passes for iOS and Android
[](https://packagist.org/packages/spatie/laravel-mobile-pass)
[](https://github.com/spatie/laravel-mobile-pass/actions?query=workflow%3Arun-tests+branch%3Amain)
[](https://github.com/spatie/laravel-mobile-pass/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain)
[](https://packagist.org/packages/spatie/laravel-mobile-pass)
Using this package you can generate mobile passes for Apple Wallet. Possible use cases are boarding passes, event tickets, coupons, store cards, membership cards, gift cards etc.
You can even push out updates to issued passes, making sure that they are always up-to-date on your users devices.
Here's an example of a boarding pass that you can generate with this package.

And here's an example of a coupon.

This package has been made in collaboration with [Dan Johnson](DanJohnson.xyz).
## Support us
[
](https://spatie.be/github-ad-click/laravel-mobile-pass)
We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).
We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).
## Documentation
You can find the full documentation on how to use this package on [our documentation site](https://spatie.be/docs/laravel-mobile-pass).
## Testing
```bash
composer test
```
## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
## Security Vulnerabilities
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
## Credits
- [Dan Johnson](https://github.com/danjohnson95)
- [Freek Van der Herten](https//github.com/freekmurze)
- [All Contributors](../../contributors)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.