Skip to content

Commit 66fbf15

Browse files
2 parents 4f5290f + 06ec7c6 commit 66fbf15

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,20 @@ for the requests. So you'll need an implementation of these. We recommend using
2020
}
2121
```
2222

23+
Additionally to request an access token you'll need an oauth2 implementation such
24+
as [league/oauth2-client](https://github.com/thephpleague/oauth2-client).
25+
26+
Sample code for this can be found in "[examples/generate-token.php](examples/generate-token.php)".
27+
28+
Please note: because of oauth2 your domain MUST be available through HTTPS.
29+
2330
## Installation
2431
Add following to your composer.json:
2532

2633
```json
2734
{
2835
"require": {
29-
"setasign/seta-pdf-signer-addon-cumulo": "^1.0"
36+
"setasign/setapdf-signer-addon-cumulo": "^1.0"
3037
},
3138
"repositories": [
3239
{
@@ -41,14 +48,14 @@ and execute `composer update`. You need to define the `repository` to evaluate t
4148
[SetaPDF-Signer](https://www.setasign.com/signer) component
4249
(see [here](https://getcomposer.org/doc/faqs/why-can%27t-composer-load-repositories-recursively.md) for more details).
4350

44-
### Evaluation version
51+
### Trial version
4552
By default, this packages depends on a licensed version of the [SetaPDF-Signer](https://www.setasign.com/signer)
46-
component. If you want to use it with an evaluation version please use following in your composer.json:
53+
component. If you want to use it with a trial version please use following in your composer.json:
4754

4855
```json
4956
{
5057
"require": {
51-
"setasign/seta-pdf-signer-addon-cumulo": "dev-evaluation"
58+
"setasign/setapdf-signer-addon-cumulo": "dev-trial"
5259
},
5360
"repositories": [
5461
{
@@ -61,4 +68,4 @@ component. If you want to use it with an evaluation version please use following
6168

6269
## License
6370

64-
This package is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
71+
This package is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

0 commit comments

Comments
 (0)