Skip to content

Commit 4e6bc5f

Browse files
committed
Support sections
1 parent 72c197d commit 4e6bc5f

File tree

24 files changed

+404
-32
lines changed

24 files changed

+404
-32
lines changed

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
PHP JWT Framework
22
=================
33

4-
If you really love that project, then you can help me out for a couple of :beers:!
5-
6-
[![Beerpay](https://beerpay.io/Spomky-Labs/jose/badge.svg?style=beer-square)](https://beerpay.io/Spomky-Labs/jose) [![Beerpay](https://beerpay.io/Spomky-Labs/jose/make-wish.svg?style=flat-square)](https://beerpay.io/Spomky-Labs/jose?focus=wish)
7-
8-
---
9-
104
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/web-token/jwt-framework/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/web-token/jwt-framework/?branch=master)
115
[![Coverage Status](https://coveralls.io/repos/github/web-token/jwt-framework/badge.svg?branch=master)](https://coveralls.io/github/web-token/jwt-framework?branch=master)
126

@@ -19,14 +13,18 @@ If you really love that project, then you can help me out for a couple of :beers
1913
[![Latest Unstable Version](https://poser.pugx.org/web-token/jwt-framework/v/unstable.png)](https://packagist.org/packages/web-token/jwt-framework)
2014
[![License](https://poser.pugx.org/web-token/jwt-framework/license.png)](https://packagist.org/packages/web-token/jwt-framework)
2115

22-
# The Release Process
23-
24-
The release process [is described here](https://github.com/web-token/jwt-doc/Release.md).
25-
2616
# Documentation
2717

2818
The official documentation is available as https://web-token.spomky-labs.com/
2919

20+
# Support
21+
22+
I bring solutions to your problems and answer your questions.
23+
24+
If you really love that project and the work I have done or if you want I prioritize your issues, then you can help me out for a couple of :beers: or more!
25+
26+
[![Become a Patreon](https://c5.patreon.com/external/logo/become_a_patron_button.png)](https://www.patreon.com/FlorentMorselli)
27+
3028
# Contributing
3129

3230
Requests for new features, bug fixed and all other ideas to make this framework useful are welcome.

src/Bundle/JoseFramework/README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,24 @@ You should go to [the main repository](https://github.com/web-token/jwt-framewor
88

99
# Documentation
1010

11-
The official documentation is available as https://web-token.spomky-labs.com/
11+
The official documentation is available as https://web-token.spomky-labs.com/
12+
13+
# Support
14+
15+
I bring solutions to your problems and answer your questions.
16+
17+
If you really love that project and the work I have done or if you want I prioritize your issues, then you can help me out for a couple of :beers: or more!
18+
19+
[![Become a Patreon](https://c5.patreon.com/external/logo/become_a_patron_button.png)](https://www.patreon.com/FlorentMorselli)
20+
21+
# Contributing
22+
23+
Requests for new features, bug fixed and all other ideas to make this framework useful are welcome.
24+
If you feel comfortable writing code, you could try to fix [opened issues where help is wanted](https://github.com/web-token/jwt-framework/labels/help+wanted) or [those that are easy to fix](https://github.com/web-token/jwt-framework/labels/easy-pick).
25+
26+
Do not forget to [follow these best practices](.github/CONTRIBUTING.md).
27+
28+
**If you think you have found a security issue, DO NOT open an issue**. [You MUST submit your issue here](https://gitter.im/Spomky/).
1229

1330
# Licence
1431

src/Component/Checker/README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,24 @@ You should go to [the main repository](https://github.com/web-token/jwt-framewor
88

99
# Documentation
1010

11-
The official documentation is available as https://web-token.spomky-labs.com/
11+
The official documentation is available as https://web-token.spomky-labs.com/
12+
13+
# Support
14+
15+
I bring solutions to your problems and answer your questions.
16+
17+
If you really love that project and the work I have done or if you want I prioritize your issues, then you can help me out for a couple of :beers: or more!
18+
19+
[![Become a Patreon](https://c5.patreon.com/external/logo/become_a_patron_button.png)](https://www.patreon.com/FlorentMorselli)
20+
21+
# Contributing
22+
23+
Requests for new features, bug fixed and all other ideas to make this framework useful are welcome.
24+
If you feel comfortable writing code, you could try to fix [opened issues where help is wanted](https://github.com/web-token/jwt-framework/labels/help+wanted) or [those that are easy to fix](https://github.com/web-token/jwt-framework/labels/easy-pick).
25+
26+
Do not forget to [follow these best practices](.github/CONTRIBUTING.md).
27+
28+
**If you think you have found a security issue, DO NOT open an issue**. [You MUST submit your issue here](https://gitter.im/Spomky/).
1229

1330
# Licence
1431

src/Component/Console/README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,24 @@ You should go to [the main repository](https://github.com/web-token/jwt-framewor
88

99
# Documentation
1010

11-
The official documentation is available as https://web-token.spomky-labs.com/
11+
The official documentation is available as https://web-token.spomky-labs.com/
12+
13+
# Support
14+
15+
I bring solutions to your problems and answer your questions.
16+
17+
If you really love that project and the work I have done or if you want I prioritize your issues, then you can help me out for a couple of :beers: or more!
18+
19+
[![Become a Patreon](https://c5.patreon.com/external/logo/become_a_patron_button.png)](https://www.patreon.com/FlorentMorselli)
20+
21+
# Contributing
22+
23+
Requests for new features, bug fixed and all other ideas to make this framework useful are welcome.
24+
If you feel comfortable writing code, you could try to fix [opened issues where help is wanted](https://github.com/web-token/jwt-framework/labels/help+wanted) or [those that are easy to fix](https://github.com/web-token/jwt-framework/labels/easy-pick).
25+
26+
Do not forget to [follow these best practices](.github/CONTRIBUTING.md).
27+
28+
**If you think you have found a security issue, DO NOT open an issue**. [You MUST submit your issue here](https://gitter.im/Spomky/).
1229

1330
# Licence
1431

src/Component/Core/README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,24 @@ You should go to [the main repository](https://github.com/web-token/jwt-framewor
88

99
# Documentation
1010

11-
The official documentation is available as https://web-token.spomky-labs.com/
11+
The official documentation is available as https://web-token.spomky-labs.com/
12+
13+
# Support
14+
15+
I bring solutions to your problems and answer your questions.
16+
17+
If you really love that project and the work I have done or if you want I prioritize your issues, then you can help me out for a couple of :beers: or more!
18+
19+
[![Become a Patreon](https://c5.patreon.com/external/logo/become_a_patron_button.png)](https://www.patreon.com/FlorentMorselli)
20+
21+
# Contributing
22+
23+
Requests for new features, bug fixed and all other ideas to make this framework useful are welcome.
24+
If you feel comfortable writing code, you could try to fix [opened issues where help is wanted](https://github.com/web-token/jwt-framework/labels/help+wanted) or [those that are easy to fix](https://github.com/web-token/jwt-framework/labels/easy-pick).
25+
26+
Do not forget to [follow these best practices](.github/CONTRIBUTING.md).
27+
28+
**If you think you have found a security issue, DO NOT open an issue**. [You MUST submit your issue here](https://gitter.im/Spomky/).
1229

1330
# Licence
1431

src/Component/Encryption/README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,24 @@ You should go to [the main repository](https://github.com/web-token/jwt-framewor
88

99
# Documentation
1010

11-
The official documentation is available as https://web-token.spomky-labs.com/
11+
The official documentation is available as https://web-token.spomky-labs.com/
12+
13+
# Support
14+
15+
I bring solutions to your problems and answer your questions.
16+
17+
If you really love that project and the work I have done or if you want I prioritize your issues, then you can help me out for a couple of :beers: or more!
18+
19+
[![Become a Patreon](https://c5.patreon.com/external/logo/become_a_patron_button.png)](https://www.patreon.com/FlorentMorselli)
20+
21+
# Contributing
22+
23+
Requests for new features, bug fixed and all other ideas to make this framework useful are welcome.
24+
If you feel comfortable writing code, you could try to fix [opened issues where help is wanted](https://github.com/web-token/jwt-framework/labels/help+wanted) or [those that are easy to fix](https://github.com/web-token/jwt-framework/labels/easy-pick).
25+
26+
Do not forget to [follow these best practices](.github/CONTRIBUTING.md).
27+
28+
**If you think you have found a security issue, DO NOT open an issue**. [You MUST submit your issue here](https://gitter.im/Spomky/).
1229

1330
# Licence
1431

src/Component/KeyManagement/README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,24 @@ You should go to [the main repository](https://github.com/web-token/jwt-framewor
88

99
# Documentation
1010

11-
The official documentation is available as https://web-token.spomky-labs.com/
11+
The official documentation is available as https://web-token.spomky-labs.com/
12+
13+
# Support
14+
15+
I bring solutions to your problems and answer your questions.
16+
17+
If you really love that project and the work I have done or if you want I prioritize your issues, then you can help me out for a couple of :beers: or more!
18+
19+
[![Become a Patreon](https://c5.patreon.com/external/logo/become_a_patron_button.png)](https://www.patreon.com/FlorentMorselli)
20+
21+
# Contributing
22+
23+
Requests for new features, bug fixed and all other ideas to make this framework useful are welcome.
24+
If you feel comfortable writing code, you could try to fix [opened issues where help is wanted](https://github.com/web-token/jwt-framework/labels/help+wanted) or [those that are easy to fix](https://github.com/web-token/jwt-framework/labels/easy-pick).
25+
26+
Do not forget to [follow these best practices](.github/CONTRIBUTING.md).
27+
28+
**If you think you have found a security issue, DO NOT open an issue**. [You MUST submit your issue here](https://gitter.im/Spomky/).
1229

1330
# Licence
1431

src/Component/Signature/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,23 @@ You should go to [the main repository](https://github.com/web-token/jwt-framewor
1010

1111
The official documentation is available as https://web-token.spomky-labs.com/
1212

13+
# Support
14+
15+
I bring solutions to your problems and answer your questions.
16+
17+
If you really love that project and the work I have done or if you want I prioritize your issues, then you can help me out for a couple of :beers: or more!
18+
19+
[![Become a Patreon](https://c5.patreon.com/external/logo/become_a_patron_button.png)](https://www.patreon.com/FlorentMorselli)
20+
21+
# Contributing
22+
23+
Requests for new features, bug fixed and all other ideas to make this framework useful are welcome.
24+
If you feel comfortable writing code, you could try to fix [opened issues where help is wanted](https://github.com/web-token/jwt-framework/labels/help+wanted) or [those that are easy to fix](https://github.com/web-token/jwt-framework/labels/easy-pick).
25+
26+
Do not forget to [follow these best practices](.github/CONTRIBUTING.md).
27+
28+
**If you think you have found a security issue, DO NOT open an issue**. [You MUST submit your issue here](https://gitter.im/Spomky/).
29+
1330
# Licence
1431

1532
This software is release under [MIT licence](LICENSE).

src/Ecc/README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,24 @@ You should go to [the main repository](https://github.com/web-token/jwt-framewor
88

99
# Documentation
1010

11-
The official documentation is available as https://web-token.spomky-labs.com/
11+
The official documentation is available as https://web-token.spomky-labs.com/
12+
13+
# Support
14+
15+
I bring solutions to your problems and answer your questions.
16+
17+
If you really love that project and the work I have done or if you want I prioritize your issues, then you can help me out for a couple of :beers: or more!
18+
19+
[![Become a Patreon](https://c5.patreon.com/external/logo/become_a_patron_button.png)](https://www.patreon.com/FlorentMorselli)
20+
21+
# Contributing
22+
23+
Requests for new features, bug fixed and all other ideas to make this framework useful are welcome.
24+
If you feel comfortable writing code, you could try to fix [opened issues where help is wanted](https://github.com/web-token/jwt-framework/labels/help+wanted) or [those that are easy to fix](https://github.com/web-token/jwt-framework/labels/easy-pick).
25+
26+
Do not forget to [follow these best practices](.github/CONTRIBUTING.md).
27+
28+
**If you think you have found a security issue, DO NOT open an issue**. [You MUST submit your issue here](https://gitter.im/Spomky/).
1229

1330
# Licence
1431

src/EncryptionAlgorithm/ContentEncryption/AESCBC/README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,24 @@ You should go to [the main repository](https://github.com/web-token/jwt-framewor
88

99
# Documentation
1010

11-
The official documentation is available as https://web-token.spomky-labs.com/
11+
The official documentation is available as https://web-token.spomky-labs.com/
12+
13+
# Support
14+
15+
I bring solutions to your problems and answer your questions.
16+
17+
If you really love that project and the work I have done or if you want I prioritize your issues, then you can help me out for a couple of :beers: or more!
18+
19+
[![Become a Patreon](https://c5.patreon.com/external/logo/become_a_patron_button.png)](https://www.patreon.com/FlorentMorselli)
20+
21+
# Contributing
22+
23+
Requests for new features, bug fixed and all other ideas to make this framework useful are welcome.
24+
If you feel comfortable writing code, you could try to fix [opened issues where help is wanted](https://github.com/web-token/jwt-framework/labels/help+wanted) or [those that are easy to fix](https://github.com/web-token/jwt-framework/labels/easy-pick).
25+
26+
Do not forget to [follow these best practices](.github/CONTRIBUTING.md).
27+
28+
**If you think you have found a security issue, DO NOT open an issue**. [You MUST submit your issue here](https://gitter.im/Spomky/).
1229

1330
# Licence
1431

0 commit comments

Comments
 (0)