File tree Expand file tree Collapse file tree 1 file changed +12
-25
lines changed Expand file tree Collapse file tree 1 file changed +12
-25
lines changed Original file line number Diff line number Diff line change 1- Description
2- -----------
1+ ## Description
32
43* ZendService_Gandi* provides a simple PHP library for the [ Gandi API] ( http://doc.rpc.gandi.net ) .
54
6-
7- Dependencies
8- ------------
5+ ## Dependencies
96
107* PHP 5.3+
118* [ Zend\Xmlrpc] ( https://github.com/zendframework/Component_ZendXmlRpc )
129* [ Zend\Xml] ( https://github.com/zendframework/ZendXml )
1310* [ Gandi] ( https://www.gandi.net ) account
1411
15-
16- Installation
17- ------------
12+ ## Installation
1813
1914The recommended way is through [ Composer] ( https://getcomposer.org ) .
20-
21- {
22- "require": {
23- "narno/zendservice-gandi": "dev-master"
24- }
15+ ```
16+ {
17+ "require": {
18+ "narno/zendservice-gandi": "dev-master"
2519 }
20+ }
21+ ```
2622
27-
28- Usage
29- -----
23+ ## Usage
3024
3125``` php
3226<?php
33- // Composer autoloading
34- if (file_exists(__DIR__ . '/vendor/autoload.php')) {
35- $loader = include __DIR__ . '/vendor/autoload.php';
36- }
37-
3827use ZendService\Gandi\Gandi;
3928
4029try {
5039}
5140```
5241
53-
54- License
55- -----------
42+ ## License
5643
5744* ZendService_Gandi* is released under the terms of the [ MIT license] ( http://opensource.org/licenses/MIT ) .
5845
59- Copyright (c) 2011-2014 Arnaud Ligny
46+ Copyright (c) 2011-2016 Arnaud Ligny
You can’t perform that action at this time.
0 commit comments