codeigniter-mongodb-library

CodeIgniter MongoDB library based on PHP 7.1+

MIT License

Stars
58
Committers
2

Bot releases are hidden (Show)

codeigniter-mongodb-library - Fixes #17, #19, #20 Latest Release

Published by verkhoumov over 6 years ago

Some fixes!

codeigniter-mongodb-library - Fixes #12, #13

Published by verkhoumov over 6 years ago

Bugfixes.

codeigniter-mongodb-library - Fixed namespace

Published by verkhoumov almost 7 years ago

See #5 issue.

codeigniter-mongodb-library - Fixed integer type hint bug

Published by verkhoumov about 7 years ago

Fixed issue #3.

codeigniter-mongodb-library - Some fixes and additions

Published by verkhoumov about 7 years ago

In this version:

  1. The row_array() method can take the number of the output from 0 as the second argument.
  2. In case of error with the command() and aggregate() methods, the name of the method in which the error occurred will be displayed.
  3. Corrected some inaccuracies in the code comments.
codeigniter-mongodb-library - v1.0.2

Published by verkhoumov over 7 years ago

Added row_array() method

Method row_array() pull the first element of the array.

codeigniter-mongodb-library - v1.0.1

Published by verkhoumov about 8 years ago

Fixed critical bugs!

I created BulkWrite, WriteConcern, ReadConcern, ReadPreference with new connection, but this led to conflicts. Now this parameters would be created with every of new operations.

codeigniter-mongodb-library - v1.0.0

Published by verkhoumov about 8 years ago

PLEASE, DON'T USE THIS RELEASE

Hello to the entire developers community. I am pleased to announce that version v1.0.0 of CodeIgniter MongoDB library, which based on MongoDB PECL extensions for PHP, is now available.

Release Highlights

This is the first release of this CodeIgniter MongoDB library ALL-IN-ONE.

ALL-IN-ONE — because all the methods were implemented in a single file 😃

Start requirements:

  • PHP 7
  • CodeIgniter 3
  • MongoDB 3.2 (for all capabilities)

Documentation

For any information on use see project README and WIKI (as soon as it becomes available).

Feedback

You can create an issues or write me on [email protected] (ru/en).
Please report me about any errors.

Installation

To install the download all the files from the directory /applications in the appropriate directories of your project.

Use $this->load->library('mongo_db'); to include library.

Acknowledgments

Thanks @Alexter-progs for the translation into English language.