2017 © Pedro Peláez
 

Search Packages

Find that treasure that you need with this tool...

Finded 119,531 results.

mouf/symfony-middleware

This package provides a StackPHP middleware that can be used to use a Symfony application as a middleware (instead of an app)

See more..

  • Tuesday, February 9, 2016
  • by mouf
  • Repository
  • 2 Watchers
  • 24 Stars
  • 15,708 Installations

mouf/tdbm-hydrator

A PHP hydrator allowing easy mapping between an array and an object.

See more..

  • Tuesday, July 5, 2016
  • by mouf
  • Repository
  • 6 Watchers
  • 0 Stars
  • 7,015 Installations

mouf/utils.action.action-interface

This package contains an interface used by many objects to say they can do stuff. Actually, they can perform one particular action and has been designed for that. The action performed is completely up to the implementer (sending a mail, storing a result in database, displaying something on the screen...) The concept is very simple, and very powerful at the same time.

See more..

  • Tuesday, October 29, 2013
  • by mouf
  • Repository
  • 10 Watchers
  • 0 Stars
  • 66,872 Installations

2do/contao-shop-bundle

Contao 4 IIDO Shop Bundle

See more..

  • Thursday, April 26, 2018
  • by pressi
  • Repository
  • 1 Watchers
  • 0 Stars
  • 12 Installations

mouf/utils.action.common-action

This package contains common classes that implement the ActionInterface interface (from the mouf/utils.action.action-interface package).

See more..

  • Friday, January 23, 2015
  • by mouf
  • Repository
  • 10 Watchers
  • 0 Stars
  • 66,205 Installations

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.

See more..

  • Wednesday, March 23, 2016
  • by mouf
  • Repository
  • 2 Watchers
  • 0 Stars
  • 69,041 Installations

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.

See more..

  • Tuesday, September 8, 2015
  • by mouf
  • Repository
  • 7 Watchers
  • 0 Stars
  • 69,589 Installations

250/shared

Top 250 shared code library.

See more..

  • Wednesday, May 23, 2018
  • by Bilge
  • Repository
  • 2 Watchers
  • 2 Stars
  • 252 Installations

mouf/utils.cache.file-cache

This package contains a cache mechanism that relies on temporary files.

See more..

  • Thursday, September 22, 2016
  • by mouf
  • Repository
  • 5 Watchers
  • 0 Stars
  • 69,445 Installations

mouf/utils.cache.in-memory-cache

This package contains the most basic cache mechanism. It stores cache items in an array. It means the cache is flushed as soon as the script returns. It is very basic, but also very fast. You will usually use this mechanism with another one just behind.

See more..

  • Friday, July 10, 2015
  • by mouf
  • Repository
  • 10 Watchers
  • 1 Stars
  • 66,396 Installations

mouf/utils.cache.memcache-cache

This package contains a cache mechanism that relies on the Memcached database. For this cache to work, the memcache Pecl package must be enabled.

See more..

  • Tuesday, April 25, 2017
  • by mouf
  • Repository
  • 2 Watchers
  • 0 Stars
  • 160 Installations

mouf/utils.cache.psr6-ui

This package contains a user interface that will add a 'Purge PSR-6 cache' button to Mouf, allowing you to purge any PSR-6 cache pool easily.

See more..

  • Tuesday, June 7, 2016
  • by mouf
  • Repository
  • 6 Watchers
  • 0 Stars
  • 13,593 Installations

mouf/utils.cache.memcached-cache

This package contains a cache mechanism that relies on the Memcached database. For this cache to work, the memcached Pecl package must be enabled.

See more..

  • Thursday, January 8, 2015
  • by mouf
  • Repository
  • 2 Watchers
  • 0 Stars
  • 9 Installations

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

See more..

  • Tuesday, March 24, 2015
  • by mouf
  • Repository
  • 2 Watchers
  • 0 Stars
  • 33,940 Installations

mouf/utils.common.doctrine-cache-wrapper

Provide an install script for a Doctrine's Cache in Mouf Framework.

See more..

  • Wednesday, April 13, 2016
  • by mouf
  • Repository
  • 12 Watchers
  • 0 Stars
  • 17,367 Installations

zz98500/phpword

PHPWord - A pure PHP library for reading and writing word processing documents (OOXML, ODF, RTF, HTML, PDF)

See more..

  • Saturday, September 30, 2017
  • by zz98500
  • Repository
  • 0 Watchers
  • 0 Stars
  • 80 Installations

mouf/utils.cache.redis-cache

This package contains a cache mechanism that uses Redis to cache data.

See more..

  • Tuesday, March 19, 2013
  • by mouf
  • Repository
  • 2 Watchers
  • 0 Stars
  • 5 Installations

mouf/utils.cache.session-cache

This package contains a cache mechanism that relies on the session of the user. Therefore, the cache is a bit special, since it is kept for the duration of the session, and is only accessible by the current user. The session has to be started (using session_start()).

See more..

  • Tuesday, March 19, 2013
  • by mouf
  • Repository
  • 2 Watchers
  • 0 Stars
  • 5 Installations

10quality/php-emoji

PHP Emoji coverter library.

See more..

  • Tuesday, November 7, 2017
  • by amostajo
  • Repository
  • 3 Watchers
  • 0 Stars
  • 17 Installations

mouf/utils.common.conditioninterface

This package contains one interface for condition, and a few classes that implement it. For instance, AndCondition that requires all conditions to be met, and OrCondition that requires at least one condition to be met. A condition is a class that possesses an 'isOk' method. The condition returns true if the condition is met, and false otherwise.

See more..

  • Wednesday, January 28, 2015
  • by mouf
  • Repository
  • 1 Watchers
  • 3 Stars
  • 72,097 Installations

mouf/utils.common.doctrine-annotations-wrapper

Provide an install script for a Doctrine's AnnotationReader in Mouf Framework.

See more..

  • Wednesday, February 11, 2015
  • by mouf
  • Repository
  • 12 Watchers
  • 0 Stars
  • 16,758 Installations

mouf/utils.common.formatters

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.

See more..

  • Tuesday, January 14, 2014
  • by mouf
  • Repository
  • 2 Watchers
  • 1 Stars
  • 9,463 Installations

mouf/utils.common.getvars

This is a legacy non-OO package and should not be used in recent developments. A simple package that provides functions to get the parameters from the request in a consistent way. The varaiables can be rerieved in a way that is independent of the php.ini configuration file. Especially, it can cancel the effect of the dreadful 'magic_quotes' parameter.

See more..

  • Wednesday, June 4, 2014
  • by mouf
  • Repository
  • 2 Watchers
  • 0 Stars
  • 31,877 Installations

mouf/utils.common.lock

A simple package that provides functions to get a lock. Typically, you want to use locks when you want to be sure that 2 actions do not happen at the same time. For instance, if you regularly schedule cron tasks, you might want to be sure the last cron task finished before running the new one. A lock can help you do that.

See more..

  • Monday, September 15, 2014
  • by mouf
  • Repository
  • 12 Watchers
  • 1 Stars
  • 10,285 Installations

mouf/utils.common.mouf-helpers

This package contains a set of utility classes that will help you build UI for Mouf. This is mostly useful for package builders if they want to provide advanced UI, etc....

See more..

  • Monday, March 31, 2014
  • by mouf
  • Repository
  • 2 Watchers
  • 0 Stars
  • 12,029 Installations

mouf/utils.common.paginable-interface

This package contains an interface used by objects to say they can paginate data. The concept is very simple, the object implements a paginate method that takes a limit and an offset, and that's it!

See more..

  • Tuesday, October 29, 2013
  • by mouf
  • Repository
  • 10 Watchers
  • 0 Stars
  • 21,637 Installations

mouf/utils.common.sortable-interface

This package contains an interface used by objects to say they can sort data. The concept is very simple, the object implements a sort method that takes a key (the sort column) and a direction, and that's it!

See more..

  • Tuesday, October 29, 2013
  • by mouf
  • Repository
  • 10 Watchers
  • 0 Stars
  • 21,631 Installations

zver/meter

package for measure execution time

See more..

  • Friday, July 20, 2018
  • by s4urp8n
  • Repository
  • 1 Watchers
  • 0 Stars
  • 7 Installations

mouf/utils.common.symfony-validator-wrapper

Provide an install script for a Doctrine's AnnotationReader in Mouf Framework.

See more..

  • Thursday, April 24, 2014
  • by mouf
  • Repository
  • 12 Watchers
  • 0 Stars
  • 817 Installations

zurborg/system-locales

Wrapper for your system locales

See more..

  • Saturday, October 21, 2017
  • by zurborg
  • Repository
  • 1 Watchers
  • 0 Stars
  • 40 Installations

mouf/utils.common.url-interface

This package contains an interface used by many objects to say they represent a URL. The concept is very simple, the object implements a getUrl method, and that's it!

See more..

  • Tuesday, October 29, 2013
  • by mouf
  • Repository
  • 10 Watchers
  • 0 Stars
  • 66,106 Installations

mouf/utils.common.validators

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

See more..

  • Wednesday, June 4, 2014
  • by mouf
  • Repository
  • 2 Watchers
  • 0 Stars
  • 33,232 Installations

zuragan/lazada-api-php

Lazada Seller API wrapper

See more..

  • Wednesday, October 25, 2017
  • by arseto
  • Repository
  • 2 Watchers
  • 2 Stars
  • 269 Installations

mouf/utils.composite-exception

This project contains a simple PHP exception that can aggregate multiple exceptions in one.

See more..

  • Friday, September 18, 2015
  • by mouf
  • Repository
  • 4 Watchers
  • 0 Stars
  • 45,463 Installations

zulucrypto/mobius-php

API client for Mobius

See more..

  • Monday, January 15, 2018
  • by zulucrypto
  • Repository
  • 1 Watchers
  • 2 Stars
  • 31 Installations

mouf/utils.console

A console for the Mouf PHP framework.

See more..

  • Thursday, June 15, 2017
  • by mouf
  • Repository
  • 13 Watchers
  • 0 Stars
  • 21,726 Installations

mouf/utils.constants.debug

This package contains a simple installer for Mouf that will create a constant 'DEBUG' in your project and initialize it to true. Useful for packages supporting a 'debug' mode.

See more..

  • Monday, June 16, 2014
  • by mouf
  • Repository
  • 12 Watchers
  • 0 Stars
  • 63,814 Installations

mouf/utils.constants.secret

This package contains a simple installer for Mouf that will create a constant 'SECRET' in your project and initialize it to some random value.

See more..

  • Tuesday, November 5, 2013
  • by mouf
  • Repository
  • 10 Watchers
  • 0 Stars
  • 68,516 Installations

mouf/utils.fs-patcher

A patch system than holds a list of patches and tells what patch has been run and what needs to be run on its environment.

See more..

  • Friday, February 26, 2016
  • by mouf
  • Repository
  • 5 Watchers
  • 0 Stars
  • 5 Installations

mouf/utils.graphics.image-preset-displayer

Images handler that will generate image thumbs and serve them when displayed (like the drupal image styles services)

See more..

  • Wednesday, February 28, 2018
  • by mouf
  • Repository
  • 0 Watchers
  • 0 Stars
  • 4,577 Installations

zou/text

The ThinkPHP5 thinkcms-auth Package.

See more..

  • Friday, October 13, 2017
  • by zouxiang0639
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations

mouf/utils.graphics.mouf-imagine

Wrapper around the Imagine library, that allows to associate a set of Imagine Filters to an URL, like the LiipImagineBundle does for Symfony

See more..

  • Tuesday, December 12, 2017
  • by mouf
  • Repository
  • 4 Watchers
  • 0 Stars
  • 1,455 Installations

mouf/utils.graphics.mouf-imagine-addons

Extending Imagine filters for easier filter definition

See more..

  • Wednesday, January 25, 2017
  • by mouf
  • Repository
  • 4 Watchers
  • 0 Stars
  • 1,221 Installations

mouf/utils.i18n.fine

Fine is a PHP internationalisation package. It will help you provide applications that support several languages. FINE means: Fine is not english :). Translation is performed using PHP mapping files, but you will have a nice graphical interface in the Mouf framework to write your own translated messages.

See more..

  • Friday, August 4, 2017
  • by mouf
  • Repository
  • 2 Watchers
  • 0 Stars
  • 34,447 Installations

zning/laravelsidebar

this is sidebar package base on bootstrap3

See more..

  • Wednesday, December 13, 2017
  • by lizhenning87
  • Repository
  • 1 Watchers
  • 0 Stars
  • 48 Installations

mouf/utils.i18n.fine-export

Package to Export/Import all translation with Excel files of Fine i18n element.

See more..

  • Tuesday, October 29, 2013
  • by mouf
  • Repository
  • 8 Watchers
  • 0 Stars
  • 112 Installations

mouf/utils.i18n.fine.common

This package contains the class to cascade the translation, default instance and the interface for fine ui.

See more..

  • Monday, October 3, 2016
  • by mouf
  • Repository
  • 16 Watchers
  • 0 Stars
  • 3,603 Installations

zmshurik/brain-games

The project where I'm lerning to code :)

See more..

  • Friday, October 6, 2017
  • by zmshurik
  • Repository
  • 1 Watchers
  • 0 Stars
  • 22 Installations

mouf/utils.i18n.fine.db-translator

Fine is a PHP internationalisation package. It will help you provide applications that support several languages. FINE means: Fine is not english :). This package provides a DB mapper that stores translations in database.

See more..

  • Friday, July 8, 2016
  • by mouf
  • Repository
  • 13 Watchers
  • 0 Stars
  • 17 Installations

zmecust/laravel-permission

a laravel package about permission management

See more..

  • Sunday, May 27, 2018
  • by zmecust
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations