Subversion Repositories oidinfo_api

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
24 daniel-mar 1
 
2
# oid-info.com API for PHP
3
 
4
## Introduction
5
 
6
[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`) .
7
 
8
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.
9
 
10
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)
11
 
12
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/).
13
 
14
## Documentation
15
 
16
See the full docuimentation in the **index.html** file
17