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

  • 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/feed

    This component handles parsing and creating RSS1, RSS2 and ATOM feeds, with support for different feed modules (dc, content, creativeCommons, geo, iTunes).

  • PHP

    zetacomponents/file

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

  • PHP

    zetacomponents/graph

    A component for creating pie charts, line graphs and other kinds of diagrams.

  • PHP

    zetacomponents/graph-database-tiein

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

  • PHP

    zetacomponents/image-analysis

    This class allows you to analyse image files in different ways. At least the MIME type of the file is returned. In some cases (JPEG, TIFF and GIF) additional information is gathered as well.

  • PHP

    zetacomponents/image-conversion

    A set of classes to apply different filters on images, such as colour changes, resizing and special effects.

  • PHP

    zetacomponents/mail

    The component allows you construct and/or parse Mail messages conforming to the mail standard. It has support for attachments, multipart messages and HTML mail. It also interfaces with SMTP to send mail or IMAP, POP3 or mbox to retrieve e-mail.

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