beberlei member since: Oct 10, 2011

beberlei's packages

  • PHP

    zetacomponents/mvc-authentication-tiein

    This component provides authentication filters for the MvcTools component.

  • PHP

    zetacomponents/mvc-feed-tiein

    This component provides a view handler that renders result data as an ATOM or RSS feed.

  • PHP

    zetacomponents/mvc-mail-tiein

    This component provides a request parser that extracts request data from e-mail messages.

  • PHP

    zetacomponents/mvc-template-tiein

    This component provides a view handler that renders result data with the Template component.

  • PHP

    zetacomponents/mvc-tools

    The MvcTools component provides functionality for request parsing, routing, dispatching, views and response writing. With the tools in this component you can very easily build an MVC framework.

  • PHP

    zetacomponents/persistent-object

    This component allows you to store an arbitrary data structures to a fixed database table. The component provides all the functionality needed to fetch, list, delete etc these datastructures.

  • PHP

    zetacomponents/persistent-object-database-schema-tiein

    This component allows the automatic generation of PersistentObject definition files from DatabaseSchema definitions.

  • PHP

    zetacomponents/php-generator

    Provides a simple interface for creating PHP files and executing PHP code.

  • PHP

    zetacomponents/reflection

    The main objective of the Reflection component is to enhance PHP by type information and annotations. It uses source code documentation to determine data types and other pieces of information provided via annotations. Those annotations can be used to realize systems which depend on strong type information or additional details about the source code itself.

  • PHP

    zetacomponents/search

    The Search component provides an interface to index and query documents with different search engine backends.

  • PHP

    zetacomponents/signal-slot

    The SignalSlot component implements a mechanism for inter and intra object communication through the use of signals and slots.

  • PHP

    zetacomponents/system-information

    Provides access to common system variables, such as CPU type and speed, and the available amount of memory.

  • PHP

    zetacomponents/template

    A fully functional Templating system, supporting template compilation in different levels, user defined functions and operators, an optimizer, output escaping for different output handlers to prevent XSS and other security problems and a plug in system for extra functionality (such as a Translation system).

  • PHP

    zetacomponents/template-translation-tiein

    Provides functionality to use translations inside templates.

  • PHP

    zetacomponents/translation

    A component that reads XML translation definitions (the Qt Linguist format), supports caching of translation contexts and presents you with a class to apply translations to strings. A filter system allows you to transform translation definitions for special use.