Libraries tagged by ultils
nexendrie/utils
2792 Downloads
Collection of various utilities for your PHP project
mzr/utils
1470 Downloads
utils for mzr projects
mvalim/package-utils
1727 Downloads
Some helpers for Laravel 5 package development
multiplechain/utils
165 Downloads
MultipleChain Utils
mszewcz/php-json-utils
148 Downloads
JSON utility class
mouf/utils.patcher
84573 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.package-builder
19030 Downloads
This package contains a set of utility functions for Mouf to ease the way you can build packages.
mouf/utils.mailer.swift-mail-service
28298 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.smtp-mail-service
19078 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.
mouf/utils.mailer.mail-interface
47113 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.mailer.db-mail-service
16852 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.
mouf/utils.graphics.mouf-image
18874 Downloads
Images handler interface for resizing, croping, or any other action.
mouf/utils.graphics.image-preset-displayer
17609 Downloads
Images handler that will generate image thumbs and serve them when displayed (like the drupal image styles services)
mouf/utils.console
110768 Downloads
A console for the Mouf PHP framework.
mouf/utils.common.mouf-helpers
46890 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....