forked from auraphp/auraphp.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (57 loc) · 2.08 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
---
layout: site
active: home
title: Aura for PHP
---
<div class="hero-unit">
<h1>The Aura Project for PHP</h1>
<div class="hero-logo">
<img
style="float: left; padding-right: 12px;"
src="img/aura-logo-black.png"
width="160"
height="160"
>
<p>
If you like <strong>clean</strong> code, <strong>fully
decoupled</strong> libraries, and truly
<strong>independent packages</strong>, then the Aura
project is for you. Download a single package and start
using it in your project today, with <strong>no added
dependencies</strong>.
</p>
<p><a class="btn btn-primary btn-large" href="/about">Learn more »</a></p>
</div>
</div>
<div class="row">
<div class="span6">
<h2>About</h2>
<p>
The primary goal of Aura is to provide high-quality, well-tested,
<a href="http://php-fig.org">standards-compliant</a>, decoupled
libraries that can be used in any codebase. This means you can use
as much or as little of the project as you like.
</p>
<p><a class="btn" href="/about">Read more »</a></p>
</div>
<div class="span6">
<h2>Packages</h2>
<p>
The Aura project centers around a collection of independent
packages. Each package is self-contained and has only the things
it needs for its core purpose. None of the packages depends on any
of the other; you can download and use each of the packages on its
own.
</p>
<p><a class="btn" href="/packages">Read more »</a></p>
</div>
<!-- <div class="span4">
<h2>Framework</h2>
<p>
Aura has enough libraries to form a full-stack framework of its
own. A system repository is available to incorporate them all into
a coherent framework for application development.
</p>
<p><a class="btn" href="/framework">Read more »</a></p>
</div> -->
</div>