Skip to content

Commit ee6765b

Browse files
author
Georgiy
authoredSep 8, 2020
Upgrade (#568)
Merge pull request #568 * add new example for provider * update google service oauth2 * update readme * move examples * update google test
1 parent fa20bb9 commit ee6765b

Some content is hidden

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

74 files changed

+1137
-295
lines changed
 

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ examples/init.php
55
atlassian-ide-plugin.xml
66
nbproject/
77
.phpunit.result.cache
8+
.com

‎README.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,14 @@ Included service implementations
9292

9393
Examples
9494
--------
95-
Examples of basic usage are located in the examples/ directory.
95+
```bash
96+
php -S localhost:8000 -t examples
97+
```
98+
Then point your browser to:
99+
```text
100+
http://localhost:8000/
101+
```
102+
96103

97104
Usage
98105
------
@@ -113,4 +120,4 @@ Tests
113120
------
114121
```bash
115122
composer tests
116-
```
123+
```

0 commit comments

Comments
 (0)
Please sign in to comment.