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 ...
HTML, Validation, AJAX Class that generates HTML forms supporting: - Multiple inputs may be interconnected in such way that client side events that occur on one input can trigger actions on the context of other inputs. Developers may use input interconnection support without writing Javascript code ...
Algorithms, Graphics, Tools, PHP 8 This package can generate QR code images in several formats. It can take a string of data to encode and output an image of the QR code or save to a file in one of several formats supported by the package. Currently, it can: - Output in formats like PNG, SVG, PDF ...
HTTP, PHP 5, Validation This package can fetch and validate forms and request values. It can take rules and other types of details using a chained interface for defining the values to be validated that can have been submitted to the server via forms or parameters of links that were clicked by the ...
HTML, Unix, PHP 7, Documents This package can convert PDF documents to HTML using poppler. It provides classes that can parse a PDF document using the pdf2html tool of the poppler package and generates an HTML document from the PDF document content. Currently, it can: - Get the HTML as a string from ...
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 ...
HTML, XML, PHP 5, Content management, P... This package can display eBooks in the epub format. It can retrieve a given ebook from a local file or a remote URL. The class can extract its contents and display the ebook on a Web page. The ebook can be accessed via Web requests to the extracted ebook ...
E-Commerce, Cryptography, Web services, F..., P... This package can process payments using Toncoin and sells ebooks. It provides a pure PHP library to perform blockchain transactions with Toncoin by sending HTTP requests to the TonCenter Web services API. Currently it can: - Use Ed25519 key pair ...
Networking, HTTP, PHP 5, Files and Fo..., L..., L... This package can process asynchronous I/O in pure PHP like Node.js. It can register callback functions that are invoked when specific events occur. The IOLoop class uses the libevent extension to add or remove streams of data or timers to watch ...
HTML, PHP 7 This package can Generate HTML using functions with the tag names. It provides a class with the __call magic method that can generate an HTML tag from parameters passed to the function, using the name of the function that was called as the name of the tag to generate. The class uses the ...