Skip to content

Releases: mongodb/mongo-php-library

Woot! Initial PHongo library released !

12 Dec 01:39
Compare
Choose a tag to compare
Pre-release

This is the initial release of PHongo CRUD (being renamed to PHongo Library).

PHongo CRUD is an CRUD API ontop of Phongo. Its purpose is to provide standard MongoDB API and follows the MongoDB CRUD API Specification[1] that all MongoDB supported drivers follow.

PHongo CRUD provides several convenience methods that abstract the core PHongo extension. The methods include functionality to insert a single document, counting all documents in an collection, and delete documents from a collection.

Checkout the initial documentations at: http://bjori.github.io/phongo-crud/
And API docs at: http://bjori.github.io/phongo-crud/api/class-MongoDB.Collection.html

Let us know what you think!

[1] The specification has not been published yet - it is still a Work In Progress