40 lines
1.6 KiB
Smarty
40 lines
1.6 KiB
Smarty
<h2>Sihnon Framework</h2>
|
|
|
|
<p>
|
|
Sihnon Framework is a PHP framework for rapid development of commandline or web applications.
|
|
This framework has been used for a number of projects listed on this site, and this site itself.
|
|
</p>
|
|
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="span10 column">
|
|
<h3>Features</h3>
|
|
<ul>
|
|
<li>Database abstraction</li>
|
|
<li>Pluggable configuration store (including Database and flat file)</li>
|
|
<li>Pluggable authentication (including Database and flat file)</li>
|
|
<li>Pluggable logging engine (including Database, Files, Console and Syslog)</li>
|
|
<li>Caching (In memory or on disk)</li>
|
|
<li>URL request parser for web applications</li>
|
|
<li>Session management for web applications</li>
|
|
<li>Input Validation</li>
|
|
</ul>
|
|
</div>
|
|
<div class="span6 column">
|
|
<img class="span6" src="{$base_uri}images/sihnon-framework/overview.png" alt="SihnonFramework Overview" />
|
|
</div>
|
|
</div>
|
|
|
|
<div class="row">
|
|
<div class="span16">
|
|
<h3>Source</h3>
|
|
<p>
|
|
View or clone a copy of the Git repositories from one of the mirrors listed below:
|
|
</p>
|
|
<ul>
|
|
<li><a href="https://git.sihnon.net/cgit.cgi/sihnon-php-lib.git/" title="Sihnon Mirror">Sihnon Mirror</a></li>
|
|
<li><a href="https://github.com/optiz0r/sihnon-php-lib/" title="GitHub Mirror">GitHub Mirror</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div> |