Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 479 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 479 Bytes

A Simple Blog

Introduction

This simple blog attempts to implement the Getting Started guide of Zend Framework 2, using MongoDB as a Database Backend where Doctrine ODM is used to access MongoDB Documents.

Installation

Clone the repository and run

php composer.phar install 

to install Zend Framework 2 and Doctrine ODM Modules

License

New BSD License