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  
  1988 - 1979   ...   1538 - 1529   1528 - 1519   1518 - 1509   1508 - 1499   1498 - 1489   1488 - 1479   1478 - 1469   1468 - 1459   1458 - 1449   1448 - 1439   1438 - 1429   1428 - 1419   ...   8 - 1  

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)

1081. 10 Pieces of PHP Developer Advice in 2022: Advice #6: How Can a Developer Have a Balanced Personal Life with Great Quality - 7 minutes - Lately in PHP Podcast Episode 90 Part 6

Updated on: 2022-03-10

Posted on:

Every need developer needs to have a good quality of life to have productive when he does his work.

To have an excellent quality of life, you need to have five kinds of love in your life. Finding these kinds of love is the advice given in part 6 of the Lately in PHP podcast episode 90.

Read this article, watch a 7-minute podcast video, or listen to this podcast episode to learn more about having an excellent quality of life.


Blog More ...   Post a comment Post a comment   See comments See comments (4)   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)

1080. 10 Pieces of PHP Developer Advice in 2022: Advice #5: How to Find a Mentor to Learn From His Experience Faster - 8 minutes - Lately in PHP Podcast Episode 90 Part 5

Updated on: 2022-02-28

Posted on:

All developers should learn every day to evolve in their careers. A developer can learn by himself by practicing a lot. A faster way to evolve is to learn from another developer with more experience.

A mentor is a person that has more experience than you. So you can ask for help to learn more from a mentor.

Finding a good mentor who will help you evolve faster is the advice given in part 5 of the Lately in PHP podcast episode 90.

Read this article, watch a 4-minute podcast video, or listen to this podcast episode to learn more about finding a good mentor.


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)

  1988 - 1979   ...   1538 - 1529   1528 - 1519   1518 - 1509   1508 - 1499   1498 - 1489   1488 - 1479   1478 - 1469   1468 - 1459   1458 - 1449   1448 - 1439   1438 - 1429   1428 - 1419   ...   8 - 1  
  All package blogs All package blogs   Blog PHP Classes blog   Post article Post article