Cryptography, User Management, Security This class can be used to authenticate and manage OTP user tokens for strong two-factor authentication. It can create, update and delete tokens to authenticate users with one time passwords (OTP). The users data is stored in files. The class can also check ...
PHP 5, Web services, Chat, Blogs This package can post about WordPress articles in a Discord channel. It provides a WordPress plugin adds a check box field in the WordPress post editor to let the editor tell if a notification will be sent to a Discord channel when the post is published or updated ...
PHP 5, Graphics, User Management, Art... This package can recognize users by their face pictures. It provides a single page application that can take user pictures with a Webcam and extract the picture images using the face-api.js JavaScript library. The application checks a database on the server ...
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 ...
Networking, PHP 5, Databases This package implements a client to get MySQL replication events in pure PHP. It establishes a socket connection to a MySQL binary log server to so it can listen to MySQL database changes events like insert, update, delete queries with their data as well raw SQL queries ...
PHP 5, Libraries, Design Patterns This package is a MVC framework for building Web sites and APIs. It implements the Model-View-Controller design pattern to separate concerns, as well many classes to implement common functionality often necessary to build not only user facing Web sites but also Web ...
Databases, Chat, Artificial intelligence, P... This package implements an application that can learn and let users ask questions using artificial intelligence improved using Retrieval-Augmented Generation (RAG). It provides a Web application that lets users ask questions using chat prompts and answers ...
PHP 5, Global This package implements a user login system using cookies with MD5 tokens. It provides scripts that can store session tokens in cookies to keep track of the users. Currently it provides scripts: - Register new users - Login a user - Logout a user - Configure user account details Please ...
PHP 5, Libraries, Traits This package is a base library of foundation classes for PHP Web applications. It provides a set of classes for common purposes needed in PHP applications. Currently it provides classes for processing templates for separating application logic from presentation output, internationalization ...
HTML, PHP 5, Databases This package can paginate data listings from arrays, CSV files or MySQL databases. There is a base class that can generate links to browse listings split in pages to the next, previous, first, last and intermediate pages. Additional sub-classes are provided to take the data ...