Libraries tagged by mouf
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
lowentry/mouf-nodejs-installer
1203 Downloads
An installer package that let's you install NodeJS and NPM as a Composer dependency.
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.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
28199 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.log.stats-logger
5 Downloads
This package contains everything needed to aggregate database into stats that can be viewed and sorted.
mouf/utils.log.multi-logger
6 Downloads
Use this package if you want a logger that logs to several places at the same time. Using a MultiLogger, you can append several loggers. For instance, you might want to write in the error log using the ErrorLogLogger and to send a mail to the admin using the MailLogger...
mouf/utils.log.mail-logger
8 Downloads
This package contains a logger that sends a mail when a log message is received.
mouf/utils.log.filter-logger
5 Downloads
This package contains a class that acts as a logger. It purpose is to apply a filter on logs and forward the logs to another logger that will take care of storing the log.
mouf/utils.log.db-logger
6 Downloads
This package contains a logger that stores the logs in database.