mouf member since: Jun 20, 2012

mouf's packages

  • PHP

    container-interop/definition-interop

    Promoting container interoperability through standard definitions

  • PHP

    container-interop/definition-interop-tests

    Test suite that validates whether a container is compatible with definition-interop.

  • PHP

    container-interop/service-provider

    Promoting container interoperability through standard service providers

  • PHP

    mouf/alias-container

    This package contains a really minimalist dependency injection container that can be used to create aliases of instances in existing containers.

  • PHP

    mouf/archive-installer

    This is a simple installer that let's you create simple Composer packages that are actually downloading and extracting an archive from the web.

  • PHP

    mouf/classname-mapper

    Provides a way to find in which PHP files a class will be looked upon.

  • PHP

    mouf/cms.cms-controller

    CMS controller helps user to create and manage their own pages

  • PHP

    mouf/cms.scaffolder

    This package allow you to auto generate functional CMS components.

  • PHP

    mouf/codestylefixservice

    Fix code style automatically

  • PHP

    mouf/container-installer

    This package contains a PHP dependency injection container detector and aggregator. The idea is to have potentially one DI container per composer package and to aggregate all those containers into a 'root' container.

  • mouf/crystal-project

    This package contains the everaldo icon set. This is a set of icons that can be used in any web application.

  • PHP

    mouf/database.dao-interface

    This package only contains a basic interface for implementing common DAO methods. Those DAOs will be used by BCE forms among other things.

  • PHP

    mouf/database.datasource.datasource-interface

    This package only contains basic interfaces for implementing data sources.

  • PHP

    mouf/database.dbconnection

    This package contains object to perform database connections. Connections are performed using the PDO library. Therefore, the PDO extension must be enabled to use this package. This package will allow you to connect to MySql and PostgreSql databases. The DB Connection class has special features to help you get informations about the database schema, and especially about the constraints between tables.

  • PHP

    mouf/database.dbstats

    This package provides a set of classes that can be used to create 'aggregation' table containing high-level statistics about your database. The DB_Stats can be used to initalize the aggregation tables and automatically create triggers that will update data in real time.