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   ...   1844 - 1835   1834 - 1825   1824 - 1815   1814 - 1805   1804 - 1795   1794 - 1785   1784 - 1775   1774 - 1765   1764 - 1755   1754 - 1745   1744 - 1735   1734 - 1725   ...   4 - 1  

1159. PHP Conference 2023 Calendar of July of User Group Meetings and Conferences

Updated on: 2023-06-21

Posted on:

The PHP community never stops and is quite alive. Many PHP developers are so busy that they cannot attend presential events.

Therefore we can see that some PHP user groups and conference organizers are now providing online alternatives to events that used to occur in physical locations.

Read this short article to learn where and when those presential and online conferences and user group meetings of interest for PHP developers in July 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)

1. How to Use a PHP Image API to Get the Image of the Day from NASA

Updated on: 2023-06-20

Posted on:

Blog: PHP NASA Image of the Day API package blog
Package: PHP NASA Image of the Day API

NASA is the well-known North American Space Agency that does space exploration activities.

NASA often capture images from planets and stars that they observe in space.

They provide an API that can return what they call the image of the day.

This package provides a simple script that can retrieve and display the NASA image of the day.


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

1. How to Add Authentication to WordPress API Functions Provided using WooCommerce API Plugin

Updated on: 2023-06-19

Posted on:

Blog: Ade PHP WooCommerce API Authentication package blog
Package: Ade PHP WooCommerce API Authentication

WooCommerce is a popular e-commerce platform developed in PHP based on WordPress.

It also provides the possibility to expose an API that can be used by external applications to integrate with WooCommerce.

Any application based on WordPress can be extended by plugins that provide additional functionality to make it more useful.

This package provides a plugin that implements several types of authentication to the API calls that can be added to the WooCommerce API.

This way, access to the API calls can be restricted to applications that can perform the authentication steps based on the OAuth protocol or simple parameters passed in the API call URLs.


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

1158. 12 PHP 8.3 New Features that You Will Want to Use After PHP 8.3 Release Date

Updated on: 2023-08-15

Posted on:

PHP 8.3's final release is expected around November and December of 2023.

Read this short article summarizing the list of new features in just a single line per feature.

The article also provides links to pages with more details and example code for you that want to see how your PHP code can look like after you upgrade to PHP 8.3


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

1. How to Use a PHP Active Record Library to Implement Behaviors Useful for Many Applications

Updated on: 2023-06-15

Posted on:

Blog: Yii2 Active Record Explicit package blog
Package: Yii2 Active Record Explicit

ActiveRecord is a common design pattern many software applications use to map objects containing the information of entities that the applications need to manipulate into database records.

There are ActiveRecord implementations in many programming languages that use different frameworks.

The package extends the ActiveRecord implementation of the PHP Yii2 framework to implement more explicit behaviors useful for many applications, such as specifying read-only attributes, timestamp attributes, and type casting.


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

1157. PHP Current State and Performance in 2023

Updated on: 2023-06-14

Posted on:

PHP is a modern and powerful language, but new language elements should be used with caution.

Please read this article to learn a few facts about PHP's current state and performance level according to the experience of David Tamas (that's me), a long-time experienced PHP developer.


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

1. How to Implement a PHP Contact Form to Send Email to Site Users Without Using a Database Server

Updated on: 2023-06-12

Posted on:

Blog: PHP Contact Form with Database Connection to SQLite package blog
Package: PHP Contact Form with Database Connection to SQLite

Contact forms are prevalent features many sites have to let users contact the site managers to send important messages.

This package implements a contact form manager that stores messages in an SQLite database.

Since SQLite uses local files, it does not require a database server. This package does not need a database server to store contacts, making it simpler to implement in any site with PHP code.


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

1. How Does the PHP Code Generated By OpenAI Artificial Intelligence Services to Answer Developer Questions Looks Like

Updated on: 2023-06-07

Posted on:

Blog: PHP Artificial Intelligence Example Code Generated by OpenAI package blog
Package: PHP Artificial Intelligence Example Code Generated by OpenAI

Generative artificial intelligence tools can generate files in many formats.

Programming code files are one of the types that artificial intelligence services like those from OpenAI can generate.

This package provides several examples of code in PHP and other languages generated by OpenAI services when they try to answer many developers' questions.


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

1. How to Merge Excel Files into One Using PHP

Updated on: 2023-06-06

Posted on:

Blog: PHP Merge Excel Files Merge Excel Files To One Per Column package blog
Package: PHP Merge Excel Files Merge Excel Files To One Per Column

Excel is a popular tool for creating spreadsheets. It saves spreadsheet data in XML-based format, which usually is called XLSX.

This XML format makes it easy for PHP developers to process and create spreadsheet files in Excel XSLX format.

This package provides a script that uses an Excel parser and generator classes to show how to parse several Excel spreadsheet files and combine their values to generate a new spreadsheet that merges the importance of all spreadsheets in a single spreadsheet.

This way, other developers can learn to process multiple spreadsheets and combine them in a way that is convenient for their application purposes.


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

1. Find Out How Fast Are PostgreSQL JSONB Fields Using a PHP Postgresql JSON Performance Tool

Updated on: 2023-06-02

Posted on:

Blog: PHP PostgreSQL JSONB Performance package blog
Package: PHP PostgreSQL JSONB Performance

JSON is a text format often used to represent complex data structures like objects and arrays.

JSONB is a modern type of field that the latest versions of the PostgreSQL database servers provide to store JSON data in binary format.

The possibility that PostgreSQL servers provide can make processing JSON data stored in PostgreSQL databases faster.

This PHP package implements a benchmark tool to measure the performance of accessing PostgreSQL database tables with JSONB fields for everyday database operations like indexing, searching, and filtering results.


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

  1934 - 1925   ...   1844 - 1835   1834 - 1825   1824 - 1815   1814 - 1805   1804 - 1795   1794 - 1785   1784 - 1775   1774 - 1765   1764 - 1755   1754 - 1745   1744 - 1735   1734 - 1725   ...   4 - 1  
  All package blogs All package blogs   Blog PHP Classes blog   Post article Post article