Libraries tagged by fountain
php-sap/common
18769 Downloads
Exceptions and abstract classes containing logic for PHP/SAP that is not specific to the underlying PHP module.
papec/source-hints
12019 Downloads
Hints for templates/blocks/containers when inspecting code
oxid-esales/vcms-examples
926 Downloads
This module contains examples for vcmsmodule.
oxid-esales/deployment-tools
7587 Downloads
The component contains deployment tools.
openeuropa/oe_starter_content
15188 Downloads
OpenEuropa Drupal module that contains content types to quickstart a project.
objective-php/services-factory
122336 Downloads
Services container for Objective PHP
o3-shop/shop-ce
3246 Downloads
This package contains O3-Shop CE source code.
myparcelcom/auth-module
28974 Downloads
Package for validating a JWT token and checking the contained scopes
mouf/utils.log.psr.errorlog_logger
393726 Downloads
This package contains a PSR-3 compatible logger that logs messages directly to the PHP error log (using the error_log PHP function)
mouf/utils.constants.secret
375796 Downloads
This package contains a simple installer for Mouf that will create a constant 'SECRET' in your project and initialize it to some random value.
mouf/utils.constants.debug
363395 Downloads
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.
mouf/utils.composite-exception
250814 Downloads
This project contains a simple PHP exception that can aggregate multiple exceptions in one.
mouf/utils.common.url-interface
355294 Downloads
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!
mouf/utils.common.sortable-interface
227960 Downloads
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!
mouf/utils.common.paginable-interface
227967 Downloads
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!