beberlei member since: Oct 10, 2011
beberlei's packages
-
PHP
zetacomponents/console-tools
A set of classes to do different actions with the console (also called shell). It can render a progress bar, tables and a status bar and contains a class for parsing command line options.
-
PHP
zetacomponents/database
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.
-
PHP
zetacomponents/database-schema
A set of classes that allow you to extract information from a database schema, compare database schemas and apply a set of changes to a database schema.
-
PHP
zetacomponents/debug
This component provides a set of classes that help you to debug an application. It provides timers and report generators for different formats that give a summary of warnings and errors that occurred within your application.
-
PHP
zetacomponents/document
The Document components provides a general conversion framework for different semantic document markup languages like XHTML, Docbook, RST and similar.
-
PHP
zetacomponents/event-log
Allows you to log events or audit trails into files or other storage spaces in different formats.
-
PHP
zetacomponents/event-log-database-tiein
Contains the database writer backend for the EventLog component.
-
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.