Libraries tagged by zset
zetacomponents/database
882945 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/cache
484790 Downloads
A solution for caching, supporting multiple backends allowing you to specify the best performing solution for your caching-problem.
zetacomponents/archive
481881 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
165895 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.
aoepeople/zettr
9618 Downloads
Manage and apply settings (formerly known as EnvSettingsTool)
zetaphor/reddit-api-client
2570 Downloads
Provides an interface to the API at reddit.com
zetacomponents/workflow-database-tiein
157721 Downloads
Contains the database backend for the Workflow component.
zetacomponents/user-input
17342 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
49095 Downloads
The Url package provides basic operations to handle urls (parse, build, get/set path, get/set query).
zetacomponents/translation-cache-tiein
15604 Downloads
This component adds the TranslationCache backend to the Translation component and allows cached translations.
zetacomponents/template
26892 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
466632 Downloads
The SignalSlot component implements a mechanism for inter and intra object communication through the use of signals and slots.
zetacomponents/persistent-object-database-schema-tiein
6231 Downloads
This component allows the automatic generation of PersistentObject definition files from DatabaseSchema definitions.
zetacomponents/persistent-object
488748 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-authentication-tiein
444324 Downloads
This component provides authentication filters for the MvcTools component.