trashf/jormakalevi2

Simple yet extendable MongoDB wrapper

Installs: 28

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

pkg:composer/trashf/jormakalevi2

1.0.1 2018-07-05 05:06 UTC

This package is not auto-updated.

Last update: 2025-10-03 12:21:35 UTC


README

Simple and extendable PHP Mongo document system

I've used this as a base for a few projects and thought I decided to separate this as a stand-alone component to ease my own project maintenance. It contains a Document class which should be used as a base for custom models and a simple User class that provides very basic authentication features and class based CRUD permission system.

This is version 2 of the library and uses currently suggested MongoDB driver. In case you need to use legacy Mongo driver, check out version 1 of project at https://github.com/TrashF/jormakalevi

TODO: Examples.