https://github.com/sop/x501
A PHP library for X.501 ASN.1 modules, X.520 attributes and DN parsing.
https://github.com/sop/x501
attributes distinguished-name dn ldap rdn x501 x520
Last synced: 6 months ago
JSON representation
A PHP library for X.501 ASN.1 modules, X.520 attributes and DN parsing.
- Host: GitHub
- URL: https://github.com/sop/x501
- Owner: sop
- License: mit
- Created: 2016-04-25T13:10:07.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-06-28T10:35:06.000Z (about 7 years ago)
- Last Synced: 2025-11-27T16:31:39.063Z (8 months ago)
- Topics: attributes, distinguished-name, dn, ldap, rdn, x501, x520
- Language: PHP
- Homepage:
- Size: 155 KB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# X.501
[](https://travis-ci.org/sop/x501)
[](https://scrutinizer-ci.com/g/sop/x501/?branch=master)
[](https://coveralls.io/github/sop/x501?branch=master)
[](https://github.com/sop/x501/blob/master/LICENSE)
A PHP library for X.501 ASN.1 types, X.520 attributes and DN parsing.
## Requirements
- PHP >=7.2
- intl
- mbstring
- [sop/asn1](https://github.com/sop/asn1)
## Installation
This library is available on
[Packagist](https://packagist.org/packages/sop/x501).
composer require sop/x501
## License
This project is licensed under the MIT License.