PHP Classes

PHP community

Recommend this page to a friend!

Articles and news about the PHP community

  All package blogs All package blogs   Blog PHP Classes blog   Blog PHP community   Post article Post article  
  111 - 102   101 - 92   91 - 82   81 - 72   71 - 62   61 - 52   51 - 42   41 - 32   31 - 22   21 - 12   11 - 2   1 - 1  

1189. 10 PHP Online Compiler Tools That Developers Can Use To Quickly Test PHP Code

Updated on: 2024-02-28

Posted on:

Sometimes, we PHP developers need to test a piece of PHP code quickly, but we are not close to our computers.

We often use our mobile phones that we usually carry everywhere we go. Mobile phone screens are small, and they were not initially thought to run a web server that we can use to test our PHP code.

Read this article to learn about online tools that you can use to type and test your PHP code from your mobile phone or even your computer without setting up a whole Web server environment to write and test simple PHP code.


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

1185. How to Take Advantage of PHP Resource Class in PHP 8.4 to Make PHP Applications Have Better Quality

Updated on: 2024-01-23

Posted on:

Since the first versions, PHP has used resource values to identify external resources like opened files, databases, and network connections.

The original way to access these resources was to use global functions that would take a resource identifier as a parameter.

Starting PHP 8.4, developers will be able to treat resources as objects.

Read this short to learn more about using objects to access external resources so you can prepare to update your PHP code when version 8.4 becomes available.

You do not need to do anything to make your current PHP application code work in PHP 8.4.


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

1184. How PHP DomDocument Class Will Be Improved in PHP 8.4 to Parse and Serialize Better HTML5 Documents

Updated on: 2024-01-05

Posted on:

Until PHP 8.3, PHP developers can use the DOMDocument class to parse HTML pages and files to process them helpfully for their PHP applications.

For instance, the DOMDocument can extract information from sites only available on the web pages.

Unfortunately, the DOMDocument class implementation is based on the LibXML2 library, which is only ready to parse HTML 4 documents.

Therefore, PHP 8.4 will be improved to use a new parser library that can process HTML5 pages and files to parse pages with types of elements only available in HTML5.

Most modern sites use HTML5 to generate their pages to take advantage of new HTML page elements not supported by HTML 4.

PHP 8.4 will be the next official version that PHP core developers will release, with improved features and better security protection.

Read this short article to see some PHP code and learn how to take advantage of this improvement of PHP 8.4 and when it will be available for you to use in your PHP applications.


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

1182. How to Find the 2023 Edition of the PHP Elephant to Buy and Get It in Time as a Nice Christmas Gift for You or for Those that You Love

Updated on: 2023-12-06

Posted on:

The 2023 edition of the PHP elePHPant just arrived in time for us to send it to you before Christmas.

This edition of the PHP elePHPant uses a blue tone more faithful to the first elePHPants sold many years ago.

Read this short article to learn how to find the 2023 edition of the PHP elePHPant so you can get it just in time for Christmas where you live, and give it as a lovely gift to those that you love.


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

1180. 8 Top Facts about PHP 8.3 That You May Want to Know: Release date, Features, Performance, Changelog, EOL, Download, Docker, Deprecations

Updated on: 2023-11-24

Posted on:

PHP 8.3 was just released. For those who did not follow the plans for PHP 8.3, you may have questions about this important PHP release.

Read this article to learn about answers to the most asked questions about PHP 8.3.


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

1175. What is the PHP Current Version 2023 Adoption

Updated on: 2023-10-06

Posted on:

PHP 8.3 is expected to be released by the end of 2023. Older versions are no longer getting version updates.

Many PHP developers have upgraded to newer PHP versions. Still, not every developer is using the latest stable PHP version.

Read this article to see the current breakdown of PHP version adoption according to the State of Laravel 2023 survey results.

You can also learn about the criteria when upgrading to a newer PHP version at the right time by watching a 5-minute video.


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

1173. PHP Conference 2023 Calendar of November of User Group Meetings and Conferences

Updated on: 2023-10-04

Posted on:

The PHP community is organizing more nice events for all developers that can attend.

Some user groups are gathering and collaborating to organize common events. For instance, the MergePHP group gathers several PHP user groups in the United States. They are now organizing an online event.

Read this short article to learn where and when those presential and online conferences and user group meetings of interest for PHP developers will be held in November 2023.

If you want to participate, sign up as soon as possible because many of these events have limited capacity to gather all the developers that may want to participate.


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

1171. October PHP Events, Customize PHP Composer Hooks, Make WordPress Host a Podcast - 6 minutes - Lately in PHP 96

Updated on: 2023-09-27

Posted on:

On the Lately in PHP 96 podcast you will learn in 3 minutes about October PHP Events, Customize PHP Composer Hooks, Make WordPress Host a Podcast.

Read this article, watch a 3-minute video, or listen to episode 96 audio of the Lately in PHP podcast to learn about the best articles published on the PHP Classes site in the week of September 10 through September 16.


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

1168. PHP Conference 2023 Calendar of October of User Group Meetings and Conferences

Updated on: 2023-09-13

Posted on:

The PHP community continues to organize nice events. Events are a great opportunity for all developers to learn from each other.

Read this short article to learn where and when those presential and online conferences and user group meetings of interest for PHP developers will be held in October 2023.

If you want to participate, sign up as soon as possible because many of these events have limited capacity to gather all the developers that may want to participate.


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

1166. How to Use PHP Tools to Learn How to Use the PHP Best Code Practices

Updated on: 2023-09-08

Posted on:

To write great code, you need to learn and practice in a way that suits the needs of the projects and provides several other benefits that determine code quality.

Those benefits include testing importing code, using code styles that make the code readable to others, avoiding needless code repetitions, and organizing the code to make it easy to find the parts used for different purposes.

Read this article to learn more about these good practices and use PHP tools to help you audit your PHP code so you know what you need to do to improve your PHP code quality.



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

  111 - 102   101 - 92   91 - 82   81 - 72   71 - 62   61 - 52   51 - 42   41 - 32   31 - 22   21 - 12   11 - 2   1 - 1  
  All package blogs All package blogs   Blog PHP Classes blog   Blog PHP community   Post article Post article