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  
  1994 - 1985   ...   1574 - 1565   1564 - 1555   1554 - 1545   1544 - 1535   1534 - 1525   1524 - 1515   1514 - 1505   1504 - 1495   1494 - 1485   1484 - 1475   1474 - 1465   1464 - 1455   ...   4 - 1  

1. How to Implement a Laravel Elasticsearch Solution to Scale PHP Applications with Search Features

Updated on: 2022-05-11

Posted on:

Blog: Laravel ElasticSearch Application with Docker package blog
Package: Laravel ElasticSearch Application with Docker

ElasticSearch is an application to index and efficiently search content.

It provides a server that PHP applications can connect to perform searches from separate machines. This possibility allows for the development of more scalable applications.

This package provides an example of setting up a Docker container of a Laravel application that developers can use to learn how to create applications that can run on multiple servers.


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

1. How to Create Fast and Intuitive User Interfaces using a Laravel Command Palette to Let Users Execute Application Functions Very Quickly

Updated on: 2022-05-10

Posted on:

Blog: Laravel Command Palette package blog
Package: Laravel Command Palette

Command palettes are user interface widgets that allow the users to have quick access to a list of commands that they can execute in an application.

Users may click on command buttons or type the command's name they wish to execute.

This package implements command palettes to send the command execution requests to the server-side application using AJAX requests to avoid page reloading.

This package implements an API based on the Laravel framework to process the command execution requests that it receives from the browser via AJAX.


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

1091. How to Plan a PHP Version Upgrade Successfully - 11 minutes - Lately in PHP Podcast Episode 92 Part 3

Updated on: 2022-05-06

Posted on:

Upgrading to a new PHP version can be a complex task that may fail due to the lack of planning on how to solve each problem of each step of the upgrading job.

Please read this article, watch an 11-minute podcast video or listen to the audio of part 3 of episode 92 of the Lately in PHP podcast to learn how to plan a PHP version upgrade process so it can conclude successfully.


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

1. How to Create a PHP Facebook Bot That Can Interact with Facebook Messenger Users and Serve Useful Information Obtained from Other Web Services

Updated on: 2022-05-05

Posted on:

Blog: ajalaBot PHP Facebook Messenger Bot package blog
Package: ajalaBot PHP Facebook Messenger Bot

Facebook provides an API that allows the developers to build bot applications that can interact with Facebook Messenger users via chat messages exchanged automatically.

This package implements a Facebook Messenger chat application that allows users to book traveling trips that they plan to do to their favorite places in the world.


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

1. How to Develop a Scalable Application using the Laravel Repository Design Pattern

Updated on: 2022-05-04

Posted on:

Blog: Laravel Repository Package package blog
Package: Laravel Repository Package

The repository is a software design pattern to model the access to objects stored in a data container.

It allows developers to use an abstraction of how to store the object in the data container.

An application may start using a SQL database to store data objects.

Suppose the application grows, and it is necessary to use a data storage container that is more scalable than using a SQL database. In that case, repository abstraction allows changing the means to access the container without changing the application code.

This package implements the repository design pattern in PHP that developers can easily integrate into Laravel applications.


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

1. How to Implement a WordPress Todo List that Can Simplify the Insertion of Task List in the Blog Posts

Updated on: 2022-05-03

Posted on:

Blog: Decagon WordPress Custom Todo List Plugin package blog
Package: Decagon WordPress Custom Todo List Plugin

WordPress is a very popular content management system because developers can extend it in many ways. One way to extend WordPress is to add new custom post types.

This package implements a new post type that publishers can add to WordPress. This new post type allows site posts to show to-do lists by inserting a shortcode.


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

1. How to Use a PHP Google Charts Solution to Render Graphics with Data Retrieved from a Remote Server that Provides a Web Service

Updated on: 2022-04-29

Posted on:

Blog: Remote PHP Google Charts Graphics package blog
Package: Remote PHP Google Charts Graphics

Google Charts is a popular API used by many developers to generate graphics to display on their Web pages quickly.

Google Charts API takes a set of data with parameters that define values.

This package can pull data from a given Web service API and convert the data to generate a graphic chart.

This way, this package allows combining the two Web services, minimizing the effort of developers that need to display Web charts on their Web site pages.


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

1090. When Is the Right Time to Update to a New PHP Version - 5 minutes - Lately in PHP Podcast Episode 92 Part 2

Updated on: 2022-04-29

Posted on:

When you consider updating your applications to use a new PHP version, many available versions are available.

Updating too soon or too late to a newer version of PHP may cause problems of instability or security in their applications.

Please read this article, watch a 5-minute podcast video or listen to the audio of part 2 of episode 92 of the Lately in PHP podcast to learn about criteria that you can use to do a safe version update.


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

1. How Can PHP Access Windows Registry Values Easily with an Iterator

Updated on: 2022-04-27

Posted on:

Blog: PHP Access Windows Registry Access package blog
Package: PHP Access Windows Registry Access

Windows Registry is a central place in installing a Windows operating system that contains the configuration of system values.

In some cases, the Windows Registry configuration values have complex keys and sub-keys.

This package makes it easy to access those complex values by providing an iterator that can access each sub-key one at a time.


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

1089. How to Become a Better PHP Developer Listening to Quick Tips from the Lately in PHP Podcast in Spotify

Updated on: 2022-04-26

Posted on:

Many PHP developers appreciate learning by getting quick PHP tips that do not take much time to learn and are very useful.

Nowadays, the Lately in PHP podcast aims to provide those quick tips in video, audio, or text articles.

Those who prefer the audio format can now listen to the Lately in PHP podcast on Spotify either using the mobile application or accessing the Spotify Web site.

Read this short article to learn how you can follow the Lately in PHP podcast without missing an episode on Spotify.


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

  1994 - 1985   ...   1574 - 1565   1564 - 1555   1554 - 1545   1544 - 1535   1534 - 1525   1524 - 1515   1514 - 1505   1504 - 1495   1494 - 1485   1484 - 1475   1474 - 1465   1464 - 1455   ...   4 - 1  
  All package blogs All package blogs   Blog PHP Classes blog   Post article Post article