janl / exceptional-php

PHP Client for geteceptional.com

This URL has Read+Write access

exceptional-php / package.xml
100644 87 lines (86 sloc) 2.714 kb
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
78
79
80
81
82
83
84
85
86
87
<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.7.0RC2" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd">
 <name>Services_Exceptional</name>
 <channel>pear.php.net</channel>
 <summary>Service class for getexceptional.com.</summary>
 <description>A PHP service class for the getexceptional.com web service.</description>
 <lead>
  <name>Till Klampaeckel</name>
  <user>till</user>
  <email>till@php.net</email>
  <active>yes</active>
 </lead>
 <developer>
  <name>Jan Lehnardt</name>
  <user>jan</user>
  <email>jan@php.net</email>
  <active>yes</active>
 </developer>
 <date>2008-10-25</date>
 <time>23:50:00</time>
 <version>
  <release>0.0.1</release>
  <api>0.0.1</api>
 </version>
 <stability>
  <release>alpha</release>
  <api>alpha</api>
 </stability>
 <license uri="http://www.opensource.org/licenses/bsd-license.php">The BSD License</license>
 <notes>
* initial release of the forked php-exceptional library
* released using The (new) BSD License
* library is managable using the PEAR installer
* class layout adheres to the PEAR CS (classes split in multiple files, directories)
* works from CLI :-)
 </notes>
 <contents>
  <dir name="/">
   <dir name="Services">
    <file name="Exceptional.php" role="php">
     <tasks:replace from="@package_version@" to="version" type="package-info" />
    </file>
    <dir name="Exceptional">
     <file name="Data.php" role="php">
      <tasks:replace from="@package_version@" to="version" type="package-info" />
     </file>
    </dir>
   </dir>
   <dir name="tests">
    <file role="test" baseinstalldir="Exceptional" name="ex_test.php" />
   </dir>
  </dir>
 </contents>
 <dependencies>
  <required>
   <php>
    <min>5.1.0</min>
   </php>
   <pearinstaller>
    <min>1.4.0b1</min>
   </pearinstaller>
  </required>
 </dependencies>
 <phprelease />
 <changelog>
  <release>
   <version>
    <release>0.0.1</release>
    <api>0.0.1</api>
   </version>
   <stability>
    <release>alpha</release>
    <api>alpha</api>
   </stability>
   <date>2008-10-25</date>
   <license uri="http://www.opensource.org/licenses/bsd-license.php">The BSD License</license>
   <notes>
* initial release of the forked php-exceptional library
* released using The (new) BSD License
* library is managable using the PEAR installer
* class layout adheres to the PEAR CS (classes split in multiple files, directories)
* works from CLI :-)
   </notes>
  </release>
 </changelog>
</package>