Libraries tagged by mouf
mouf/html.renderer
357967 Downloads
This package contains the rendering mechanism of the Mouf framework. It is a mechanism allowing packages/templates/developers to overload a default template for various HTML objects.
mouf/html.htmlelement
366938 Downloads
This package contains the HtmlElementInterface interface that can be used to output HTML on a page. It also features base classes implementing this interface.
mouf/famfamfam
147003 Downloads
This is the Famfamfam silk icon set, wrapped into an easy to use PHP composer package.
mouf/utils.common.mouf-helpers
46874 Downloads
This package contains a set of utility classes that will help you build UI for Mouf. This is mostly useful for package builders if they want to provide advanced UI, etc....
mouf/html.template.mouftemplate
143662 Downloads
This package contains a template for the Mouf administration interface. The content is automatically adjusted to the website page to use all the width. Anyway, you can use this component as a model if you like.
lowentry/mouf-nodejs-installer
1266 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
5613 Downloads
This package provides a StackPHP middleware for using the Whoops error handling library
mouf/utils.value.common-value
108768 Downloads
This package contains common classes that implement the ValueInterface interface (from the mouf/utils.value.value-interface package).
mouf/utils.patcher
84546 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.mailer.smtp-mail-service
19068 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
47097 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.console
110732 Downloads
A console for the Mouf PHP framework.
mouf/utils.common.getvars
163250 Downloads
This is a legacy non-OO package and should not be used in recent developments. A simple package that provides functions to get the parameters from the request in a consistent way. The varaiables can be rerieved in a way that is independent of the php.ini configuration file. Especially, it can cancel the effect of the dreadful 'magic_quotes' parameter.
mouf/utils.common.formatters
33599 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.