Popular Packages
-
PHP
audentio/laravel-notifications
Base notifications and notification preferences system for Audentio platforms.
-
-
-
-
php-extended/php-scorekeeper-object
A library that implements the php-scorekeeper-interface library
-
PHP
mouf/html.template.templateinterface
This package contains the definition of an HTML template (the TemplateInterface interface) and an helper class to build HTML templates easily (the BaseTemplate class).
-
PHP
mouf/utils.log.errorlog_logger
This package contains a logger that logs messages directly to the PHP error log (using the error_log PHP function)
-
PHP
mouf/html.widgets.menu
This package contains objects describing a menu of an application. The menu is described, but this package does not render the menu in any way. You will have to use another package to render the menu in HTML. Usually, templates will provide their own menu renderers.
-
PHP
magenizr/magento2-scopeinfo
This module provides you a list of changes from `core_config_data` whenever a value is overridden in a lower scope.
-
PHP
wpsyntex/polylang-wc-stubs
Polylang WooCommerce function and class declaration stubs for static analysis.
-
-
PHP
mouf/security.userservice
A set of PHP class to manage log-in and log-out of web applications and that integrates with Mouf.
-
PHP
mouf/security.userservice-splash
This package contains a set of class to bind the Splash MVC framework (>=v4.0) with the UserService component. It features: a @Logged annotation to restrict access to logged users only.
-
PHP
mouf/utils.cache.cache-interface
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.
-
PHP
mouf/utils.cache.apc-cache
This package contains a cache mechanism that relies on the APC caching system. For this cache to work, the APC Pecl package must be enabled.