Skip to content
This repository has been archived by the owner on Dec 30, 2020. It is now read-only.

V2.0.x #83

Merged
merged 54 commits into from
Jan 31, 2016
Merged
Changes from 1 commit
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
7a58b62
WIP
Jan 26, 2016
be79950
Bugs fixed
Jan 26, 2016
de999d3
Verifier updated
Jan 26, 2016
0e1d669
Applied fixes from StyleCI
Jan 26, 2016
45cd5b4
Merge pull request #76 from Spomky-Labs/analysis-ze70m4
Spomky Jan 26, 2016
7f25869
Some tests updated
Jan 26, 2016
78a4ce1
Examples updated
Jan 27, 2016
2559486
Merge remote-tracking branch 'origin/v2.0.x' into v2.0.x
Jan 27, 2016
c248378
Some tests fixed
Jan 27, 2016
59a3d44
Some tests fixed
Jan 27, 2016
b06cabe
All tests fixed
Jan 28, 2016
11273c6
Delete HasPayloadConverter.php
Spomky Jan 28, 2016
f488cd4
Update .scrutinizer.yml
Spomky Jan 28, 2016
c41274c
Applied fixes from StyleCI
Jan 28, 2016
29f8a50
Merge pull request #77 from Spomky-Labs/analysis-8jLDnr
Spomky Jan 28, 2016
f68836f
Update Loader.php
Spomky Jan 28, 2016
ce8a641
Delete z
Spomky Jan 28, 2016
359f30b
Scrutinizer Auto-Fixes
scrutinizer-auto-fixer Jan 28, 2016
fd9dbee
Merge pull request #78 from Spomky-Labs/scrutinizer-patch-1
Spomky Jan 28, 2016
92da15e
Update README.md
Spomky Jan 28, 2016
da4f235
Update Loader.php
Spomky Jan 28, 2016
9318b46
Update Encrypter.php
Spomky Jan 28, 2016
44658cb
Update Signature.php
Spomky Jan 28, 2016
7a364a5
Update Signature.php
Spomky Jan 28, 2016
a302c6a
Update README.md
Spomky Jan 28, 2016
8492207
Applied fixes from StyleCI
Jan 28, 2016
15bc11d
Merge pull request #79 from Spomky-Labs/analysis-zGDgvO
Spomky Jan 28, 2016
beb4293
Update phpunit.xml.dist
Spomky Jan 28, 2016
c7c6d18
Update .scrutinizer.yml
Spomky Jan 28, 2016
6644e2f
Code optimization
Jan 28, 2016
1446f5d
Code optimization
Jan 28, 2016
5740fbc
Code optimization
Jan 28, 2016
b316258
Code optimization
Jan 28, 2016
24925ee
Code optimization
Jan 28, 2016
1498022
Code optimization
Jan 28, 2016
dc4bfae
Code optimization
Jan 28, 2016
f44d095
Update Use.md
Spomky Jan 29, 2016
2b2b8e5
Tests added
Jan 29, 2016
21aa402
StringUtil used
Jan 29, 2016
08a44b9
Update HMAC.php
Spomky Jan 29, 2016
c50b734
Applied fixes from StyleCI
Jan 29, 2016
94c9504
Merge pull request #80 from Spomky-Labs/analysis-z3wGL1
Spomky Jan 29, 2016
c407925
Tests added and bugs fixed
Jan 29, 2016
99e97aa
Examples fixed
Jan 29, 2016
b6acc27
Tests added and example updated
Jan 30, 2016
26bd76c
Tests added
Jan 31, 2016
3729e43
Tests added
Jan 31, 2016
03259ab
Tests added
Jan 31, 2016
ec9700b
Tests added
Jan 31, 2016
ae27d3b
Tests added
Jan 31, 2016
9fa7fea
Applied fixes from StyleCI
Jan 31, 2016
8e74ea6
Merge pull request #82 from Spomky-Labs/analysis-zYj29v
Spomky Jan 31, 2016
23a51c0
Bugs fixed
Jan 31, 2016
6e3adab
Bugs fixed
Jan 31, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update README.md
  • Loading branch information
Spomky committed Jan 28, 2016
commit 92da15e0e1477745e5cd6d981aa74c49b0cabcdf
24 changes: 8 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# PHP JOSE Library

[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/Spomky-Labs/JOSE/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/Spomky-Labs/JOSE/?branch=master)
[![Coverage Status](https://coveralls.io/repos/Spomky-Labs/jose/badge.svg?branch=master&service=github)](https://coveralls.io/github/Spomky-Labs/jose?branch=master)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/Spomky-Labs/jose/badges/quality-score.png?b=v2.0.x)](https://scrutinizer-ci.com/g/Spomky-Labs/jose/?branch=v2.0.x)
[![Coverage Status](https://coveralls.io/repos/github/Spomky-Labs/jose/badge.svg?branch=v2.0.x)](https://coveralls.io/github/Spomky-Labs/jose?branch=v2.0.x)

[![Build Status](https://travis-ci.org/Spomky-Labs/jose.svg?branch=master)](https://travis-ci.org/Spomky-Labs/jose)
[![StyleCI](https://styleci.io/repos/22874677/shield)](https://styleci.io/repos/22874677)
[![Build Status](https://travis-ci.org/Spomky-Labs/jose.svg?branch=v2.0.x)](https://travis-ci.org/Spomky-Labs/jose)

[![HHVM Status](http://hhvm.h4cc.de/badge/Spomky-Labs/jose.png)](http://hhvm.h4cc.de/package/Spomky-Labs/jose)
[![PHP 7 ready](http://php7ready.timesplinter.ch/Spomky-Labs/jose/badge.svg)](https://travis-ci.org/Spomky-Labs/jose)
Expand All @@ -30,18 +29,11 @@ This library supports JSON Web Key Thumbprint ([RFC 7638](https://tools.ietf.org

# Important note

> Note 1: this library is still in development. The first stable release will be tagged as v1.0.x. All tags v0.x.y must be considered as unstable.
> Note 1: this library is still in development. All tags v0.x.y must be considered as unstable.

> Note 2: if you use Symfony, [a bundle](https://github.com/Spomky-Labs/JoseBundle) is in development.
> Note 2: version 1.0.x is quite stable (beta) but really hard to use. A version 2.0.x is in developpement and will be easier to use with the same functionnalities

This library provides all objects and components to perform signature, verification, encryption and decryption according to the RFCs listed above.
You will have to create a `Signer`, `Verifier`, `Encrypter` `Decrypter` or `Loader` object to execute all these operation.

You will be afraid of all of this and you will think that this library is very complicated to use. AND YOU ARE RIGHT!

Fortunately, we created factories to ease your life and we highly recommend to use them.

Finally, this library and all these projects are still in active development. Do not hesitate to send us your feedback!
> Note 3: if you use Symfony, [a bundle](https://github.com/Spomky-Labs/JoseBundle) is in development.

# Status of implementations

Expand All @@ -63,13 +55,13 @@ Please consider the following optional requirements:

It has been successfully tested using `PHP 5.5.9`, `PHP 5.6` and `PHP 7` and `HHVM`.

Please note that `AxxxGCM` and `AxxxGCMKW` tests are not performed as [PHP Crypto](https://github.com/bukka/php-crypto) is not available on `HHVM` platform.
Please note that tests using algorithms `AxxxGCM` and `AxxxGCMKW` are not performed as [PHP Crypto](https://github.com/bukka/php-crypto) is not available on `HHVM` platform.

We also track bugs and code quality using [Scrutinizer-CI](https://scrutinizer-ci.com/g/Spomky-Labs/JOSE) and [Sensio Insight](https://insight.sensiolabs.com/projects/9123fbfc-7ae1-4d63-9fda-170b8ad794ee).

Coding Standards are verified by [StyleCI](https://styleci.io/repos/22874677).

Code coverage is analyzed by [Coveralls.io](https://coveralls.io/github/Spomky-Labs/jose).
Code coverage is analyzed by [Coveralls.io](https://coveralls.io/github/Spomky-Labs/jose).

# Installation

Expand Down