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  
  1934 - 1925   ...   1694 - 1685   1684 - 1675   1674 - 1665   1664 - 1655   1654 - 1645   1644 - 1635   1634 - 1625   1624 - 1615   1614 - 1605   1604 - 1595   1594 - 1585   1584 - 1575   ...   4 - 1  

1. How to Use PHP to Compute a GitHub Score for the Participation of a Developer

Updated on: 2022-11-16

Posted on:

Blog: Github PHP Rating package blog
Package: Github PHP Rating

GitHub is a popular site for hosting development projects. It keeps track of the activity of each developer that contributes to the projects hosted on the site.

This package can analyze the participation of each developer on GitHub, and then it computes a score based on the types of events in which the developer participated.

This way, this package can give a better idea of how active each developer is in the projects hosted on GitHub.


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

1. How to Implement a WordPress Plugin Currency Converter

Updated on: 2022-11-15

Posted on:

Blog: WordPress Currency Plugin package blog
Package: WordPress Currency Plugin

WordPress is a popular content management system written in PHP that allows developers to extend the types of content inserted into a page using plugins provided by any developer.

This package provides a WordPress plugin that allows site publishers to insert the currency exchange rate between the United States dollar and the Real currency of Brazil.


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

1. How to Implement a PHP Maintenance Mode to Show Useful Messages to the User of a Site While the Maintenance Work Lasts

Updated on: 2022-11-14

Posted on:

Blog: Yii2 Maintenance package blog
Package: Yii2 Maintenance

Once in a while, Web sites must perform maintenance tasks, such as updating the site application database schema to support new features.

During maintenance updates, the sites should not be accessible to regular users because the maintenance tasks may cause user interactions that lead to changes in information stored in the site database.

This package provides a solution to implement maintenance mode behaviors, for instance, showing warnings or only allowing administrators to access certain features of the sites.


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

5. How Can PHP Send Email Using Gmail SMTP Server for Free Using OAuth Tokens That Renew Automatically

Updated on: 2022-11-11

Posted on:

Blog: MIME E-mail message sending package blog
Package: MIME E-mail message sending

The Gmail SMTP server has required OAuth-based authentication to send email messages since May 2022 for Gmail users of free accounts.

The OAuth process obtains token string values from the Gmail OAuth server. These token strings are a sort of password to access the Gmail SMTP server.

The token strings are valid for a period that currently is 1 hour. After that period, applications that use the Gmail SMTP server will have to renew the tokens using the OAuth process again.

The MIME Message package uses the SASL package to perform authorization. The XOAUTH2 driver class of the SASL package can renew the OAuth token automatically when necessary.

Please read this article to learn with example code how to use the PHP MIME Message, SMTP Client, SASL, and OAuth client packages to send email messages using PHP with the Gmail SMTP server in a way that does not require human intervention to renew the OAuth tokens automatically after they expire.



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

1. How to Implement a Modern WordPress User Interface using a WordPress Vue Plugin

Updated on: 2022-11-11

Posted on:

Blog: WP Vue Kit Plugin package blog
Package: WP Vue Kit Plugin

Vue.js is a popular JavaScript framework that you can use to implement modern user interfaces for Web sites.

WordPress is a popular content management used by many sites to produce and edit content published in the Web site pages. Developers can extend WordPress with plugin components provided by third-party developers.

This package provides a plugin that implements WordPress plugins that can use Vue.js to implement modern user interfaces for accessing other WordPress plugins.


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

1. How to Implement a PHP Crowdfunding Site to Support The Development of Product to Be Launched in the Future

Updated on: 2022-11-09

Posted on:

Blog: GetMeALatte package blog
Package: GetMeALatte

Many people want to launch new products on the market. They have great ideas, but they also need to take time to develop the development and launch the call. When they create the product, they also need money to buy food and other essential products to live with good quality.

One possible solution for the developer to have money during product development is to resort to crowdfunding. This way, the potential users of the product can fund the developer so he can dedicate his time to developing the product.

This package can help a developer to set up a site to present his product and collect crowdsource funding payments.


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

1115. Introduction on How to Use the EverSQL MySQL Query Optimizer Tool for Free - 3 minutes - Lately in PHP Podcast Episode 93 Part 4

Updated on: 2022-11-17

Posted on:

When you want to optimize SQL queries to optimize an application that uses MySQL, you can use "manual" methods. These methods require good SQL query optimization knowledge. If you need to optimize many SQL queries, doing it "manually" may also take time.

One way to optimize SQL queries without requiring you to learn so much about optimization is to use a SQL query optimization tool. Optimization tools also take you much less time to optimize many queries than if you try manually.

Read this article, watch a 3-minute video, or listen to part 4 of episode 93 of the Lately in PHP podcast to learn how to use a free tool to optimize MySQL SQL queries without much knowledge and faster than if you try to do it manually.


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

1. How to Generates a Kubernetes Configuration File to Setup a Container using PHP

Updated on: 2022-11-05

Posted on:

Blog: Kubernetes Resource generator package blog
Package: Kubernetes Resource generator

Kubernetes is a system to manage containers used in many cloud hosting systems.

Containers are helpful for managing and running applications that can run isolated, including those that implement PHP-based Web applications.

This package provides a simplified way to generate configuration files for Kubernetes containers from given parameters.


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

1. How to Implement a PHP Automatic Form Fill Solution that Pre-Fills Form Inputs with Values Entered Before by the Same User

Updated on: 2022-11-03

Posted on:

Blog: Yii2 Form PreFiller package blog
Package: Yii2 Form PreFiller

Many Web site users do not have much patience to do repetitive tasks.

If they have to fill out lengthy forms with information, they may avoid it and not fill it, especially if the form asks for values already requested.

This package provides some help to minimize that issue. It provides a solution to "remember" the values that a user filled in a form with the same types of inputs.

So next time a Web site asks the user to fill a form with the same fields, this package can provide the values the user entered last time so that the application can pre-fill the inputs with those values.


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

1. How to Use a PHP Travel Planner Application to Help You to Move to Another Country and Have a Better Life

Updated on: 2022-11-01

Posted on:

Blog: MyDreamLife.eu package blog
Package: MyDreamLife.eu

Many people who want a better life try to move to another country.

Often that is a non-trivial change of life because it requires a lot of preparation, for instance, planning how to arrive at the destination country, where you will stay, how much it will cost, etc.

This package implements a Web application that allows users to do the necessary planning to move with the least of the problems.


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

  1934 - 1925   ...   1694 - 1685   1684 - 1675   1674 - 1665   1664 - 1655   1654 - 1645   1644 - 1635   1634 - 1625   1624 - 1615   1614 - 1605   1604 - 1595   1594 - 1585   1584 - 1575   ...   4 - 1  
  All package blogs All package blogs   Blog PHP Classes blog   Post article Post article