Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tomshaw/zend-mongo-demonstration

A CRUD Mongo API and application created using Zend Framework 1.11.11.
https://github.com/tomshaw/zend-mongo-demonstration

Last synced: 11 days ago
JSON representation

A CRUD Mongo API and application created using Zend Framework 1.11.11.

Awesome Lists containing this project

README

        

# Introduction

This is a basic CRUD application built to learn how to use MongoDB and incorporate it into a PHP application. The functionality of the application includes adding users plus user groups and assigning users to thoose groups via MongoDB references.

Included is a rudimentary API mongoDB wrapper, a Zend Application MongoDB resource and MongoDB Zend Paginator Adapter. A prerequisite of the application was to have the ability to load and access MongoDB collections just like you normally would using tables on any other RDBMS via regular models created in your applications model namespace. Documentation on how to use the API will be coming soon, for now please refer to the examples provided in the controllers. This is an ongoing project so I'm sure there will refinements and added functionality in the future.

## License

(The MIT License)

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.