-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·298 lines (273 loc) · 12.7 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
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
<!DOCTYPE html><!--[if lt IE 7]>
<html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--><!--[if IE 7]>
<html class="no-js lt-ie9 lt-ie8"> <![endif]--><!--[if IE 8]>
<html class="no-js lt-ie9"> <![endif]--><!--[if gt IE 8]><!-->
<html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<title>PHP-Kit</title>
<meta name="description" content="PHP-Kit is a set of standalone Composer packages that work well together and can be used independently on any PHP project.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" media="all"/>
<link href="css/theme-phpkit.css" rel="stylesheet" type="text/css" media="all"/>
<link href="css/custom.css" rel="stylesheet" type="text/css" media="all"/>
<!--[if gte IE 9]>
<link rel="stylesheet" type="text/css" href="css/ie9.css"/> <![endif]-->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,400,300,600,700%7CRaleway:700' rel='stylesheet' type='text/css'>
<script src="js/modernizr-2.6.2-respond-1.1.0.min.js"></script>
<link href="http://fonts.googleapis.com/css?family=Lato:300,400,700,400italic" rel="stylesheet" type="text/css">
</head>
<body id="home" data-spy="scroll" data-target=".nav-container" data-offset="51">
<div class="loader">
<div class="spinner">
<div class="double-bounce1"></div>
<div class="double-bounce2"></div>
</div>
</div>
<!--<div class="nav-container">--><!--</div>-->
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="row">
<div class="col-sm-12 text-center nav-container">
<ul class="nav navbar-nav">
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#packages">Packages</a></li>
<li><a href="#history">History</a></li>
<li><a href="#contributing">Contributing</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="https://github.com/php-kit">GitHub</a></li>
</ul>
</div>
</div>
</div>
</nav>
<div class="main-container-disabled">
<header class="fullscreen-element-disabled no-pad-disabled centered-text alt0">
<div class="background-image-holder overlay-disabled" style="opacity:0.2">
<img class="background-image" alt="Background Image" src="img/code-wallpaper-2.jpg">
</div>
<div class="container align-vertical-disabled">
<div class="row">
<div class="col-md-12 text-center">
<img src="img/phpkitlogo.png" style="width:320px;padding:15px 30px 1px 30px">
<h2 class="text-white">The developer's toolkit </h2>
</div>
</div>
</div>
</header>
<section id="about" class="bk-1">
<div class="container">
<div class="row">
<div class="col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2">
<h1 class="text-center">What is PHP-Kit ?</h1>
<div class="intro">
<p>PHP-Kit is a set of standalone <a href="http://getcomposer.org" target="_blank">Composer</a> packages
that work well together and can be used independently on any PHP project.
<p>It aims to provide the developer with a set of general/multi purpose libraries and tools that can be
easily reused between projects.
<p>This is not a framework! That's why we call it a toolkit. You can pick just the tools you need to get
the job done. </p><br>
<h5>PHP-Kit's packages:</h5>
<ul class="bulleted">
<li>are framework agnostic;
<li>do not depend on packages external to PHP-Kit;
<li>conform to PSR-4 for autoloading;
<li>most are compatible with PHP versions >= 5.4 (a few require 5.6);
<li>adhere to <a href="http://semver.org" target="_blank">semantic versioning</a>;
<li>are well documented <i>(work in progress)</i>;
<li>are battle tested in real world projects <i>(sorry, no automated tests yet)</i>;
<li>are actively maintained;
<li>are licensed under a MIT or BSD license.
</ul>
</div>
</div>
</div>
</div>
</section>
<section id="packages">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h1>PHP-Kit's packages</h1>
</div>
</div>
<ul class="superlist">
<li>
<div class="name ztitle">Name</div>
<div class="descrition ztitle">Description</div>
<div class="projectlead ztitle">Scope</div>
</li>
<li>
<div class="name"><a href="https://github.com/php-kit/php-web-console">php-web-console</a></div>
<div class="descrition">In-browser debugging tools for PHP applications</div>
<div class="projectlead">
<span>development</span> <span>debugging</span>
</div>
</li>
<li>
<div class="name"><a href="https://github.com/php-kit/composer-bower-plugin">composer-bower-plugin</a>
</div>
<div class="descrition">Install front-end packages on your project using Composer and Bower</div>
<div class="projectlead">
<span>front-end</span> <span>assets</span> <span>tool</span> <span>plugin</span>
</div>
</li>
<li>
<div class="name"><a href="https://github.com/php-kit/composer-expose-packages-plugin">composer-expose-packages-plugin</a>
</div>
<div class="descrition">Makes package development easier by editing them on any project via the same central filesystem location</div>
<div class="projectlead">
<span>development</span> <span>tool</span> <span>plugin</span>
</div>
</li>
<li>
<div class="name"><a href="https://github.com/php-kit/tools" target="_blank">tools</a></div>
<div class="descrition">A toolkit of utility functions for general use</div>
<div class="projectlead">
<span>general</span>
</div>
</li>
<li>
<div class="name"><a href="https://github.com/php-kit/html5-tools" target="_blank">html5-tools</a></div>
<div class="descrition">Parse, reformat and syntax highlight HTML5 markup</div>
<div class="projectlead">
<span>general</span>
</div>
</li>
<li>
<div class="name"><a href="https://github.com/php-kit/power-primitives"
target="_blank">power-primitives</a></div>
<div class="descrition">PHP's arrays and strings as chainable, composable, object-oriented constructs
</div>
<div class="projectlead">
<span>general</span>
</div>
</li>
<li>
<div class="name"><a href="https://github.com/php-kit/flow">flow</a></div>
<div class="descrition">Unleash the power of PHP's iterators in a pratical, readable and composable way
</div>
<div class="projectlead">
<span>general</span>
</div>
</li>
<li>
<div class="name"><a href="https://github.com/php-kit/ext-pdo">ext-pdo</a></div>
<div class="descrition">Extends PHP's PDO API to make it easier and simpler, avoiding some pitfalls</div>
<div class="projectlead">
<span>database</span>
</div>
</li>
<li>
<div class="name"><a href="https://github.com/php-kit/php-server">php-server</a></div>
<div class="descrition">An enhanced interface for the PHP's built-in web server</div>
<div class="projectlead">
<span>development</span> <span>tool</span>
</div>
</li>
</ul>
<br><br>
</div>
</section>
<section id="history" class="centered-text alt alt0">
<div class="container align-vertical">
<div class="row">
<div class="col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2">
<h1 class="text-center">PHP-Kit's history</h1>
<div class="intro">
<p>Some of PHP-Kit's packages began life as part of the <a href="https://github.com/electro-framework" target="_blank">Electro</a>
framework and some other projects at <a href="http://impactwave.com">Impactwave</a>.<br>
All packages that were not framework-dependant were later moved into a separate project, in order to make
them reusable outside of a framework context.</p>
<p>That's how PHP-Kit was born.</p>
<p>Now, its goal is to provide a home to independent packages that are useful to every PHP developer, on any
project, irrespective of the chosen framework (if any).</p>
</div>
</div>
</div>
</div>
</section>
<section id="contributing" class="bk-1">
<div class="container">
<div class="row">
<div class="col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2 text-center">
<h1>Contributing</h1>
<div class="text-block">
<div class="spaced">
<p>We're not accepting new packages, at this time.
<p>You're still welcome to contribute in other ways, such as:
</div>
<ul class="bulleted">
<li>writing documentation;
<li>submitting bug reports;
<li>submitting pull requests for bug fixes or improvements;
<li>writing automated tests;
<li>providing constructive feedback.
</ul>
<div class="spaced">
<p>All contributions should be submitted on GitHub.
<p>You may also contact us at <a href="mailto:[email protected]">[email protected]</a>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<div class="footer-container">
<footer class="short alt2">
<div class="container">
<div class="row">
<div class="col-sm-12 text-center">Copyright © 2015 <a href="http://impactwave.com">Impactwave</a> Lda</div>
</div>
</div>
</footer>
</div>
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script>
var isFirefox = typeof InstallTrigger !== 'undefined';
var isIE = /*@cc_on!@*/ false || !!document.documentMode;
var isChrome = !!window.chrome;
var isSafari = Object.prototype.toString.call(window.HTMLElement).indexOf('Constructor') > 0;
$ ('.loader').css ('opacity', 0);
setTimeout (function () {
$ ('.loader').hide ();
setupScroll ();
}, 600);
function setupScroll () {
var navOffset = $ ('nav').height ()
, savedPos = window.pageYOffset - navOffset;
function anim (event) {
var dup = 2
, isLink = Boolean (this.hash)
, target = (isLink ? this.hash : location.hash) || '#home'
, newY = $ (target).offset ().top - navOffset;
if (isLink) event.preventDefault ();
return $ ('html, body').animate (
{
scrollTop: newY
}, 300, function () {
if (!--dup) {
dup = 2;
if (isLink)
window.history.pushState (null, null, target == '#home' ? '.' : target);
$ ('title').text ((target != '#home' ? target[1].toUpperCase () + target.substr (2) + ' - ' : '') +
'PHP-Kit');
savedPos = window.pageYOffset;
}
});
}
$ (".nav li a[href^='#']").on ('click', anim);
$ (window).on (isChrome || isSafari ? 'hashchange' : 'popstate', function (ev) {
window.scrollTo (0, savedPos);
anim (ev);
});
anim ();
}
</script>
</body>
</html>