mouf member since: Jun 20, 2012
mouf's packages
-
PHP
mouf/utils.mailer.mail-interface
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.
-
PHP
mouf/utils.mailer.smtp-mail-service
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.
-
PHP
mouf/utils.mailer.swift-mail-service
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.
-
PHP
mouf/utils.network.http.curlhtmlbrowser
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.
-
PHP
mouf/utils.package-builder
This package contains a set of utility functions for Mouf to ease the way you can build packages.
-
PHP
mouf/utils.patcher
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.
-
PHP
mouf/utils.session.optimistic-session-handler
Session handler that releases session lock quickly. Useful for multiple ajax calls on the same page.
-
PHP
mouf/utils.session.session-manager
This package is used to manage sessions. It provides a DefaultSessionManager class that you can use to configure your PHP sessions, and a SessionManagerInterface that you can implement if you want to provide your own session management.
-
PHP
mouf/utils.task.rabbitmq
This package is used to manage task in RabbitMq. It provides classes to create task in RabbitMq and consums it.
-
PHP
mouf/utils.value.common-value
This package contains common classes that implement the ValueInterface interface (from the mouf/utils.value.value-interface package).
-
PHP
mouf/utils.value.value-interface
This package contains an interface used by many objects to say they represent a value that can be computed. The concept is very simple, and very powerful at the same time.
-
PHP
mouf/whoops-stackphp
This package provides a StackPHP middleware for using the Whoops error handling library
-
-
-