vegvisir/trustnosql

Laravel role/permission package working with MongoDB database

1.1.1-rc1 2019-04-28 01:43 UTC

README

Latest Stable Version Total Downloads Build Status Coverage Status StyleCI Documentation Status

TrustNoSql is a Laravel role/permission manager for MongoDB-based applications. It supports roles, permissions, and teams, provides a complex way of determining ownage (grabbing) of objects, and offers a nice CLI for your convenience. TrustNoSql is built atop a great jenssegers/laravel-mongodb package, and it's inspired by Laratrust.

Documentation

Since TrustNoSql is in a heavy development phase, the documentation is not ready yet. It's being written at the time being :) It would be available at https://trustnosql.readthedocs.io/en/latest/.

Development

TrustNoSql is in the alpha state. Base functionalities are already written, however, no tests have been conducted yet. Therefore, we can take no responsibility for any damage it does if you use TrustNoSql in your projects.