PHP Classes

Latest notable packages

Recommend this page to a friend!
  Latest classes Latest classes   Latest tutorial videos Latest tutorial videos   Latest notable packages Latest notable packages   RSS 1.0 feed RSS 2.0 feed   Latest reviews Latest reviews  
Class Age in days
yrprey PHP application
OWASP is an Open Source project that aims to educate developers to implement applications that are not vulnerable to security attacks.

The OWASP members elaborate documentation to help developers learn and check their applications are secure.

The yrprey project provides an application that can be used to learn and test well-known security vulnerabilities documented by OWASP members.

This package provides a PHP implementation of the yrprey project.
1
Yii2 SkeleTest
Automated testing is a useful approach to verifying the quality of a software project with less work than if you would test the software manually.

PHP developers can use frameworks like PHPUnit and Codeception to create automated tests faster.

This package can generate skeletons of directories with files to quickly start using PHPUnit or Codeception to create tests for PHP projects.
1
Web Extract Worker
Generative artificial intelligence is an application that allows software to generate data in many formats based on user requests.

One of the most valuable applications of generative artificial intelligence is generating images based on users' requests using natural language.

This package provides a simple PHP script that uses CloudFlare generative artificial intelligence API to generate images from user requests using specific models defined in the script.
3
PHP Datatable AJAX JSON Server
Using AJAX to implement PHP Web applications is a good idea because it can provide a better user experience by allowing users to interact with the applications quickly.

Usually, AJAX-based applications need to retrieve data from the web server to update the current page without causing a page to reload.

A datatable is a way of gathering information on the server side, such as from database query results.

The datatable can be serialized in JSON format and returned as a response to AJAX requests sent from the browser using JavaScript.

Check out the PHP Datatable AJAX JSON Server helper code to learn how to generate datatables with PHP on the server side to respond to AJAX requests.
4
PHP Benford's Law
Fraud detection is critical to guarantee the security of transactions, especially when it involves financial values.

Benford's law can be applied to detect abnormal values in a data set that may contain financial values by analyzing its digits.

This package implements Benford's law in a PHP class. PHP developers can use it in applications to analyze values used in financial transactions and quickly detect the probability of fraud.
8
One WordPress RSS Feed Monitor
WordPress is a popular content management system that plugins can extend to add more functionality to sites that use it.

This package provides a plugin for WordPress that allows site owners to quickly import podcast episodes from other podcast publication platforms like Spotify and Anchor.
9
TradutorX
Artificial intelligence-based tools like ChatGPT and Google Translate allow users to interact with these applications to ask for solutions to their problems, like answering questions or translating sentences to other languages.

This package implements a PHP application that uses the ChatGPT and Google Translate APIs to demonstrate how to implement a voice chat feature in any PHP application.
10
PHP Redis Credential Manager
Credentials are usually used to authenticate users. For instance, a username and a password are used to access a database server.

When credentials have a fixed value, developers often store them in a PHP configuration script.

When you want to change the credentials, it is better to store them in central storage that can be accessed by different parts of the application that need those credentials.

This package uses a Redis server to store and retrieve credentials for different services.
11
PHP RDAP Server
RDAP is an Internet protocol that allows information about IP addresses and domains to be answered.

It is a successor of the Whois protocol. RDAP allows query processing using HTTP requests and getting query responses in JSON format.

So, the RDAP server responses are more accessible to parse and process than the WHOIS server responses because, nowadays, it is easy to parse data in JSON format in PHP and many other languages.

This package implements an RDAP server in pure PHP code. It allows any PHP developer to implement the responses to queries about domains and IP addresses they can manage.
16
PHP Form Add Fields Dynamically
Some PHP applications need to display listings, and users need to be able to edit the values shown on the page using a form field.

When the listings need to change according to the user's intentions, the forms may have to be changed to add or remove entries to the listings.

Check this PHP script that can display a form with a listing that contains form inputs. It allows users to add or remove entries to the listing. The forms can be updated dynamically to add or remove listing entries using AJAX requests sent with the jQuery library.
17