PHP Classes

All package blogs

Recommend this page to a friend!

Latest posts of all package blogs

  PHP Classes blog PHP Classes blog   Blog All package blogs  
  936 - 927   926 - 917   916 - 907   906 - 897   896 - 887   886 - 877   876 - 867   866 - 857   856 - 847   846 - 837   836 - 827   826 - 817   ...   6 - 1  

1. Learn from a PHP CRUD API Example How to Exchange Data Securely between Clients and the API Server Using JWT

Updated on: 2024-05-28

Posted on:

Blog: PHP Project JWT package blog
Package: PHP Project JWT

Web service APIs are nowadays normal ways to provide services from one Web application to one or more client applications.

Often Web service APIs exchange data in plain text format. If the exchange of information is intercepted by people with bad intentions, the exchanged data may be altered.

This package provides a working example of an API that implements CRUD operations and uses JSON Web Tokens (JWT) to assure the integrity of the exchanged data.


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

1. How to Use a PHP Meta Tag Property Class to Fix Issues to Rank Better on Google Searches

Updated on: 2024-05-27

Posted on:

Blog: Yii2 Tagged View package blog
Package: Yii2 Tagged View

Meta tags are useful to define certain page properties that are not visible to users but can be useful for other applications and search engines like Google or social networks like Twitter and Facebook.

Many modern PHP applications use Model-View-Controller (MVC) frameworks that allow developers to define aspects of the presentation of the application pages with view scripts.

This package allows developers to easily set page property meta-tags using view scripts for applications developed using the Yii2 framework.


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

5. Installing a New Module in upMVC via Composer.

Updated on: 2024-05-24

Posted on:

Blog: upMVC package blog
Package: upMVC

Enhance Your upMVC System: Installing Modules via Composer for Modern PHP Development. Installing a New Module in upMVC via Composer.

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

1. How to Implement a PHP Multi-Factor Authentication Solution Using a Time-Based One-Time Password (TOTP)

Updated on: 2024-05-24

Posted on:

Blog: Stanliwise TOTP package blog
Package: Stanliwise TOTP

Multi-factor authentication solutions have been adopted by more and more businesses to avoid fraud.

Many users use passwords that are too simple and easy to guess. This fact leads many businesses to add more factors to verify if a person using a site account is a legitimate owner to perform operations that sometimes lead to financial losses.

Check this package that can generate time-based one-time passwords (TOTP).

Site developers can use this package to send these TOTP values to the users' mobile phones via SMS or email before a financial operation can be executed on behalf of a legitimate site user.


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

1. How to Automate PHPUnit Testing When the Project Code File Changes

Updated on: 2024-05-23

Posted on:

Blog: PHP Autotest package blog
Package: PHP Autotest

PHPUnit is a popular tool frequently used by PHP developers for testing PHP projects.

You do not need to run tests of a project every time if the project files do not change.

This class can automate the execution of tests using PHPUnit only after your project files are changed.

It can determine which files are used in the tests and check if they changed to determine if the tests should be rerun.


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

1. How to Develop a PHP CRUD App with a MVC Framework Optimized for Implementing CRUD Web Pages

Updated on: 2024-05-20

Posted on:

Blog: CRUD PHP MVC package blog
Package: CRUD PHP MVC

A CRUD page allows Web application users to perform common operations to create, retrieve, update, and delete records of relevant information usually stored in a database, for instance, the records of blog articles.

One common way to implement CRUD applications is to use MVC frameworks. These frameworks use controllers to process the user-requested actions and model classes to perform operations on the database records.

This package implements an MVC framework specialized in performing CRUD operations. It provides a specific controller class that can check and process the values of request parameters that specify the actions and details of the CRUD operations that other controllers implement.


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

1. How to Use a PHP Template Engine That Can Display Values From Secure Data Decrypted Using OpenSSL

Updated on: 2024-05-17

Posted on:

Blog: Symfony PHP Encrypt Decrypt Bundle package blog
Package: Symfony PHP Encrypt Decrypt Bundle

Encryption protects sensitive data from being stolen by people with bad intentions.

Encryption is usually used during the transmission of data sent between two computers, such as the content of Web pages served by a secure site using SSL encryption.

Encryption can also be used to store and encrypt data in databases.

This package implements a transparent encryption and decryption solution for PHP applications based on the Symfony framework, making it easy for Symfony developers to use.


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

1. How to Create Your Own PHP Framework Learning from a Practical Example Ready to Use

Updated on: 2024-05-16

Posted on:

Blog: PHP MVC Framework package blog
Package: PHP MVC Framework

Frameworks are libraries of components that can be reused in multiple applications.

This fact allows developers to take less time to develop new applications using the same framework.

Check this framework to learn how to implement your own framework inspired in the code provided by this framework to implement common features needed by many applications like for instance models, views, controllers, request handler, router and dispatcher, and error handling.


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

1. How Can PHP Use the ChatGPT Text to Speech API to Generate Voice Audio from Text Or Extract Voice Text from Speech Audio

Updated on: 2024-05-15

Posted on:

Blog: ChatGPT Text and Speech Converter package blog
Package: ChatGPT Text and Speech Converter

One good use of Artificial Intelligence technologies is to process human voices.

Check this PHP package to learn how to use the ChatGPT API from PHP to convert text to voice audio or convert voice audio to text strings.


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

1. How to Improve Laravel Livewire Components to Implement Better Dynamic Web User Interfaces with React.js, Vue.js, and Tagify

Updated on: 2024-05-14

Posted on:

Blog: Livewire Tagify package blog
Package: Livewire Tagify

Laravel Livewire is a package that helps build modern user interfaces of applications developed using Laravel by integrating JavaScript libraries like React.js and Vue.js.

Tagify is a JavaScript library that can help add more tags to existing HTML tags on a Web page.

This package can integrate the Tagify library with Laravel Livewire components to add support to more tag attributes to integrate better with Laravel Livewire components.


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


  936 - 927   926 - 917   916 - 907   906 - 897   896 - 887   886 - 877   876 - 867   866 - 857   856 - 847   846 - 837   836 - 827   826 - 817   ...   6 - 1  
  PHP Classes blog PHP Classes blog   Blog All package blogs