zetacomponents/unit-test dependents (47) Order by: name | downloads Show: all | require | require-dev

  • PHP

    zetacomponents/user-input

    A component that assists you to safely user input variables coming into your application. It builds on top of PHP's filter extension and extends it by providing a more inituitive API.

  • PHP

    zetacomponents/database-schema

    A set of classes that allow you to extract information from a database schema, compare database schemas and apply a set of changes to a database schema.

  • PHP

    zetacomponents/event-log-database-tiein

    Contains the database writer backend for the EventLog component.

  • PHP

    zetacomponents/workflow-signal-slot-tiein

    Contains the SignalSlot links for the Workflow component.

  • PHP

    zetacomponents/execution

    Provides functionality to give feedback to your application's users when a fatal error happened or an uncaught exception was thrown.

  • PHP

    zetacomponents/file

    Provides support for file operations which are not covered by PHP or are just missing.

  • PHP

    zetacomponents/translation-cache-tiein

    This component adds the TranslationCache backend to the Translation component and allows cached translations.

  • PHP

    zetacomponents/persistent-object-database-schema-tiein

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

  • PHP

    zetacomponents/tree

    The Tree component handles the creating, manipulating and querying of tree structures. The component supports different storage algorithms for optimal performance.

  • PHP

    zetacomponents/search

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

  • PHP

    zetacomponents/tree-database-tiein

    The Tree component handles the creating, manipulating and querying of tree structures. This component implements the database related backends and data stores.

  • PHP

    zetacomponents/mvc-mail-tiein

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

  • PHP

    zetacomponents/tree-persistent-object-tiein

    The Tree component handles the creating, manipulating and querying of tree structures. This component uses persistent objects as data storage for the data elements of the tree nodes.

  • PHP

    zetacomponents/graph-database-tiein

    The GraphDatabaseTiein provides functionality to directly use PDO statements as basis for ezcGraph Datasets.

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