Subversion Repositories oidinfo_api

Rev

Rev 30 | Rev 32 | Go to most recent revision | Last modification | Compare with Previous | View Log | RSS feed

Last modification

Path Last modification Log RSS
[NODE] [DIRECTORY] csv_lookup_server_example/ 14  2020-11-15 18:51:04 daniel-marschall Log RSS
[NODE] [FILE] 2016-09-02_old_oidinfo_api_with_csv_reader.zip 2  2019-05-02 12:00:48 daniel-marschall Log RSS
[NODE] [FILE] composer.json 20  2021-06-11 00:21:57 daniel-marschall Log RSS
[NODE] [DB-FILE] index.html 24  2021-11-24 00:13:51 daniel-marschall Log RSS
[NODE] [FILE] LICENSE 2  2019-05-02 12:00:48 daniel-marschall Log RSS
[NODE] [FILE] oidinfo_api.inc.phps 31  2022-12-09 23:08:34 daniel-marschall Log RSS
[NODE] [FILE] oidinfo_example.phps 8  2019-11-02 10:26:43 daniel-marschall Log RSS
[NODE] [FILE] oidinfo_test.phps 27  2022-01-08 00:06:19 daniel-marschall Log RSS
[NODE] [FILE] oid_illegality_rules 30  2022-11-28 23:56:50 daniel-marschall Log RSS
[NODE] [FILE] oid_utils.inc.phps 27  2022-01-08 00:06:19 daniel-marschall Log RSS
[NODE] [FILE] phpstan.neon.dist 28  2022-01-10 01:05:14 daniel-marschall Log RSS
[NODE] [FILE] README.md 24  2021-11-24 00:13:51 daniel-marschall Log RSS
[NODE] [FILE] uuid_utils.inc.phps 27  2022-01-08 00:06:19 daniel-marschall Log RSS
[NODE] [FILE] xml_utils.inc.phps 25  2021-11-24 23:06:03 daniel-marschall Log RSS

oid-info.com API for PHP

Introduction

oid-info.com is a public repository for Object Identifiers (OIDs). This API is available in PHP and can be used in web-interfaces (Apache module, cgi-bin, etc.) but can also be used in command line tools written in PHP (on Linux with shebang #!/usr/bin/php) .

The majority of the functions provided by this API helps developers in creating XML files which can be uploaded to the OID repository to add multiple OIDs, but the API also contains other helpful utilities related to OIDs, UUIDs and the OID repository in general. The XML generation can be useful for Registration Authorities (RAs) that want to deliver their assignments to oid-info.com , but also for people who want to support the OID repository by adding OIDs from public sources. The XML files generated by these API functions are conform with the XML schema of oid-info.com and can be uploaded here - you will also find more information about the XML submission at these pages.

An example of a XML generation code can be found here: oidinfo_example.phps

The API is licensed under the terms of the Apache 2.0 License and was written by Daniel Marschall.

Documentation

See the full docuimentation in the index.html file