Subversion Repositories oidinfo_api

Rev

Rev 2 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 24
Line 17... Line 17...
17
 
17
 
18
<body>
18
<body>
19
 
19
 
20
<h1>oid-info.com API for PHP</h1>
20
<h1>oid-info.com API for PHP</h1>
21
 
21
 
22
<p><i>12 March 2019</i></p>
22
<p><i>24 November 2021</i></p>
23
 
23
 
24
<h2>Introduction</h2>
24
<h2>Introduction</h2>
25
 
25
 
26
<p><a href="http://oid-info.com/">oid-info.com</a> 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 <code>#!/usr/bin/php</code>) .</p>
26
<p><a href="http://oid-info.com/">oid-info.com</a> 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 <code>#!/usr/bin/php</code>) .</p>
27
 
27