PHP Classes

PHP Classes blog

Recommend this page to a friend!

Latest PHP Classes blog posts

  All package blogs All package blogs   Blog PHP Classes blog   Post article Post article  
  1996 - 1987   ...   1426 - 1417   1416 - 1407   1406 - 1397   1396 - 1387   1386 - 1377   1376 - 1367   1366 - 1357   1356 - 1347   1346 - 1337   1336 - 1327   1326 - 1317   1316 - 1307   ...   6 - 1  

1. How to Implement a PHP Image Detection Solution that Can Find If a Picture Contains Forbidden Content

Updated on: 2021-09-03

Posted on:

Blog: PHP PicPurify API package blog
Package: PHP PicPurify API

Many sites accept user-contributed pictures to be published on their pages.

However, there is always the risk that some users may submit inadequate pictures.

This package helps developers detect if a picture may be of a type that is not acceptable for publication, so a human may review it later to confirm if the picture is inadequate and avoid being published.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

2. How Can PHP Print Labels using HTML to Personalize the Label Contents

Updated on: 2021-09-01

Posted on:

Blog: PHP Print Labels to PDF package blog
Package: PHP Print Labels to PDF

Sometimes it is necessary to generate labels to be printed and stamped in other objects like boxes, badges, or folders.

You can generate a label document in a word processing program and then send the label to a printer.

However, when you need to generate many labels with different text, for instance, to show the names of different people, it is a lot of work to create those label documents manually.

This package provides a more automated solution that can generate personalized labels in great quantity in less time.

It generates a PDF document with the spaces for each label. Then an application defines the content of each label using HTML.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

1. How to Implement a List of Validations to Apply to HTTP Request Parameters using Filter Classes

Updated on: 2021-08-30

Posted on:

Blog: Ionizer PHP Filter Input package blog
Package: Ionizer PHP Filter Input

One of the most important security measures of Web applications is to validate and filter the input users passed to the application from external systems.

There are many solutions to validate and filter values of common types.

This package provides a solution that developers can adapt to validate filter any value by using classes that can perform any verification of the input values.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

1. How to Use PHP Monitoring Tools to Quickly Find Issues that Are Causing Problems to Servers on Which PHP is Running

Updated on: 2021-08-29

Posted on:

Blog: PHP System Resources package blog
Package: PHP System Resources

Monitoring computer systems is essential to assure that all is working correctly or fix any issues as soon as possible to avoid increasing losses caused by malfunctioning systems.

It is possible to monitor each computer system depending on the operating system running in the computer.

This package provides a general solution for monitoring resources like the CPU, memory, disk, etc... It can work equally well on computer systems based on Linux or Windows Operating Systems.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

1. How to Implement a PHP MySQL Update Schema Procedure Very Quickly

Updated on: 2023-07-11

Posted on:

Blog: mSync PHP Sync MySQL Databases package blog
Package: mSync PHP Sync MySQL Databases

Sometimes applications that use a database to store their data need to update the schema of the database tables to be able to implement new features.

Usually, developers start making changes to the database schema in the development environment. When the changes are well tested, they need to implement the same schema changes on the server-side.

This package provides a solution that uses schema definition files in JSON format to update the database schema either in the development environment or the production environment.


Blog More ...   Post a comment Post a comment   See comments See comments (1)   Trackbacks (0)

1064. Call For Help in Making a Better PHP Podcast

Updated on: 2021-08-26

Posted on:

As you may be aware, recently we restarted recording new episodes of the lately in PHP podcast.

Now we want to make it better with your help. Therefore we need that you collaborate by filling a very small survey on which you tell us what questions do you have about PHP and related topics that you would like us to answer, so you can learn what you need to know to be a more successful PHP developer.

Read this small article with an explanation on how you can participate in this small survey.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

1. How Implement a Faster PHP Spell Check to Verify Text Spelling Using the FFI Extension

Updated on: 2021-08-25

Posted on:

Blog: Hunspell FFI PHP Spell Check Library package blog
Package: Hunspell FFI PHP Spell Check Library

Hunspell is a powerful library for checking the spelling of words.

Since it is a library written in C++, it can be called from PHP projects using the PHP FFI extension.

This package provides a solution to call the Hunspell library using PHP FFI to access it as a regular PHP class.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

1063. Improving Your PHP 8 Function Parameters Using Trailing Commas: The Wonderful PHP 8 Features and Changes Part 6 - 8 Minutes Lately in PHP Podcast Episode 88

Updated on: 2021-08-24

Posted on:

PHP 8.0 introduces a new improvement that allows PHP developers to add a trailing comma to the last parameter of function calls.

Manuel Lemos and Samuel Adeshina comment specifically about the benefits of PHP 8 function parameter lists using trailing commas in the sixth part of this podcast episode.

Listen to the podcast, watch the video with manually edited subtitles in English, read the transcript to learn more about these exciting PHP 8 topics, and find where to buy the original PHP elePHPants shown in the podcast video.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

1. How to Implement a PHP Contact Form to Send Email with Encryption

Updated on: 2021-08-23

Posted on:

Blog: Discretion package blog
Package: Discretion

Email is one of the oldest forms of communication over the Internet. However, by default, email messages are exchanged without encryption, thus allowing potential leaks of sensitive information.

Email encryption standards like OpenPGP can help exchange encrypted messages as long as the sender and receiver have created and exchanged encryption keys.

This package can help solve the problem of taking messages from users of a Web site using contact forms.

Then it sends those messages to the email address of the Web site contact person using OpenPGP to encrypt the messages.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

1062. Simplify Your PHP Code With the PHP 8 Class Constructor Promotion: The Wonderful PHP 8 Features and Changes Part 5 - 9 Minutes Lately in PHP Podcast Episode 88

Updated on: 2021-08-20

Posted on:

PHP 8.0 introduces the class constructor promotion allows PHP developers to automatically set certain class variables when a new class object is created. This improvement allows developers to initialize new objects with less code.

Manuel Lemos and Samuel Adeshina comment specifically about the PHP 8 class constructor promotion in the fifth part of this podcast episode.

Listen to the podcast, watch the video with manually edited subtitles in English, read the transcript to learn more about these exciting PHP 8 topics, and find where to buy the original PHP elePHPants shown in the podcast video.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

  1996 - 1987   ...   1426 - 1417   1416 - 1407   1406 - 1397   1396 - 1387   1386 - 1377   1376 - 1367   1366 - 1357   1356 - 1347   1346 - 1337   1336 - 1327   1326 - 1317   1316 - 1307   ...   6 - 1  
  All package blogs All package blogs   Blog PHP Classes blog   Post article Post article