Skip to content

Commit de35ef9

Browse files
author
Thierry Thiers
committed
composer keywords and readme update
1 parent 06954e0 commit de35ef9

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# EZXMLDSIG: An easy-to-use set of PHP classes for common use cases of XML Digital Signatures
22

3-
Built on the library **xmlseclibs** developed by Rob Richards (https://github.com/robrichards/xmlseclibs), the library **ezxmldsig** is designed to make it easy to use XML digital signatures for various purposes such as Single Sign On login, token based authentication, electronic document signature, data integrity guarantee, and so on.
3+
Built on the library **xmlseclibs** developed by Rob Richards (https://github.com/robrichards/xmlseclibs), the library **ezxmldsig** is designed to make it easy to use XML digital signatures for various purposes such as Single Sign On login, token based authentication, document electronic signature, data integrity guarantee, and so on.
44

55
The author of the **ezxmldsig** library is Thierry Thiers.
66

@@ -14,10 +14,17 @@ The library **ezxmldsig** requires PHP version 5.6 or greater and the version 2.
1414

1515
The library **ezxmldsig** is available on [www.pakagist.org](https://packagist.org/packages/webcoder31/ezxmldsig) and you can nstall it for your project with [`composer.phar`](http://getcomposer.org).
1616

17+
1718
```sh
1819
php composer.phar require "webcoder31/ezxmldsig"
1920
```
2021

22+
**NOTE:** As long as the library **ezxmldsig** is still a BETA version you should indicate the desired version tag to avoid **composer** issues due to stability requirements on package installation:
23+
24+
```sh
25+
php composer.phar require "webcoder31/ezxmldsig:<beta-version-tag>" (i.e. v0.1.0-beta)
26+
```
27+
2128
You can also clone it (or download it as a ZIP archive) from its [GitHub repositary](https://github.com/webcoder31/ezxmldsig.git) and load it the way you want in your project. In this case, you will have to do the same from the [**xmlseclib** GitHub repositary](https://github.com/robrichards/xmlseclibs) of Rob Richards.
2229

2330

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"description": "An easy-to-use set of PHP classes for common use cases of XML Digital Signatures",
55
"license": "CeCILL-C",
66
"keywords": [
7-
"xml",
7+
"xml digital signature",
8+
"single sign on",
9+
"sso",
10+
"token based authentication",
11+
"document electronic signature",
812
"xmldsig",
9-
"signature",
10-
"security",
11-
"authentication",
12-
"token",
13-
"SSO"
13+
"xmlseclibs"
1414
],
1515
"homepage": "https://github.com/webcoder31/ezxmldsig",
1616
"authors": [

0 commit comments

Comments
 (0)