Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trismegiste/petproject-1
Practicing da web
https://github.com/trismegiste/petproject-1
Last synced: about 1 month ago
JSON representation
Practicing da web
- Host: GitHub
- URL: https://github.com/trismegiste/petproject-1
- Owner: Trismegiste
- Created: 2013-11-24T11:03:56.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-08-10T13:46:59.000Z (over 10 years ago)
- Last Synced: 2023-03-15T19:06:14.908Z (almost 2 years ago)
- Language: PHP
- Size: 691 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pet project 1
Practicing da web with the opensource ecosystem
* KISS
* minimal coding
* no monkey patching## Components used in this app
* [Symfony 2.3](http://symfony.com/) with minimal config (without doctrine, swiftmailer and ExtraGizmo)
* [HTML5 Boilerplate with Twitter Bootstrap 2.3](http://html5boilerplate.com/)
* [Markdown renderer](https://github.com/michelf/php-markdown)
* [Mention.js](https://github.com/jakiestfu/Mention.js) for autocomplete with link
* [trismegiste/dokudoki](https://github.com/Trismegiste/DokudokiBundle) for NoSQL persistence
* [trismegiste/php-is-magic](https://github.com/Trismegiste/Php-Is-Magic) because I'm too lazy to write getter/setter
* [MongoDb 2.4](http://mongodb.com) because NoSQL rox
* Twig Form theming taken from [Silex Kitchen Edition](https://github.com/lyrixx/Silex-Kitchen-Edition)
* the awesome [d3js](https://github.com) for drawing graph## Some useful things
* extension of Markdown syntax for rendering links "@slug-url"
* a twig extension filter for markdown format
* an history stack in session like the "Recently Viewed Items" of many e-commerce
* Compiler Pass of Container for editing the service "session" of symfony
* using fluid grid of tbs
* enabling magic call in symfony/form
* using model factory in symfony/form