An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

**IN DEVELOPMENT: DO NOT USE IN PRODUCTION (YET)**

# Generate mobile passes for iOS and Android

[![Latest Version on Packagist](https://img.shields.io/packagist/v/spatie/laravel-mobile-pass.svg?style=flat-square)](https://packagist.org/packages/spatie/laravel-mobile-pass)
[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/spatie/laravel-mobile-pass/run-tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/spatie/laravel-mobile-pass/actions?query=workflow%3Arun-tests+branch%3Amain)
[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/spatie/laravel-mobile-pass/fix-php-code-style-issues.yml?branch=main&label=code%20style&style=flat-square)](https://github.com/spatie/laravel-mobile-pass/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain)
[![Total Downloads](https://img.shields.io/packagist/dt/spatie/laravel-mobile-pass.svg?style=flat-square)](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.

![boarding pass](https://github.com/spatie/laravel-mobile-pass/blob/main/docs/images/boarding.jpg?raw=true)

And here's an example of a coupon.

![coupon](https://github.com/spatie/laravel-mobile-pass/blob/main/docs/images/coupon.jpg?raw=true)

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.