The PHP community has created a huge number of libraries to make working with MongoDB easier and integrate it with existing frameworks. Libraries and FrameworksCakePHP
CodeigniterDoctrineODM (Object Document Mapper) is an experimental Doctrine MongoDB object mapper. The Doctrine\ODM\Mongo namespace is an experimental project for a PHP 5.3 MongoDB Object Mapper. It allows you to easily write PHP 5 classes and map them to collections in MongoDB. You just work with your objects like normal and Doctrine will transparently persist them to Mongo. This project implements the same "style" of the Doctrine 2 ORM project interface so it will look very familiar to you and it has lots of the same features and implementations.
Drupal
Fat-Free FrameworkFat-Free is a powerful yet lightweight PHP 5.3+ Web development framework designed to help you build dynamic and robust applications - fast! Kohana Framework
LithiumLithium supports Mongo out-of-the-box.
Symfony 2
TechMVCAn extensive MVC 2 based PHP framework which supports MongoDB directly with only PHPMongo extension. Hosted at http://sourceforge.net/projects/techmvc/ and demo example available at http://demo.techmvc.techunits.com/. Vork
Vork provides a full MVC stack that outputs semantically-correct XHTML 1.1, complies with Section 508 Accessibility guidelines & Zend-Framework coding-standards, has SEO-friendly URLs, employs CSS-reset for cross-browser display consistency and is written in well-documented object-oriented E_STRICT PHP5 code. An extensive set of tools are built into Vork for ecommerce (cc-processing, SSL, PayPal, AdSense, shipment tracking, QR-codes), Google Maps, translation & internationalization, Wiki, Amazon Web Services, Social-Networking (Twitter, Meetup, ShareThis, YouTube, Flickr) and much more. Yii
Zend Framework
Stand-Alone ToolsActiveMongoActiveMongo is a really simple ActiveRecord for MongoDB in PHP. There's a nice introduction to get you started at http://crodas.org/activemongo.php. MapReduce APIA MapReduce abstraction layer. See the blog post.
MongofilesystemFilesystem based on MongoDB GridFS. Mongofilesystem will help you use MongoDB GridFS like a typical filesystem, using the familiar PHP commands. MandangoMandango is a simple, poweful and ultrafast Object Document Mapper (ODM) for PHP and MongoDB.. MongoDB PaginationPHP MongoDB Pagination is the pagination plugin for MongoDB released under MIT License. Simple to install & use. It has been developed under TechMVC 3.0.4, but it's compatible with any 3rd party framework (e.g. Zend (tested)). MongoDb PHP ODMMongoDb PHP ODM is a simple object wrapper for the Mongo PHP driver classes which makes using Mongo in your PHP application more like ORM, but without the suck. It is designed for use with Kohana 3 but will also integrate easily with any PHP application with almost no additional effort. MongodloidA nice library on top of the PHP driver that allows you to make more natural queries ($query->query('a == 13 AND b >= 8 && c % 3 == 4');), abstracts away annoying $-syntax, and provides getters and setters. MongoQueueMongoQueue is a PHP queue that allows for moving tasks and jobs into an asynchronous process for completion in the background. The queue is managed by Mongo MongoQueue is an extraction from online classifieds site Oodle. Oodle uses MongoQueue to background common tasks in order to keep page response times low. MongoRecordMongoRecord is a PHP Mongo ORM layer built on top of the PHP Mongo PECL extension MongoRecord is an extraction from online classifieds site Oodle. Oodle’s requirements for a manageable, easy to understand interface for dealing with the super-scalable Mongo datastore was the primary reason for MongoRecord. It was developed to use with PHP applications looking to add Mongo’s scaling capabilities while dealing with a nice abstraction layer. MorphA high level PHP library for MongoDB. Morph comprises a suite of objects and object primitives that are designed to make working with MongoDB in PHP a breeze.
simplemongophpVery simple layer for using data objects see blog post
Blogs & HOWTOsHow to batch import JSON data output from FFprobe for motion stream analysisFFprobe is a stream analyzer that optionally reports in JSON. This example is a PHP script that reads JSON from STDIN, makes an object using json_decode, and inserts the object into a MongDB database. This script could be used with any program that outputs a JSON stream. A bash script will be used to batch process all files within the current directory. For example, the data may be used for analysis and logging of a day's shoot. |


PLEASE POST QUESTIONS IN THE USER GROUPS FORUM. Post non-question comments and helpful hints here.
blog comments powered by Disqus