Libraries tagged by utilsall

mouf/utils.action.common-action

0 Favers
354226 Downloads

This package contains common classes that implement the ActionInterface interface (from the mouf/utils.action.action-interface package).

Go to Download


mouf/utils.action.action-interface

0 Favers
366341 Downloads

This package contains an interface used by many objects to say they can do stuff. Actually, they can perform one particular action and has been designed for that. The action performed is completely up to the implementer (sending a mail, storing a result in database, displaying something on the screen...) The concept is very simple, and very powerful at the same time.

Go to Download


mouf/utils.cache.cache-interface

0 Favers
376141 Downloads

This package only contains the interface that must be implemented by caching classes. Unless you want to implement your own caching method, you should import a cache package that will use this interface. For instance, common.utils.session-cache, or common.utils.file-cache.

Go to Download


mouf/utils.mailer.swift-mail-service

0 Favers
28296 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.

Go to Download


mouf/utils.mailer.smtp-mail-service

0 Favers
19074 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.

Go to Download


mouf/utils.mailer.mail-interface

0 Favers
47107 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.

Go to Download


mouf/utils.mailer.db-mail-service

0 Favers
16848 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.

Go to Download


session-interop/utils.arraysession.factory

0 Favers
3 Downloads

This package contains the session factory implementation to be able to create a session object from $_SESSION.

Go to Download


mouf/utils.log.stats-logger

0 Favers
5 Downloads

This package contains everything needed to aggregate database into stats that can be viewed and sorted.

Go to Download


mouf/utils.log.multi-logger

0 Favers
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...

Go to Download


mouf/utils.log.mail-logger

0 Favers
8 Downloads

This package contains a logger that sends a mail when a log message is received.

Go to Download


mouf/utils.log.filter-logger

0 Favers
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.

Go to Download


mouf/utils.log.db-logger

0 Favers
6 Downloads

This package contains a logger that stores the logs in database.

Go to Download


mouf/utils.log.advanced-logger

1 Favers
5 Downloads

This package can be used to perform advanced logging: the logs are stored in database (using the DBLogger), then are analysed and aggregated (using the LogStats package). This package provides a way to send a mail automatically every night to the admin, summarizing the logs of the day.

Go to Download


<< Previous