-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.en.txt
77 lines (51 loc) · 1.99 KB
/
README.en.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
Certum Partner API Library
Programming library for Certum web services
===========================================
Version 1.24.0 (December 17, 2017)
Introduction
------------
The library can be used to communicate with a web service that provides
procedures for handling e-mail and SSL certificates.
The purpose of the library is to facilitate and simplify the use of the service.
License
-------
The library is a proprietary software. Full text of the license is
in the file "LICENSE.txt".
Requirements
------------
The library requires:
- PHP 5.1.0 (or later)
- Compiled in libxml extension for PHP
- Enabled support for SOAP in PHP
Installation
------------
The library must be installed (copied) to a directory accessible to
PHP by the statement include(). Thus, the library catalog
'certumPartnerAPI' must be included in one of the directories defined by
the 'include_path' option in your PHP configuration.
Configuration
-------------
The library does not require any additional configuration.
Various configuration setting, for example:
- soap.wsdl_cache_enabled
- soap.wsdl_cache_ttl
are up to the end user and can be adjusted according to the needs.
Documentation
-------------
The directory 'doc' is a class library documentation in HTML format.
The library is documented in the PHPDoc Standard and the documentation
was generated by ApiGen software. Documentation can be read
also directly in the library source code.
How to use
----------
The library is designed to be easy to use and at the same time to allow
the use of all capabilities of the service.
The directory 'examples' contains example files that cover all
service operations.
We recommend to start their analysis of the file 'start.php'.
Other files can be read in any order, and each of them presents
how to use one of the available operations.
Bugs
----
Problems with the use of the library and noticed bugs please report on
[email protected] email address.