Libraries tagged by utils
pagantis/module-utils
10158 Downloads
Pagantis PHP Library. Module utils
optimit/glog_util
327 Downloads
Glog utility library
nycu-csit/laravel-restful-utils
200 Downloads
Restful API utilities for Laravel projects
nimaebrazi/persian-util
20 Downloads
nextstage-brasil/ns-google-utils
317 Downloads
Abstração da API do Google
nafisc/ansi-util
1692 Downloads
An ANSI library for PHP
mvalim/package-utils
1727 Downloads
Some helpers for Laravel 5 package development
mouf/utils.value.common-value
108891 Downloads
This package contains common classes that implement the ValueInterface interface (from the mouf/utils.value.value-interface package).
mouf/utils.patcher
84599 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.swift-mail-service
28304 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.mail-interface
47128 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.log.log_interface
183688 Downloads
This package contains an interface used by many components to log messages. Please download a logger package that implements this interface (like the utils.log.errorlog_logger package)
mouf/utils.log.errorlog_logger
183647 Downloads
This package contains a logger that logs messages directly to the PHP error log (using the error_log PHP function)
mouf/utils.console
110800 Downloads
A console for the Mouf PHP framework.
mouf/utils.common.mouf-helpers
46904 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....