-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
235 lines (221 loc) · 8.17 KB
/
index.html
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>phramework - PHP framework for RESTful Services</title>
<meta name="description" content="PHP framework for RESTful Services">
<meta name="author" content=" Spafaridis Xenophon (NohponeX)">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="apple-touch-icon" sizes="57x57" href="assets/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="assets/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="assets/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="assets/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="assets/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="assets/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="assets/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="assets/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="assets/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="assets/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="assets/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicon-16x16.png">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="manifest" href="/manifest.json">
<style type="text/css">
body {
padding-left: 10px;
padding-right: 10px;
background-color: #2F3238;
line-height: 1.7em;
color: #7f8c8d;
font-size: 15px;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
display: flex;
min-height: 95vh;
flex-direction: column;
}
h1 {
color: #FFF;
font-size: 4em;
text-shadow: 2px 2px 2px rgba(230, 230, 230, 0.5);
text-align: center;
}
h2 {
font-size: 2em;
color: #FFF;
}
.center {
flex: 1 0 auto;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-direction: column;
width: 100%;
}
.row {}
.flex-right {
flex-flow: column;
padding-right: 200px;
}
.flex-center {
text-align: center;
}
.flex-item {
}
#packages li {
list-style-type: none;
}
#packages li > a {
font-size: 1.4em;
margin-bottom: 4px;
}
#packages li > p {
font-style: italic;
margin-top: 4px;
margin-bottom: 4px;
padding-left: 24px;
}
#packages li > small > a {
color: #FFFFFF;
}
#packages li > small > a:hover {
color: #D02146;
}
#packages li > div {
padding: 4px;
padding-left: 24px;
}
a {
text-decoration: none;
color: #D02146;
}
footer {
flex: none;
text-align: right;
}
</style>
</head>
<body>
<div class="center">
<div class="row">
<h1>
phramework
</h1>
<div class="flex-item flex-center">
<img src="https://avatars0.githubusercontent.com/u/12017138?v=3&s=128" title="Logo"/>
</div>
<div class="flex-item flex-center">
<p>
PHP framework for
<a href="https://en.wikipedia.org/wiki/Representational_state_transfer" target="_blank" title="Read more about RESTful services">
<abbr title="Representational State Transfer">REST</abbr>ful Services
</a>.
</p>
</div>
<div class="flex-item flex-right">
<h2>Our packages:</h2>
<div id="packages">
<ul>
<li>
<a target="_blank" href="https://github.com/phramework/phramework">phramework/phramework</a>
<small>
<a title="Documentation" href="https://phramework.github.io/phramework/" target="_blank">
<i class="fa fa-book"></i>
</a>
</small>
<p>A PHP framework for RESTful services and APIs</p>
<div>
<a target="_blank" href="https://packagist.org/packages/phramework/phramework" title="Packagist">
<img src="https://img.shields.io/packagist/v/phramework/phramework.svg?style=flat">
</a>
<img src="https://img.shields.io/packagist/dt/phramework/phramework.svg?style=flat">
</div>
</li>
<li>
<a target="_blank" href="https://github.com/phramework/validate">validate/validate</a>
<small>
<a title="Documentation" href="https://phramework.github.io/validate/" target="_blank">
<i class="fa fa-book"></i>
</a>
</small>
<p>Data validation library</p>
<div>
<a target="_blank" href="https://packagist.org/packages/phramework/validate" title="Packagist">
<img src="https://img.shields.io/packagist/v/phramework/validate.svg?style=flat">
</a>
<img src="https://img.shields.io/packagist/dt/phramework/validate.svg?style=flat">
</div>
</li>
<li>
<a target="_blank" href="https://github.com/phramework/jsonapi">phramework/jsonapi</a>
<small>
<a title="Documentation" href="https://phramework.github.io/jsonapi/" target="_blank">
<i class="fa fa-book"></i>
</a>
</small>
<p>jsonapi implementation for phramework</p>
<div>
<a target="_blank" href="https://packagist.org/packages/phramework/jsonapi" title="Packagist">
<img src="https://img.shields.io/packagist/v/phramework/jsonapi.svg?style=flat">
</a>
<img src="https://img.shields.io/packagist/dt/phramework/jsonapi.svg?style=flat">
</div>
</li>
<li>
<a target="_blank" href="https://github.com/phramework/testphase">phramework/testphase</a>
<small>
<a title="Documentation" href="https://phramework.github.io/testphase/" target="_blank">
<i class="fa fa-book"></i>
</a>
</small>
<p>API response testing tool</p>
<div>
<a target="_blank" href="https://packagist.org/packages/phramework/testphase" title="Packagist">
<img src="https://img.shields.io/packagist/v/phramework/testphase.svg?style=flat">
</a>
<img src="https://img.shields.io/packagist/dt/phramework/testphase.svg?style=flat">
</div>
</li>
<li>
<a target="_blank" href="https://github.com/phramework/hephaestus">phramework/hephaestus</a>
<p>Terminal toolbox for Phramework</p>
</li>
</ul>
<p>
See all packages at
<a href="https://github.com/phramework" target="_blank">
https://github.com/phramework
</a>
</p>
</div>
</div>
<div class="flex-item flex-center">
<div>
<h3>Follow us on Twitter!</h3>
<a href="https://twitter.com/phramework" title="Follow @phramework on Twitter">
<img src="https://img.shields.io/twitter/follow/phramework.svg?style=social">
</a>
</div>
</div>
</div>
</div>
<footer>
<h4>Maintained by</h4>
<div itemscope itemtype="http://schema.org/Person">
<a href="https://nohponex.gr/" itemprop="url" target="_blank">
<span itemprop="name">Spafaridis Xenofon</span>
(<span itemprop="nickname">nohponex</span>)
</a>
</div>
<div itemscope itemtype="http://schema.org/Person">
<a href="https://github.com/alkallio" itemprop="url" target="_blank">
<span itemprop="name">Kalliontzis Alexandros</span>
(<span itemprop="nickname">alkallio</span>)
</a>
</div>
</footer>
</body>
</html>