2017 © Pedro Peláez
 

library mongodb-sentry

An extension for Laravel-MongoDB that lets you work with Sentry

image

jenssegers/mongodb-sentry

An extension for Laravel-MongoDB that lets you work with Sentry

  • Saturday, March 21, 2015
  • by jenssegers
  • Repository
  • 4 Watchers
  • 44 Stars
  • 17,489 Installations
  • PHP
  • 1 Dependents
  • 17 Suggesters
  • 11 Forks
  • 5 Open issues
  • 4 Versions
  • 4 % Grown

The README.md

Laravel MongoDB Sentry

Because Sentry's models extends the original Eloquent model, it could not be used with MongoDB. This package includes models that extends Jenssegers\Mongodb\Model and thus support MongoDB., (*1)

Installation

Make sure you have jenssegers\mongodb installed before you continue., (*2)

Install using composer:, (*3)

composer require jenssegers/mongodb-sentry

For instructions on Sentry, check out https://cartalyst.com/manual/sentry/installation/laravel-4, (*4)

Usage

To use the included MongoDB-enabled models, change the Sentry configuration model sections:, (*5)

    'groups' => array(

        'model' => 'Jenssegers\Mongodb\Sentry\Group',

    ),

    'users' => array(

        'model' => 'Jenssegers\Mongodb\Sentry\User',

    ),

    'throttling' => array(

        'model' => 'Jenssegers\Mongodb\Sentry\Throttle',

    ),

Or if you have a custom model, make sure it extends the correct model., (*6)

The Versions

21/03 2015

dev-master

9999999-dev

An extension for Laravel-MongoDB that lets you work with Sentry

  Sources   Download

MIT

The Requires

 

mongodb laravel authentication mongo sentry

21/03 2015

v1.1.0-beta

1.1.0.0-beta

An extension for Laravel-MongoDB that lets you work with Sentry

  Sources   Download

MIT

The Requires

 

mongodb laravel authentication mongo sentry

09/02 2015

v1.0.1

1.0.1.0

An extension for Laravel-MongoDB that lets you work with Sentry

  Sources   Download

MIT

The Requires

 

mongodb laravel authentication mongo sentry

27/04 2014

v1.0.0

1.0.0.0

An extension for Laravel-MongoDB that lets you work with Sentry

  Sources   Download

MIT

The Requires

 

mongodb laravel authentication mongo sentry