Libraries tagged by mouf
mouf/utils.graphics.mouf-imagine
6556 Downloads
Wrapper around the Imagine library, that allows to associate a set of Imagine Filters to an URL, like the LiipImagineBundle does for Symfony
mouf/utils.graphics.mouf-image
18863 Downloads
Images handler interface for resizing, croping, or any other action.
mouf/mvc.silex-mouf
10 Downloads
This project is a very simple extension to the Silex microframework. It adds Mouf dependency injection capability to Silex.
mouf/integration.wordpress.moufpress-wordpressplugin
159 Downloads
This is the Wordpress module needed to run Moufpress, a MVC framework for Wordpress based on Mouf and compatible with Splash MVC
mouf/integration.wordpress.moufpress
176 Downloads
A MVC framework for Wordpress based on Mouf and compatible with Splash MVC
mouf/integration.magento.moufgento-magentomodule
197 Downloads
This package is the Magento module associated to Moufgento, a modern MVC framework for Magento, based on the Splash MVC framework (designed for Mouf-PHP).
mouf/integration.magento.moufgento
200 Downloads
Moufgento is a modern MVC framework for Magento, based on the Splash MVC framework (designed for Mouf-PHP).
mouf/integration.joomla.moufla-joomlaplugin
37 Downloads
This is the custom router to plug Mouf with Joomla
mouf/integration.joomla.moufla-joomlacomponent
37 Downloads
This is the component that interface Mouf with Joomla
mouf/integration.joomla.moufla
46 Downloads
A MVC framework for Joomla based on Mouf and compatible with Splash MVC
mouf/utils.task.rabbitmq
608 Downloads
This package is used to manage task in RabbitMq. It provides classes to create task in RabbitMq and consums it.
mouf/utils.package-builder
19020 Downloads
This package contains a set of utility functions for Mouf to ease the way you can build packages.
mouf/utils.network.http.curlhtmlbrowser
85 Downloads
This package contains a class that mimics a web browser. Using the Curl HTML Browser, you can easily query a web site in HTTP or HTTPS, and analyze the HTML answered. The Curl HTML Browser will handle sessions for you, so you can use it to log into a website and retrieve data from the logged part of the website. As the name implies, this package is based on the CURL library, and therefore, the CURL PHP extension must be installed on your machine.
mouf/utils.mailer.swift-mail-service
28292 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.db-mail-service
16842 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.