Popular Packages

  • PHP

    homm/hommxmlsitemap

    Craft CMS Plugin to provide and manage XML Sitemap

  • PHP

    kerattila/laravel-track-author

    Extension to add created_by, updated_by and deleted_by columns to Eloquent models.

  • PHP

    sunkan/serverless-config-builder

    Library to help with programmatically generate serverless.yml

  • PHP

    svc/log-bundle

    Bundle to log events and statistics in a database table

  • PHP

    xeki-tech/html-twig

    Handing twig in xeki framework

  • php-extended/php-scorekeeper-object

    A library that implements the php-scorekeeper-interface library

  • PHP

    netcommons/roles

    Roles Plugin for NetCommons3

  • 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.

  • JavaScript

    justoverclock/flarum-ext-emoticonpack

    Emoticons pack for Flarum

  • 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.