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
- Host: GitHub
- URL: https://github.com/ttskch/silex-skeleton.old
- Owner: ttskch
- License: mit
- Created: 2016-06-04T03:18:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-04T03:22:01.000Z (over 9 years ago)
- Last Synced: 2025-04-02T22:11:26.399Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 702 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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}
```