Subversion Repositories oidinfo_api

Rev

Blame | Last modification | View Log | RSS feed


# oid-info.com API for PHP

## Introduction

[oid-info.com](http://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](http://www.oid-info.com/oid.xsd)  and can be uploaded  [here](http://www.oid-info.com/submit.htm)  - 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](https://misc.daniel-marschall.de/oid-repository/api/oidinfo_example.phps)

The API is licensed under the terms of the  [Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0)  and was written by  [Daniel Marschall](http://www.daniel-marschall.de/).

## Documentation

See the full docuimentation in the **index.html** file