Skip to content

Commit dbcc0b6

Browse files
committed
v1.1.70
1 parent 355a97f commit dbcc0b6

209 files changed

Lines changed: 2496 additions & 1659 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2020 PassKit Inc.
1+
Copyright (c) 2022 PassKit Inc.
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# passkit-grpc-members-rest-sdk
1+
# PassKit PHP gRPC SDK
2+
3+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
4+
[![latest packaged version(s)](https://repology.org/badge/latest-versions/php.svg)](https://repology.org/project/php/versions)
5+
26
Use the PassKit PHP gRPC SDK to issue and manage Apple Wallet and Google Pay Passes from your PHP application.
37

48
For more information, please visit [the documentation](https://docs.passkit.io).
@@ -24,7 +28,7 @@ For more information, please visit [the documentation](https://docs.passkit.io).
2428

2529
### Instal & Enable the gRPC PHP extension
2630
```bash
27-
sudo pecl install grpc-1.32.0
31+
sudo pecl install grpc-1.48.1
2832
```
2933

3034
After installing the gRPC extension, make sure the extension is enabled in your `php.ini` file, (e.g. `/etc/php5/cli/php.ini`, `/etc/php5/apache2/php.ini`, or `/usr/local/etc/php/7.2/php.ini`), depending on where your PHP installation is.
@@ -46,7 +50,7 @@ To install the bindings via [Composer](http://getcomposer.org/), add the followi
4650
}
4751
],
4852
"require": {
49-
"passkit/passkit-php-grpc-sdk": "1.0.0"
53+
"passkit/passkit-php-grpc-sdk": "1.1.70"
5054
}
5155
}
5256
```

composer.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
"php",
77
"sdk",
88
"api",
9-
"grpc"
9+
"grpc",
10+
"wallet",
11+
"mobile-wallet"
1012
],
11-
"version": "1.0.0",
1213
"homepage": "http://passkit.com",
1314
"license": "MIT",
1415
"authors": [
@@ -18,19 +19,23 @@
1819
}
1920
],
2021
"require": {
21-
"grpc/grpc": "^v1.30.0",
22-
"google/protobuf": "^v3.13.0"
22+
"grpc/grpc": "^v1.42.0",
23+
"google/protobuf": "^v3.21.7"
2324
},
2425
"autoload": {
2526
"psr-4": {
2627
"Analytics\\": "lib/Analytics",
2728
"Cabin_codes\\": "lib/Cabin_codes",
29+
"Ct\\": "lib/Ct",
2830
"Event_tickets\\": "lib/Event_tickets",
2931
"Flights\\": "lib/Flights",
3032
"Io\\": "lib/Io",
3133
"Members\\": "lib/Members",
34+
"Raw\\": "lib/Raw",
35+
"Scheduler\\": "lib/Scheduler",
3236
"Single_use_coupons\\": "lib/Single_use_coupons",
3337
"GPBMetadata\\Io\\": "lib/GPBMetadata/Io",
38+
"GPBMetadata\\Ct\\": "lib/GPBMetadata/Ct",
3439
"GPBMetadata\\Google\\": "lib/extra/GPBMetadata/Google",
3540
"Google\\Api\\": "lib/extra/google/api"
3641
}

composer.lock

Lines changed: 21 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)