Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Symfony (PHP framework) and MongoDB ( or any json-based database) [closed]

I was wondering if its possible to use a json-based schema-free, document-based database like Mongodb or Couchdb on a symfony project like its used for ruby-on-rails websites? And if yes, how can it be done?

like image 396
fenderplayer Avatar asked Sep 18 '09 13:09

fenderplayer


People also ask

What is Symfony PHP framework?

Symfony is an open-source PHP web application framework, designed for developers who need a simple and elegant toolkit to create full-featured web applications. Symfony is sponsored by SensioLabs. It was developed by Fabien Potencier in 2005.

Is Symfony open source?

Symfony is an open-source MVC framework for creating modern web applications quickly. It is a complete web framework, and it includes a collection of reusable PHP components. You can use any Symfony component in your applications, regardless of the framework.

What is Symfony PHP developer?

Symfony is a set of reusable PHP components... The standard foundation on which the best PHP applications are built. Choose any of the 50 stand-alone components available for your own applications.

What is Symfony used for?

Symfony is an open source PHP framework with MVC architecture. It is one of the most popular application frameworks among the open source developers' community. It is used to build high-performance complex web applications.


1 Answers

There is a DoctrineMongoDBBundle for use with Symfony 2

like image 164
avalanche123 Avatar answered Oct 21 '22 12:10

avalanche123