-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
351 lines (196 loc) · 10.2 KB
/
Copy pathindex.html
File metadata and controls
351 lines (196 loc) · 10.2 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
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
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
<!DOCTYPE html>
<html>
<head>
<title>Voltis - Full stack async PHP web framework</title>
<link rel="stylesheet" href="css/global.css">
<link rel="stylesheet" href="css/helpers.css">
<link rel="stylesheet" href="css/buttons.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="favicon.ico" type="image/ico"/>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon"/>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css" integrity="sha384-DyZ88mC6Up2uqS4h/KRgHuoeGwBcD4Ng9SiP4dIRy0EXTlnuz47vAwmeGwVChigm" crossorigin="anonymous">
</head>
<body>
<div id="headerTopLine"></div>
<header>
<div id="logo">
<img src="images/voltis-logo-no-text.svg" alt="Voltis Logo">
<p>VOLTIS</p>
</div>
<nav>
<ul id="nav-ul">
<li><a href="/docs/getting_started/install" class="bold">install</a></li>
<li><a href="https://Voltis.io/docs" class="bold">docs</a></li>
<li><a href="https://phpnexus.io/" target="_blank" class="bold">community</a></li>
<li><a href="#about" class="bold">about</a></li>
</ul>
</nav>
</header>
<div id="heroHeader">
<div id="heroHeaderText">
<div id="heroHeaderTextContainer">
<h1>A new beginning, create something amazing</h1>
<p>A fast, asynchronous, event-driven framework for PHP. Designed around multi-threading and non-blocking architecture, execute applications and utilise resources more efficiently.</p>
<p>Take advantage of coroutines and non-blocking IO and create highly scaleable applications with a purpose built framework.</p>
<div id="heroHeaderTextFeatureList">
<div class="heroHeaderFeature">
<i class="fas fa-server"></i>
<p>Built-in HTTP Web Server</p>
</div>
<div class="heroHeaderFeature">
<i class="fas fa-swimmer"></i>
<p>Integrated Connection Pool</p>
</div>
<div class="heroHeaderFeature">
<i class="fas fa-magic"></i>
<p>Automatic Coroutine Scheduler</p>
</div>
<div class="heroHeaderFeature">
<i class="fas fa-clock"></i>
<p>Task Scheduler</p>
</div>
<div class="heroHeaderFeature">
<i class="fas fa-stream"></i>
<p>Native PHP Coroutines/Fibers</p>
</div>
<div class="heroHeaderFeature">
<i class="fas fa-grip-horizontal"></i>
<p>Multiprocess & Multithreaded Design</p>
</div>
<div class="heroHeaderFeature">
<i class="fas fa-database"></i>
<p>Coroutine Enabled Database Clients</p>
</div>
<div class="heroHeaderFeature">
<i class="fas fa-code"></i>
<p>Sync & Async Programming</p>
</div>
</div>
</div>
</div>
<div id="heroHeaderImage">
<img src="images/heroVoltis.svg">
</div>
</div>
<main>
<p id="voltis-text-intro" class="bold">Create something beautiful with Voltis...</p>
<div id="voltis-code-intro"><img src="images/code-intro.svg"></div>
<div id="get_started_action" class="text-centre">
<a href="https://Voltis.io/docs/intro" class="btn1">Get Started Now</a>
</div>
<p id="voltis-short-desc" class="bold"># A full stack asynchronous PHP framework</p>
<div id="feature-box-container">
<div class="feature-box">
<img src="images/router-icon.png">
<p>Powerful and rapid custom URI Router, easy to use and feature rich.</p>
</div>
<div class="feature-box">
<img src="images/template-icon.png">
<p>Custom built Templating system tailor made to suit the framework workflow.</p>
</div>
<div class="feature-box">
<img src="images/security-icon.png">
<p>Built in security for CSFR, XSS, SQL Injection, Encryption and Authorisation.</p>
</div>
<div class="feature-box">
<img src="images/ssl-icon.png">
<p>Automatic SSL installation via Ley's Encrypt.</p>
</div>
<div class="feature-box">
<img src="images/data-access-icon.png">
<p>Rapid async server clients for Redis, MySQL and file system access.</p>
</div>
<div class="feature-box">
<img src="images/notification-icon.png">
<p>Support for modal notifications and email delivery.</p>
</div>
<div class="feature-box">
<img src="images/organised-icon.png">
<p>Based on modern MVC standards and conventions. Everything is organised for you so you can start building.</p>
</div>
<div class="feature-box">
<img src="images/settings-cog-icon.png">
<p>No complex XML or YAML configuration, plain and simple to get started and getting you working on your idea.</p>
</div>
</div>
<p class="title bold"># Application use cases with Voltis</p>
<div id="use-case-container">
<div id="use-case-wrapper">
<div class="use-case-section">
<div class="use-case-img text-centre"><img src="images/api.png"></div>
<p class="text-centre bold">API Development</p>
<p class="text-centre">Build a web or mobile API server, Voltis is built with API development in mind, making it easier for you to create something great. A REST service is a breeze with Voltis.</p>
</div>
<div class="use-case-section">
<div class="use-case-img text-centre"><img src="images/stopwatch.png"></div>
<p class="text-centre bold">Real Time Services</p>
<p class="text-centre">A live chat application? Event tracking and monitoring? No matter what real time application you want to build, it is easy to use the power of Voltis and PHP to build something to handle real time loads.</p>
</div>
<div class="use-case-section">
<div class="use-case-img text-centre"><img src="images/website.png"></div>
<p class="text-centre bold">Web Application</p>
<p class="text-centre">Create the next startup or SaaS with Voltis, built from the ground up based on the Swoole project to aid you in full stack async web application development.</p>
</div>
<div class="use-case-section">
<div class="use-case-img text-centre"><img src="images/server.png"></div>
<p class="text-centre bold">Game Server</p>
<p class="text-centre">A game server needs a backend. Voltis is ready to handle thousands of connections and scale with you using its asynchronous paradigm. Based on Swoole, Voltis can do everything at once, database processing, tasks and events etc.</p>
</div>
<div class="use-case-section">
<div class="use-case-img text-centre"><img src="images/manufacture.png"></div>
<p class="text-centre bold">Event Based Development</p>
<p class="text-centre">Taking full advantage of event based programming, Celeste utilises the Swoole epoll/kqueue kernel to bring rapid performance to your PHP application and its users.</p>
</div>
<div class="use-case-section">
<div class="use-case-img text-centre"><img src="images/database.png"></div>
<p class="text-centre bold">Data Management</p>
<p class="text-centre">Designed to manage multiple requests at once, it is possible to concurrently handle ~10K MySQL read requests in 0.2s! Using the Swoole Coroutine paradigm, building an application to process huge amounts of data is no problem, you just need the idea.</p>
</div>
</div>
</div>
<div id="start-learning" class="text-centre">
<a href="https://Voltis.io/docs/" class="btn1">Start Learning</a>
</div>
<div id="inspiration-container">
<div class="inspire-box">
<img class="inspure-img" src="images/futuristic_interface.svg">
<p class="inspire-text">Create your next big idea with the new powers of PHP from Voltis</p>
</div>
<div class="inspire-spacer"></div>
<div class="inspire-box">
<p class="inspire-text">A modern framework based on modern technologies and standards</p>
<img class="inspure-img" src="images/trendy_interface.svg">
</div>
</div>
<p class="title bold"># A foundation for your next big project</p>
<div id="framework-version">
<p>An open MVC framework for ambitious developers, build the next creative idea with...</p>
<a href="https://Voltis.io/docs/getting_started/install" class="btn1">Get Started Voltis 0.8.1</a>
</div>
<p id="about" class="title bold"># About</p>
<div id="aboutSection">
<p>A PHP project purposely built to explore the asynchronous and non-blocking code capabilities of the PHP language. Over the years PHP has evolved, allowing developers to write flexible asynchronous and concurrent web applications, with the transition from stateless to stateful programming.</p>
<p>Voltis is a framework which enables you to take advantage of an asynchronous programming in a full-stack flavour and utilises bespoke solutions and existing libraries within the PHP ecosystem to bring you the best experience.</p>
<p>Managed and written by <a target="_blank" href="https://twitter.com/luke_embrey">Luke Embrey</a> and <a target="_blank" href="https://twitter.com/danielashare">Daniel Share</a>.</p>
</div>
</main>
<footer>
<div id="footer-header">
<p>VOLTIS</p>
<p>A PHP full-stack framework based on multi-threading and asynchronous architecture, aiming to be easy to use and install, have expressive syntax and be elegant in its design. Supporting an asynchronous paradigm from the ground up.</p>
</div>
<hr>
<div id="footer-copy-contact">
<p>Copyright © 2018-2020 Superbition & Voltis</p>
<a href="mailto:hello@Voltis.io">hello@Voltis.io</a>
</div>
<div id="socials">
<a target="__blank" href="https://github.com/Superbition/Voltis-Framework"><img src="images/github-logo.png"></a>
<a target="__blank" href="https://twitter.com/Voltis_io"><img src="images/twitter-logo.png"></a>
</div>
</footer>
</body>
</html>