Libraries tagged by zset
zetacomponents/persistent-object
487164 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
477356 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
515598 Downloads
A set of classes to apply different filters on images, such as colour changes, resizing and special effects.
zetacomponents/event-log
487667 Downloads
Allows you to log events or audit trails into files or other storage spaces in different formats.
zetacomponents/database
877634 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
495689 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
481604 Downloads
A solution for caching, supporting multiple backends allowing you to specify the best performing solution for your caching-problem.
zetacomponents/archive
480714 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.
aoepeople/zettr
9518 Downloads
Manage and apply settings (formerly known as EnvSettingsTool)
zetacomponents/user-input
15460 Downloads
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.
zetacomponents/url
48321 Downloads
The Url package provides basic operations to handle urls (parse, build, get/set path, get/set query).
zetacomponents/unit-test
9439 Downloads
zetacomponents/unit-test Component
zetacomponents/translation-cache-tiein
13685 Downloads
This component adds the TranslationCache backend to the Translation component and allows cached translations.
zetacomponents/template
26507 Downloads
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).
zetacomponents/signal-slot
465417 Downloads
The SignalSlot component implements a mechanism for inter and intra object communication through the use of signals and slots.