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  
  1990 - 1981   ...   1580 - 1571   1570 - 1561   1560 - 1551   1550 - 1541   1540 - 1531   1530 - 1521   1520 - 1511   1510 - 1501   1500 - 1491   1490 - 1481   1480 - 1471   1470 - 1461   ...   10 - 1  

1. How to Use a PHP API Generator to Quickly Create a Web Services that Responds with Database Query Results

Updated on: 2022-05-23

Posted on:

Blog: PHP Database Web Service Layer package blog
Package: PHP Database Web Service Layer

Web services often need to store and retrieve data from SQL databases.

Web service clients pass parameters that the Web service providers need to process to perform the operations controlled by the parameter values sent by the Web service clients.

This package simplifies using the parameter values passed by Web service clients and executing prepared queries by automatically assigning query values to the parameter values passed to Web service.


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

1094. What Are Your App Features to Test First Before a PHP Version Upgrade - 3 minutes - Lately in PHP Podcast Episode 92 Part 5

Updated on: 2022-05-20

Posted on:

Testing a PHP application may require that you test a lot of features. Therefore you need to define the order of the features that you will test.

First, you need to define the most critical features of your PHP application to verify if they are working as expected early on in the testing process.

Read this article, watch a 3-minute video, or listen to part 5 of episode 92 of the Lately in PHP podcast to learn how to determine which are the most critical features you should test first during a PHP version upgrade testing process.


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

1093. How to Make Your Laravel or Symfony PHP Applications Faster Using the Scout APM Tool for Free to Discover Optimization Opportunities

Updated on: 2022-06-07

Posted on:

The performance of your PHP applications is now more critical than ever before because the user experience has become an even more crucial factor in determining the quality of Web sites and applications.

Slow applications may lose visitors coming from search engines like Google because it considers performance one of the most critical factors in evaluating the user experience of Web sites and applications.

Read this short article to learn how to find and fix performance issues faster in your Laravel or Symfony applications using the Scout APM tool for free.


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

1. How to Create Sites that Manage PHP Job Openings Using an API

Updated on: 2022-05-16

Posted on:

Blog: PHP Job Board package blog
Package: PHP Job Board

Many sites have a job system that allows users to post a job offer or receive job requests.

This package implements a job system that provides a Web interface to manage job offers and an API that may allow the integration with other systems or the implementation of a mobile version of the job system.


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

1. How to Quickly Create a Laravel API Application Using Routes Generated from an OpenAPI Specification

Updated on: 2022-05-13

Posted on:

Blog: Laravel OpenAPI API Application Bridge package blog
Package: Laravel OpenAPI API Application Bridge

OpenAPI is a standard that defines a file format that uses JSON to describe the functionality of an API.

Developers that want to use OpenAPI to implement an API need to parse the API specification in JSON format and write code that implements the functions of each API endpoint.

This package makes it easier for Laravel developers to implement APIs based on the OpenAPI specification. It can process an OpenAPI specification to add routes for the API endpoints.

This way, the developers only need to develop the code for the action controllers of each API endpoint.


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

1092. How to Setup a Development Environment to Test a PHP Version Upgrade - 3 minutes - Lately in PHP Podcast Episode 92 Part 4

Updated on: 2022-05-12

Posted on:

The first thing you need to do to start an upgrade of a PHP version is to set up a development environment where you can test if your application continues to work well with the new PHP version.

Read this article, watch a 3-minute video, or listen to part 4 of episode 92 of the Lately in PHP podcast to learn how to set up a machine to test if your PHP applications work as expected after the PHP upgrade version.


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

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)

  1990 - 1981   ...   1580 - 1571   1570 - 1561   1560 - 1551   1550 - 1541   1540 - 1531   1530 - 1521   1520 - 1511   1510 - 1501   1500 - 1491   1490 - 1481   1480 - 1471   1470 - 1461   ...   10 - 1  
  All package blogs All package blogs   Blog PHP Classes blog   Post article Post article