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  
  1736 - 1727   ...   1636 - 1627   1626 - 1617   1616 - 1607   1606 - 1597   1596 - 1587   1586 - 1577   1576 - 1567   1566 - 1557   1556 - 1547   1546 - 1537   1536 - 1527   1526 - 1517   ...   6 - 1  

1. How to Implement a PHP Telegram Bot that Can Provide a Graphic User Interface to Interact with Chat Users

Updated on: 2022-08-17

Posted on:

Blog: PHP Telegram Bot API Package package blog
Package: PHP Telegram Bot API Package

Telegram is a well-known chat application that provides an API to build powerful bot applications. Those bot applications can interact with users automatically.

Some Telegram features allow users to answer questions using buttons or typing text using only specific keyboard characters.

This package takes advantage of the Telegram features to quickly implement more user-friendly chatbot applications written in PHP.


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

1107. How to Discover What PHP Code You Should Optimize First to Improve the Performance of a Real Web Application Using a Monitoring Tool

Updated on: 2022-08-19

Posted on:

A profiling tool can be handy to find the parts of your application code that are slow and that you need to optimize.

If there are many parts of your application that you need to optimize, the next decision is which parts you should work to optimize first.

Fortunately, some profiling tools can help you figure out which parts of your application you need to optimize first.

Please read this short article to learn how to use the Scout Application Performance Monitoring tool to determine which parts of a Laravel or Symfony application you should optimize to achieve the most significant performance improvements sooner.


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

1. How to Write a Google Search Query Using PHP

Updated on: 2022-08-15

Posted on:

Blog: PHP Google Search Dork Generator package blog
Package: PHP Google Search Dork Generator

Many people use Google as a prevalent search engine due to its ability to present results about pages that are available on the Web.

Google provides a way to query the search engine using text strings that support a powerful syntax to restrict the search results to pages that can match complex conditions.

This package provides a more straightforward way to compose Google search query strings by providing a set of functions that PHP developers can use without understanding Google search query syntax.


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

1. How to Implement a PHP JPEG Exif Data Parser and Writer To Read and Write the Image Description Text in Different Languages

Updated on: 2022-08-12

Posted on:

Blog: PHP JPEG metadata package blog
Package: PHP JPEG metadata

JPEG is a popular image format that can store high-quality data using compression to reduce the image file.

JPEG may contain metadata that describes aspects of the image.

This package can read or write image metadata that JPEG image files contain with support to store text metadata in different languages.

This way, the package can help develop applications that display metadata information in different languages that application users understand.


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

1. How to Make Laravel DebugBar Enable Dynamically So You Inspect Debugging Values in Specific Situations of Your Interest

Updated on: 2022-08-11

Posted on:

Blog: Laravel Debugbar Enable On Demand package blog
Package: Laravel Debugbar Enable On Demand

PHP DebugBar is a package that is useful for debugging PHP applications. At the bottom of the current page, it can show several types of debugging information about the execution of the PHP script handling the recent HTTP requests.

Laravel DebugBar is a package that turns the PHP DebugBar package into a service that Laravel applications can use.

When developers debug an application, they may not need to show debugging information in all circumstances.

This package only provides the means to enable the debug bar in the Laravel application only in certain circumstances that are useful for the developer who is debugging a Laravel application.


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

1105. How to Use a PHP Application Profiling Tool to Determine What You Should Optimize First to Improve the Performance of a Laravel or Symfony Application Performance

Updated on: 2022-08-12

Posted on:

Many experienced developers have learned how to improve their coding habits to write code that will run faster.

If you have already written an application, it may be tough to determine if you have already registered the code in a way optimized to run at the highest speed.

Fortunately, some tools can help you figure out which parts of your applications are worth the effort of optimizing to achieve speed improvements.

Please read this short article to learn how to use the Scout Application Performance Monitoring tool to determine which parts of a Laravel or Symfony application are worth optimizing and how to use the Scout application tool for free, so you can see it in action without paying.


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

1. How to Create a PHP Database Connection Test Script to Check the Database Server Reachability

Updated on: 2022-08-09

Posted on:

Blog: PHP DB Connection PDO package blog
Package: PHP DB Connection PDO

How to Create a PHP Database Connection Test Script to Check the Database Server Reachability

Many PHP applications need to access a database server and execute SQL queries to store and retrieve data in database table records.

If for some reason, the database server is not available for connection, any queries that the applications need to execute will fail with an error that may not be very clear what is the real cause.

This package provides a simple solution to check the availability of the database server.

It executes a dummy SQL query that is not useful for storing and retrieving data from the database server.

It only serves the purpose of checking if the database server is accessible.


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

1. How to Create a Chat Party with a PHP Telegram Bot

Updated on: 2022-08-05

Posted on:

Blog: PHP Telegram Bot LoL Party package blog
Package: PHP Telegram Bot LoL Party

Telegram is a popular chat application that can be improved using external applications that call Telegram API to implement new resources around the Telegram application.

One popular type of Telegram-based external application is well-known for using Telegram support to implement chatbots that can interact with many users.

This package implements a chatbot that can create a party at which each user can invite other users to participate in a chat party.


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

1. How to Implement Laravel Privacy Measures to Only Set Cookies After the User Authorizes the Use of Cookies

Updated on: 2022-08-04

Posted on:

Blog: Laravel Privacy User Cookie package blog
Package: Laravel Privacy User Cookie

Many sites are now asking users if they can use cookies to track users that visit a site.

This request implementation usually works by showing a message on a page with a button that the users can click to tell the site they can use cookies.

This package implements a solution for this approach that will work in Laravel applications.


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

1. Laravel 9 Tutorial to Implement a CRUD Application Taking Advantage of PHP 8 Features

Updated on: 2022-08-03

Posted on:

Blog: Laravel 9 CRUD Example package blog
Package: Laravel 9 CRUD Example

Laravel is a well-known PHP development framework. In version 9, it introduced new improvements, including taking advantage of PHP 8 new features.

This package implements an example of a CRUD application based on Laravel 9.


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

  1736 - 1727   ...   1636 - 1627   1626 - 1617   1616 - 1607   1606 - 1597   1596 - 1587   1586 - 1577   1576 - 1567   1566 - 1557   1556 - 1547   1546 - 1537   1536 - 1527   1526 - 1517   ...   6 - 1  
  All package blogs All package blogs   Blog PHP Classes blog   Post article Post article