Libraries tagged by mouf
lowentry/mouf-nodejs-installer
1275 Downloads
An installer package that let's you install NodeJS and NPM as a Composer dependency.
thecodingmachine/metahydrator
4848 Downloads
A configurable implementation of mouf's Hydrator interface
mouf/whoops-stackphp
5614 Downloads
This package provides a StackPHP middleware for using the Whoops error handling library
mouf/utils.patcher
84577 Downloads
A patch system designed for Mouf than enables developers to know what patch has been run and what needs to be run on its environment. Very useful for database patches.
mouf/utils.package-builder
19034 Downloads
This package contains a set of utility functions for Mouf to ease the way you can build packages.
mouf/utils.mailer.swift-mail-service
28298 Downloads
This package contains a mailer for the Mouf framework that uses a SMTP server to send mail. The package is a wrapper around the Swift_Mailer class of Swift.
mouf/utils.mailer.smtp-mail-service
19080 Downloads
This package contains a mailer that uses a SMTP server to send mail. The package is a wrapper around the Zend_Mail class of the Zend framework.
mouf/utils.mailer.mail-interface
47115 Downloads
This package contains interfaces and classes describing mails. It also contains the MailerService interface that should be implemented by any service that can send mails. You should use a package implementing this interface (like the SmtpMailer package.
mouf/utils.mailer.db-mail-service
16854 Downloads
This package contains a mailer that does not send any mail! Instead, it stores the mail to be sent in a database 'mails' table. The DB mailer can later forward the mail to a real mailer that will indeed send the mail.
mouf/utils.graphics.image-preset-displayer
17611 Downloads
Images handler that will generate image thumbs and serve them when displayed (like the drupal image styles services)
mouf/utils.console
110772 Downloads
A console for the Mouf PHP framework.
mouf/utils.common.formatters
33606 Downloads
Formatters are simple classes that transform a string into another. For instance, a formatter could be used to format a date, translate a string, put a string in bold, etc... This package contains the formatter interface, plus a number of useful formatters.
mouf/security.user-management-ui-interface
26534 Downloads
The interfaces to implement when working with mouf/security.user-management-ui.
mouf/security.rightsservice-splash
64564 Downloads
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.
mouf/security.rightsservice
64642 Downloads
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).