https://github.com/rechtlogisch/tse-id-php
Retrieves a list of TSE from BSI
https://github.com/rechtlogisch/tse-id-php
germany php retrieve tse tse-id
Last synced: 5 months ago
JSON representation
Retrieves a list of TSE from BSI
- Host: GitHub
- URL: https://github.com/rechtlogisch/tse-id-php
- Owner: rechtlogisch
- License: mit
- Created: 2024-11-28T20:01:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-11-24T19:35:29.000Z (7 months ago)
- Last Synced: 2026-01-18T14:50:38.040Z (5 months ago)
- Topics: germany, php, retrieve, tse, tse-id
- Language: PHP
- Homepage:
- Size: 289 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README

[](https://packagist.org/packages/rechtlogisch/tse-id-php)
[](https://github.com/rechtlogisch/tse-id-php/actions/workflows/run-tests.yml)
[](https://packagist.org/packages/rechtlogisch/tse-id-php)
# tse-id-php
> Retrieves a list of TSE from BSI
## Installation
You can install the package via composer:
```bash
composer require rechtlogisch/tse-id-php
```
## Usage
```php
$retrieve = new Rechtlogisch\TseId\Retrieve;
echo $retrieve->json();
```
## Testing
```bash
composer test
```
## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](https://github.com/rechtlogisch/.github/blob/main/CONTRIBUTING.md) for details.
## Security Vulnerabilities
If you discover any security-related issues, please email open-source@rechtlogisch.de instead of using the issue tracker.
## Credits
- [Krzysztof Tomasz Zembrowski](https://github.com/zembrowski)
- [All Contributors](../../contributors)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.