An open API service indexing awesome lists of open source software.

https://github.com/ttskch/silex-skeleton.old

customized fork of silexphp/Silex-Skeleton but no longer under maintenance
https://github.com/ttskch/silex-skeleton.old

Last synced: 7 months ago
JSON representation

customized fork of silexphp/Silex-Skeleton but no longer under maintenance

Awesome Lists containing this project

README

          

# !! No longer under maintenance !!

# Silex-Skeleton

Fork of [silexphp/Silex-Skeleton](https://github.com/silexphp/Silex-Skeleton).

## Additional Features

* Accessible with `http://hostname/project-root/` or `http://hostname/project-root/index_dev.php/`. (Apache only)
* Ready to use Form, Doctrine, Swiftmailer, Session, Translation and [Pagination](https://github.com/qckanemoto/PaginationServiceProvider).
* Bootstrap3 based layout.
* Bootstrap3 based form theme.
* [Twig templated Swift_Message builder](https://github.com/qckanemoto/TwiggedSwiftMessageServiceProvider).

## Requirements

PHP 5.3+

## Usage

```bash
$ composer create-project qckanemoto/silex-skeleton:2.*@dev {project-name}
```