Popular Packages

  • PHP

    mschop/simplified-isolator

    Simplified isolator without dynamic code generation as replacement for icecave/isolator.

  • PHP

    automattic/jetpack-waf

    Tools to assist with the Jetpack Web Application Firewall

  • PHP

    rabol/filament-logviewer

    Logviewer for Filament admin

  • PHP

    guysolamour/laravel-cinetpay

    A laravel wrapper for cinetpay

  • PHP

    koala-labs/pouch

    A magical implementation of Laravel's Eloquent models as injectable, masked resource repositories.

  • PHP

    ironcorelabs/tenant-security-client-php

    IronCore Tenant Security Client for PHP

  • PHP

    oat-sa/extension-tao-dac-simple

    extension that allows admin to give access to some resources to other people

  • PHP

    bugsnag/bugsnag-silex

    The Bugsnag middleware for Silex

    Abandoned!

  • PHP

    mouf/html.utils.bootstrap

    This package contains an installer for the Bootstrap HTML/CSS/JS library in the Mouf framework to add Bootstrap easily in your Mouf project.

  • 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.template.menus.basicmenu

    This package contains a single class in charge of rendering a 'Menu' instance in HTML using the toHtml() method. The rendering is performed using <ul> and <li> tags.

  • PHP

    mouf/security.userfiledao

    This package contains an implementation of a UserDao, that stores the application users in a simple PHP file. It can be used together with the MoufUserService to provide easy access management to an application. Since the users are stored in a PHP file, this very special DAO does not require a datab

  • PHP

    mouf/utils.cache.no-cache

    This package contains a cache mechanism that... does not cache anything. This is useful if another component requires a cache mechanism and if you don't want to provide any (for development purpose...).

  • PHP

    mouf/html.template.mouftemplate

    This package contains a template for the Mouf administration interface. The content is automatically adjusted to the website page to use all the width. Anyway, you can use this component as a model if you like.