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   ...   1544 - 1535   1534 - 1525   1524 - 1515   1514 - 1505   1504 - 1495   1494 - 1485   1484 - 1475   1474 - 1465   1464 - 1455   1454 - 1445   1444 - 1435   1434 - 1425   ...   4 - 1  

1. How to Learn About Object Relational Mapping from a Practical PHP Doctrine Tutorial with an Example

Updated on: 2022-03-22

Posted on:

Blog: Doctrine PHP ORM Example package blog
Package: Doctrine PHP ORM Example

Doctrine is a popular PHP project that helps developers to implement object-relational mapping actions in a PHP project.

These actions include storing and retrieving database table records using values set in PHP entity class objects.

This package shows how to use PHP Doctrine in practice in an example PHP application.


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

1. How to Process a PHP AJAX Response to a Request Passed as PSR-7 Compliant Messages

Updated on: 2022-03-21

Posted on:

Blog: PHP AJAX Response Router package blog
Package: PHP AJAX Response Router

PSR-7 is a PHP standard recommendation for creating PHP classes that can encapsulate the details of an HTTP request and an HTTP response.

This package implements the PSR-7 recommendation to simplify the processing of HTTP requests of AJAX and other types of PHP Web applications.

Application developers only need to specify callback functions or class methods ready to process PSR-7 compliant requests and response objects to implement their PHP applications.


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

1. How to Learn Using a Laravel Livewire from a Laravel CRUD Example

Updated on: 2022-03-18

Posted on:

Blog: Laravel Livewire CRUD package blog
Package: Laravel Livewire CRUD

Livewire is a package built on top of the Laravel framework to simplify further a developer's work that needs to develop applications with dynamic interfaces.

Applications based on Livewire require that developers write less code than traditional Web applications or applications based just on Laravel.

This package demonstrates how to implement a simple CRUD application using Laravel Livewire. This way, other developers can learn faster from this practical example.


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

1082. 10 Pieces of PHP Developer Advice in 2022: Advice #7: How Can You Make Money Selling Better Versions of Your Open Source Software - 6 minutes - Lately in PHP Podcast Episode 90 Part 7

Updated on: 2022-03-17

Posted on:

Becoming a successful owner of a software company is the advice given in this podcast episode.

Many developers are employees or contractors who work for companies of other people that are business owners.

An employee works for one customer that is his employer's company.

A contractor may work for several customer companies.

A business owner may have much more customers. Therefore, the business owner can make much more money than an employee or a contractor.

Read this article, watch a 6-minute podcast video, or listen to part 7 of episode 90 of the Lately in PHP podcast to learn how to make more money by becoming an Open Source software business owner.


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

1. How to Learn the Test Driven Development Approach from a Real PHP TDD Example

Updated on: 2022-03-16

Posted on:

Blog: PHP TDD Tutorial Bug Report Application package blog
Package: PHP TDD Tutorial Bug Report Application

Test-Driven Design (TDD) is an approach to building software applications that create test code that will test the application code immediately after the developers write the application code.

This approach makes it easier to create applications that developers can verify if they comply with a given specification.

This package implements a sample application that demonstrates how to create a PHP application using the TDD approach.


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

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)

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)

  1994 - 1985   ...   1544 - 1535   1534 - 1525   1524 - 1515   1514 - 1505   1504 - 1495   1494 - 1485   1484 - 1475   1474 - 1465   1464 - 1455   1454 - 1445   1444 - 1435   1434 - 1425   ...   4 - 1  
  All package blogs All package blogs   Blog PHP Classes blog   Post article Post article