Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keelerm84/symfony-blog
https://github.com/keelerm84/symfony-blog
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/keelerm84/symfony-blog
- Owner: keelerm84
- License: mit
- Created: 2012-07-15T22:45:40.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-22T00:08:14.000Z (over 11 years ago)
- Last Synced: 2024-10-03T15:14:53.708Z (about 1 month ago)
- Language: PHP
- Size: 2.27 MB
- Stars: 6
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Symfony 2 Blog #
This is a simple blog written in Symfony 2, initially following the symblog tutorial at http://tutorial.symblog.co.uk/. Through the mentorship of [Matthew Turland](http://matthewturland.com/), it has progressed into a more [Service Oriented Architecture](http://en.wikipedia.org/wiki/Service-oriented_architecture).
Since Symfony 2 has gained immense popularity in the PHP community, I wanted to explore the framework. As Symfony bundles are a large part of that ecosystem, I sought out bundled solutions wherever appropriate. Some of the bundles utilized, outside of the standard framework, include:
* FOS/RestBundle
* Ddeboer/GuzzleBundle
* JMS/SerializeBundleHaving never developed an application using SOA, this approach was decided to expose me to new approaches. The separation of front-end and back-end paves the way for future development excursions, including mobile app front-ends, or editor integration such as posting new articles.
# Installation Instructions #
```bash
git clone https://github.com/keelerm84/symfony-blog.git
php bin/vendors install
# To run the tests
phpunit -c apps
```