mouf member since: Jun 20, 2012

mouf's packages

  • PHP

    mouf/oauth2-server

    This package is a full-stack implementation of a OAuth2 server for Mouf framework based on phpleague/oauth2-server package.

  • PHP

    mouf/oo-amqp-client

    An object oriented wrapper on top of php-amqplib helping work with RabbitMQ in a more object oriented way.

  • PHP

    mouf/picotainer

    This package contains a really minimalist dependency injection container compatible with container-interop.

  • PHP

    mouf/pimple-interop

    This project is a very simple extension to the Pimple microframework. It adds to Pimple compatibility with the container-interop APIs.

  • PHP

    mouf/prefixer-container

    This package contains a really minimalist dependency injection container that acts as a proxy in front of a target container. Its goal is to prefix all instances names in the target container.

  • PHP

    mouf/root-container

    This package contains a PHP DI container detector and aggregator. The idea is to have potentially one DI container per composer package and to aggregate all those containers into a 'root' container.

  • PHP

    mouf/schema-analyzer

    A package that offers utility tools to analyze database schemas (on top of Doctrine DBAL)

  • PHP

    mouf/security.daos.tdbm

    This package contains a basic user/role/right database model for TDBM.

  • PHP

    mouf/security.forgot-your-password

    A 'forgot your password' feature for Mouf security.

  • PHP

    mouf/security.forgot-your-password-interface

    The interfaces to implement when working with mouf/security.forgot-your-password.

  • PHP

    mouf/security.ldap-service

    This package contains a wrapper of Zendframework Ldap component who dialogue easily with Ldap.

  • PHP

    mouf/security.rightsservice

    A set of class to manage the rights of users in web-application. You should use this package if you want to restrict access to some parts of your web-application to some users only (for instance if you want to make an 'admin' section that is only accessible to the adminsitrator).

  • PHP

    mouf/security.rightsservice-splash

    This package contains a set of class to bind the Splash MVC framework (>=v4) with the RightsService component. It features: a @RequiresRight annotation to restrict access to logged users only.

  • PHP

    mouf/security.simplelogincontroller

    This package contains a simple Splash controller to log into an application. The controller can display a simple form with username/password choice, and has actions to login/logout the application.

  • PHP

    mouf/security.user-management-ui

    A set of user interfaces for managing users (listing users, setting roles, etc..)