Email, Networking, Searching, PHP 8 This package can retrieve email messages from an IMAP server. It provides a class that provides a fluent interface to retrieve messages in a mailbox accessed using the IMAP protocol. Currently, it can: - Fetch messages - Mark messages as read, as unread, as answered ...
PHP 5, User Management, Web services This class can authorize the access of users to an API using the OAuth protocol. It abstracts OAuth1 (1.0 and 1.0a) and OAuth2 in the same class, so you can use the same code to authorize the access on behalf of the current user any API that supports any version ...
PHP 5, Searching, Web services This class can get results from search sites for given keywords. It can send HTTP requests to different search sites given the search keywords, the search engine results URL pattern and the path of the HTML elements with the search result URLs and the search results ...
HTML, XML, PHP 5, SEO This package can be used to perform tasks for on page search optimizations. It can generate several parts of a HTML pages and site files that are used by Google and other search engines to understand better the pages to make more relevant and appear well in the search rankings ...
PHP 5, Databases, Libraries, Design P... This package is a MVC framework providing autogenerated MySQL models. It provides base classes for creating Web applications like controllers, models and view classes, as well as, a set of MVC components for commons database operations like search, sort, paginate ...
PHP 5, Web services, Geography This package provides an API to search for Brazilian zip codes. It provides an API that can perform searches for zip codes in Brazil based on the city or state, or get the location associated to a given zip code. In Portuguese: Este componente pode realizar pesquisas ...
HTML, PHP 5, Text processing This package can replace emoticon text by HTML image tags. It can search for emoticon text characters in a given text string and replace them by equivalent emoticon images. The emoticon text and image mappings are defined in a separate script that maps emoticon names ...
PHP 5, Text processing This class can be used to search and match text using regular expressions. It provides several static functions that can be used to perform several types of operations with text strings and regular expressions. Currently it can test if a regular expression is valid, find if ...
HTML, Templates, PHP 8 This package can generate HTML for links and forms from templates. It provides a class that can generate HTML for links or forms that can lead users to specific pages. The class has support to generate HTML for the links and forms using templates. It can replace variable values ...
HTML, PHP 5 This class can generate HTML5 documents programmatically. It provides an extensive list static functions that can take a few parameters and generate HTML open and close tags including some that were introduced in HTML5. Currently it supports tags for document head and body, paragraphs ...