PHPackages                             angedelamort/php-sun-framework - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. angedelamort/php-sun-framework

ActiveLibrary[Framework](/categories/framework)

angedelamort/php-sun-framework
==============================

another simple php framework

v0.3.0(5y ago)111MITPHPPHP ^7.1CI failing

Since Oct 17Pushed 5y ago2 watchersCompare

[ Source](https://github.com/angedelamort/php-sun-framework)[ Packagist](https://packagist.org/packages/angedelamort/php-sun-framework)[ RSS](/packages/angedelamort-php-sun-framework/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (2)Dependencies (10)Versions (7)Used By (0)

PHP Sun Framework
=================

[](#php-sun-framework)

Another simple PHP framework.

Features
--------

[](#features)

- routing - Slim
- templating - Twig
- i18n (internationalization) - custom
- Simple User Management - custom
- CSRF Token - twig
- Rendering State Machine - custom
- Cache - custom
- server-side tables integration - DataTables.net (remove?)
- DebugBar - DebugBar

Installing
----------

[](#installing)

```
composer require "angedelamort/php-sun-framework"

```

### Running all tests

[](#running-all-tests)

```
composer run tests

```

### Using docker-compose

[](#using-docker-compose)

Just prefix the commands

```
docker-compose run %composer-command%

```

Using
-----

[](#using)

Quick start without using too much configuration.

```
--- index.php ---
