Libraries tagged by zcta
zetacomponents/translation
52234 Downloads
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.
zetacomponents/signal-slot
478820 Downloads
The SignalSlot component implements a mechanism for inter and intra object communication through the use of signals and slots.
zetacomponents/persistent-object
503262 Downloads
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.
zetacomponents/mvc-tools
490953 Downloads
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.
zetacomponents/image-conversion
528125 Downloads
A set of classes to apply different filters on images, such as colour changes, resizing and special effects.
zetacomponents/image-analysis
529006 Downloads
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.
zetacomponents/database
919196 Downloads
A lightweight database layer on top of PHP's PDO that allows you to utilize a database without having to take care of differences in SQL dialects.
zetacomponents/configuration
511760 Downloads
A component that allows you to use configuration files in different formats. The formats include the standard .ini file, and an array based format.
zetacomponents/cache
506772 Downloads
A solution for caching, supporting multiple backends allowing you to specify the best performing solution for your caching-problem.
zetacomponents/authentication
457882 Downloads
The purpose of the Authentication component is to provide support for different means of identification and authentication of users using different providers and protocols.
zetacomponents/archive
492016 Downloads
The component allows you to create, modify, and extract archive files of various formats. The currently supported archives formats are Tar (with the flavours: ustar, v7, pax, and gnu) and Zip.
zetacomponents/workflow
167774 Downloads
The purpose of the Workflow component is to provide the core functionality of an activity-based workflow system including the definition and execution of workflow specifications.
redstonepfalz/zitadel-php-client
4070 Downloads
PHP-Client for Zitadel
zetacomponents/workflow-database-tiein
159459 Downloads
Contains the database backend for the Workflow component.
zetacomponents/url
55444 Downloads
The Url package provides basic operations to handle urls (parse, build, get/set path, get/set query).