PHP Classes

All package blogs

Recommend this page to a friend!

Latest posts of all package blogs

  PHP Classes blog PHP Classes blog   Blog All package blogs  
  936 - 927   ...   596 - 587   586 - 577   576 - 567   566 - 557   556 - 547   546 - 537   536 - 527   526 - 517   516 - 507   506 - 497   496 - 487   486 - 477   ...   6 - 1  

1. How to Implement a PHP Tree View Database Solution to Display Tree Structures Stored in MySQL using Google Charts API

Updated on: 2022-03-15

Posted on:

Blog: PHP MySQL Hierarchical Tree package blog
Package: PHP MySQL Hierarchical Tree

Hierarchies represent relations between people or other types of related entities. The hierarchy structure determines which entities are in command of other entities.

Hierarchies can be stored in databases using table records that express what entities are below or above in the hierarchy tree.

This class can retrieve a hierarchy tree structure from a MySQL database table to easily visualize the Google Charts API.


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

1. How Can PHP Compress HTML Pages to Serve at the Maximum Speed Combining Content with Response Compression

Updated on: 2022-03-13

Posted on:

Blog: PHP Compress JSON, HTML and Text Output package blog
Package: PHP Compress JSON, HTML and Text Output

The HTTP protocol allows compressing the responses to HTTP requests using several algorithms like gzip.

This possibility can make the Web servers respond faster to HTTP requests by reducing the amount transferred to the Web browser, especially when the response is in text formats like HTML, JSON, or plain text.

This package takes advantage of this possibility to reduce the size of HTTP responses generated by PHP scripts.

The package can compress the response data even more when the output format is HTML because it also compresses HTML by eliminating unnecessary parts, like comments, spaces, and line breaks.


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

1. How to Implement PHP Robot Check System that Logs Web Site Accesses For Posterior Analysis

Updated on: 2022-03-10

Posted on:

Blog: Robots Class package blog
Package: Robots Class

Many sites get excessive HTTP requests from robot scripts like search engine crawlers such as Google.

The analysis of the robot access activity may be helpful to determine if in the future a site may consider those accesses as valid or ignore them to avoid a needless load of the Web server machine.

This class provides several alternatives to log the details of robot accesses like log files, email, and database table records.

Applications developers may pick different log storage container types depending on what can be better for future analysis.


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

1. How to Use a PHP GraphQL Client Library to Extract Parameters Passed to API Calls

Updated on: 2022-03-09

Posted on:

Blog: Laravel GraphQL Server package blog
Package: Laravel GraphQL Server

GraphQL is a specification for a way to process requests to an API.

It allows developers to create APIs by defining how to extract parameter values from the request using a GraphQL specification file.

This package demonstrates how to use a GraphQL specification to implement an API using the Laravel Framework quickly.


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

1. How to Create a PHP Quiz Online Reading Questions and Answers from INI Configuration Files

Updated on: 2022-03-06

Posted on:

Blog: PHP Quiz Questions and Answers package blog
Package: PHP Quiz Questions and Answers

Quizzes can be a great way to provide entertainment to users of a site. Quizzes can also be a way to teach users about topics of their interest, showing the correct answers to specific questions.

This package can manage quizzes presented on the Web site with questions and answers read from INI configuration files.

This possibility allows site owners to quickly create quizzes by changing configuration files, thus without having to change the site code or using databases.


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

1. How to Implement a PHP Facebook ChatBot that Can Message Many Chat Users at Once

Updated on: 2022-03-03

Posted on:

Blog: PHP Facebook Agent Helpers package blog
Package: PHP Facebook Agent Helpers

Chatbots can be helpful to automate the interactions between users of a site and the site managers that provide support to those users.

This package provides a chatbot agent class that can automate the interactions with many Facebook chatbot users at once, including delivering broadcast messages that can reach all chatbot users.


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

1. How to Implement a Browser Side PHP Action Handler to Process JavaScript Events

Updated on: 2022-03-01

Posted on:

Blog: PHP Router Library JS package blog
Package: PHP Router Library JS

Many Web applications can process browser-side requests using JavaScript using responses retrieved from the server-side. PHP code can handle those server-side requests.

This package can process client-side requests to retrieve HTTP route information from the server-side according to a parameter that is the value after the hash (#) character.

This possibility allows configuring Web application routes for applications implemented on the client-side in JavaScript using PHP code's configuration values defined on the server-side.


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

1. How Create a Complex API using a PHP REST API Library the Reduces the Need to Write So Much API Implementation Code

Updated on: 2022-02-25

Posted on:

Blog: Laravel REST API package blog
Package: Laravel REST API

Many Web applications provide APIs to expose their functionalities to external applications.

Usually, those applications provide a REST API to manipulate information records stored in databases accessed using model classes.

This package makes it simpler to create complex REST API by reducing the effort to write code to set up and configure REST APIs that provide access to many model classes in the same API provided by applications written with the Laravel framework.


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

1. How to Implement a PHP Transformer Pattern Solution to Configure What Data a Page Displays Based on the HTTP Request Parameters

Updated on: 2022-02-24

Posted on:

Blog: Saad Laravel PHP Fractal Transformer package blog
Package: Saad Laravel PHP Fractal Transformer

This class can transform data presented by Laravel applications.

It provides classes that transform data retrieved from data sources using the current HTTP request parameter values that configure the data transformation details.

The package provides an abstract transformation class that applications can use to create their own rules to transform the source data more conveniently to the application data presentation purposes.


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

1. How to Implement Financial Applications using a PHP Wallet API

Updated on: 2022-02-23

Posted on:

Blog: PHP Wallet API and Application package blog
Package: PHP Wallet API and Application

Wallets are containers that securely store money amounts. Applications can perform different types of operations with money held in wallets.

This package implements an API that can perform several operations with wallet money amounts.

Using this API, developers can implement financial applications that do not need to maintain the wallet management services.


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


  936 - 927   ...   596 - 587   586 - 577   576 - 567   566 - 557   556 - 547   546 - 537   536 - 527   526 - 517   516 - 507   506 - 497   496 - 487   486 - 477   ...   6 - 1  
  PHP Classes blog PHP Classes blog   Blog All package blogs