-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
33 lines (31 loc) · 1.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
---
layout: default
title: Cilex
---
<section class="span12">
<p style="font-family: serif;">
<strong>Ci·lex</strong> /'silεks/ [see-leks] <strong>1.</strong> a light-weight framework for creating
command-line applications in PHP, inspired by the <a href="https://github.com/fabpot/Silex">Silex</a>
micro-framework for web applications.
</p>
<p>
Cilex provides the means to build anything from small script collections to complete command line applications.
</p>
<p>
Cilex aims to be:
<ul>
<li>
<em>extensible</em>, Cilex leverages Service Providers to add basic functionality, such as dealing with
configuration files
</li>
<li>
<em>easy to use</em>, an application and a series of commands; you don't need anything more to get
started.
</li>
<li>
<em>Testable</em>, Cilex leverages the Dependency Injection Container Pimple and the Symfony2 Console
Component; which makes it easy to test your application.
</li>
</ul>
</p>
</section>