Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
2 parents 045b2e6 + f06e97d commit c88668d
Show file tree
Hide file tree
Showing 23 changed files with 470 additions and 590 deletions.
2 changes: 1 addition & 1 deletion README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Momento Serverless Cache の PHP クライアント SDK:従来のキャッシ
```json
{
"require": {
"momentohq/client-sdk-php": "^1.2"
"momentohq/client-sdk-php": "^1.3"
}
}
```
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
Momento Cache is a fast, simple, pay-as-you-go caching solution without any of the operational overhead
required by traditional caching solutions. This repo contains the source code for the Momento PHP client library.

To get started with Momento you will need a Momento Auth Token. You can get one from the [Momento Console](https://console.gomomento.com).

* Website: [https://www.gomomento.com/](https://www.gomomento.com/)
* Momento Documentation: [https://docs.momentohq.com/](https://docs.momentohq.com/)
* Getting Started: [https://docs.momentohq.com/getting-started](https://docs.momentohq.com/getting-started)
Expand Down Expand Up @@ -46,6 +48,8 @@ if ($hit = $response->asHit()) {

## Getting Started and Documentation

To get started with Momento you will need a Momento Auth Token. You can get one from the [Momento Console](https://console.gomomento.com).

Documentation is available on the [Momento Docs website](https://docs.momentohq.com).

## Examples
Expand Down
2 changes: 2 additions & 0 deletions README.template.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ The Momento PHP SDK package is available on packagist.org: [client-sdk-php](http

## Getting Started and Documentation

To get started with Momento you will need a Momento Auth Token. You can get one from the [Momento Console](https://console.gomomento.com).

Documentation is available on the [Momento Docs website](https://docs.momentohq.com).

## Examples
Expand Down
9 changes: 3 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,22 +39,19 @@
}
},
"require": {
"php": ">=8.0",
"php": ">=7.4",
"ext-grpc": "*",
"firebase/php-jwt": "^6.3",
"google/protobuf": "3.22.3",
"grpc/grpc": "1.52.0",
"psr/log": "^2.0 || ^3.0",
"psr/simple-cache": "^3.0"
"psr/log": "^1.1 || ^2.0 || ^3.0",
"psr/simple-cache": "^1.0.1 || ^3.0"
},
"require-dev": {
"composer/composer": "^2.4.1",
"phpunit/phpunit": "^9.5.23"
},
"config": {
"platform": {
"php": "8.0"
},
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true
Expand Down
Loading

0 comments on commit c88668d

Please sign in to comment.