Libraries tagged by zewa
zetacomponents/mvc-tools
479266 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
517624 Downloads
A set of classes to apply different filters on images, such as colour changes, resizing and special effects.
zetacomponents/database
885110 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
498124 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
486047 Downloads
A solution for caching, supporting multiple backends allowing you to specify the best performing solution for your caching-problem.
zetacomponents/archive
482471 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
166002 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.
tylercd100/laravel-validator-color
79027 Downloads
Validate that a certain value is a valid CSS color string in Laravel 5
nikhilbhatia22/laravel-validator-color
26517 Downloads
Validate that a certain value is a valid CSS color string in Laravel 5 and above
neilnz/nzbankaccountvalidation
27197 Downloads
A library to validate the checksums of New Zealand bank account numbers
badinansoft/table-footer
12548 Downloads
A Laravel Nova tool for adding a footer to a table, that will calculate the total of the columns
zetacomponents/workflow-database-tiein
157818 Downloads
Contains the database backend for the Workflow component.
zetacomponents/user-input
17993 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
49383 Downloads
The Url package provides basic operations to handle urls (parse, build, get/set path, get/set query).
zetacomponents/translation-cache-tiein
16250 Downloads
This component adds the TranslationCache backend to the Translation component and allows cached translations.