Skip to content

Commit 24ad40c

Browse files
Update README.md
1 parent 3b67646 commit 24ad40c

1 file changed

Lines changed: 1 addition & 25 deletions

File tree

README.md

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -79,31 +79,7 @@ component. If you want to use it with an evaluation version please use following
7979
}
8080
```
8181

82-
### Without Composer
83-
84-
It's recommend to use composer otherwise you have to resolve the depency tree manually. You will require:
85-
86-
- [SetaPDF-Signer component](https://www.setasign.com/signer)
87-
- [PSR-7 interfaces](https://github.com/php-fig/http-message)
88-
- [PSR-17 interfaces](https://github.com/php-fig/http-factory)
89-
- [PSR-18 interfaces](https://github.com/php-fig/http-client)
90-
- PSR-7 implementation like [Guzzle PSR-7](https://github.com/guzzle/psr7)
91-
- PSR-17 implementation like [HTTP Factory for Guzzle](https://github.com/http-interop/http-factory-guzzle)
92-
- PSR-18 implementation like [Guzzle](https://github.com/guzzle/guzzle) (version 6 requires an [additional wrapper](https://github.com/mjelamanov/psr18-guzzle))
93-
94-
Make sure, that the [SetaPDF-Signer component](https://www.setasign.com/signer)
95-
is [installed](https://manuals.setasign.com/setapdf-core-manual/installation/#index-2) and
96-
its [autoloader is registered](https://manuals.setasign.com/setapdf-core-manual/getting-started/#index-1) correctly.
97-
98-
Then simply require the `src/autoload.php` file or register this package in your own PSR-4 compatible autoload implementation:
99-
100-
```php
101-
$loader = new \Example\Psr4AutoloaderClass;
102-
$loader->register();
103-
$loader->addNamespace('setasign\SetaPDF\Signer\Module\SwisscomAIS', 'path/to/src/');
104-
```
105-
10682

10783
## License
10884

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

0 commit comments

Comments
 (0)