<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Wed, 19 Jun 2013 08:03:28 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Alex Bilbie: Introducing MongoQB]]></title>
      <guid>http://www.phpdeveloper.org/news/18759</guid>
      <link>http://www.phpdeveloper.org/news/18759</link>
      <description><![CDATA[<p>
<i>Alex Bilbie</i> has passed along a link to a project he's been working on to try to simplify access to MongoDB databases from PHP - his <a href="http://alexbilbie.com/2012/11/introducing-mongoqb/">MongoQB library</a>:
</p>
<blockquote>
A few years ago I released a <a href="https://github.com/alexbilbie/codeigniter-mongodb-library">MongoDB library</a> for the <a href="http://codeigniter.com/">CodeIgniter</a> PHP framework which has become quite popular thanks to it's likeness to CodeIgniter's query builder library. I've just spent the last week travelling and to keep myself occupied I spent some time re-architecting the library's code; removing the framework dependancy, making it <a href="http://getcomposer.org/">Composer</a> friendly and adding a full suite of unit tests. Check out the code on Github - <a href="https://github.com/alexbilbie/MongoQB">https://github.com/alexbilbie/MongoQB</a>.
</blockquote>
<p>
The library makes it simpler to do most of the usual CRUD (Create, Read, Update, Delete) operations with your Mongo data. Example code is included in the post. This is a nice lightweight alternative to things like the <a href="http://docs.doctrine-project.org/projects/doctrine-mongodb-odm/en/latest/reference/query-builder-api.html">Doctrine query builder</a>.
</p>]]></description>
      <pubDate>Fri, 16 Nov 2012 09:38:38 -0600</pubDate>
    </item>
  </channel>
</rss>
