Libraries tagged by contains
oxid-esales/deployment-tools
3871 Downloads
The component contains deployment tools.
o3-shop/shop-ce
1289 Downloads
This package contains O3-Shop CE source code.
o3-shop/developer-tools
1110 Downloads
The component contains developer tools.
o2system/psr
18689 Downloads
O2System PSR it's build based on PHP Framework Interop Group (PHP-FIG) standards recommendations. This repository contains a collection of PHP interfaces based on the PSR-0 until the PSR-7.
neos/contentrepositoryregistry-testsuite
204 Downloads
Testing support suite for the Neos Content Repository Registry. Contains fixtures and helpers for all layers of tests
neos/contentrepository-testsuite
259 Downloads
Testing support suite for the Neos Content Repository. Contains fixtures and helpers for all layers of tests
mouf/utils.value.common-value
107985 Downloads
This package contains common classes that implement the ValueInterface interface (from the mouf/utils.value.value-interface package).
mouf/utils.package-builder
18967 Downloads
This package contains a set of utility functions for Mouf to ease the way you can build packages.
mouf/utils.mailer.mail-interface
46961 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
182705 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
182662 Downloads
This package contains a logger that logs messages directly to the PHP error log (using the error_log PHP function)
mouf/utils.composite-exception
248075 Downloads
This project contains a simple PHP exception that can aggregate multiple exceptions in one.
mouf/utils.common.validators
162281 Downloads
This package contains typical validators to be used in your application. A validator is a class that decides whether a string is valid or not. For instance, you could use an EmailValidator to validate that a string is a mail, etc...
mouf/utils.common.formatters
33197 Downloads
Formatters are simple classes that transform a string into another. For instance, a formatter could be used to format a date, translate a string, put a string in bold, etc... This package contains the formatter interface, plus a number of useful formatters.
mouf/utils.cache.purge-ui
183786 Downloads
This package contains a user interface that will add a 'Purge cache' button to Mouf, allowing you to purge any PSR-6, PSR-16, Doctrine and Mouf cache easily.