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  
  846 - 837   ...   476 - 467   466 - 457   456 - 447   446 - 437   436 - 427   426 - 417   416 - 407   406 - 397   396 - 387   386 - 377   376 - 367   366 - 357   ...   6 - 1  

1. How to Create Laravel Tags to be Assigned to Model Class Objects

Updated on: 2021-07-27

Posted on:

Blog: Laravel Taggable package blog
Package: Laravel Taggable

Tagging is a way to assign certain words to specific objects, making it easier to find all objects related to those words.

This package makes it easier to assign tags objects defined using model classes in a project that uses the Laravel framework.

The package also supports storing and retrieving the translation of texts of each tag.


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

1. How to Use a PHP Data Structures Library to Process Sets of Values More Efficiently using the PHP DS Extension

Updated on: 2021-07-23

Posted on:

Blog: PHP DS Functional package blog
Package: PHP DS Functional

The PHP DS extension provides a more efficient way to manipulate common data structures like vector, set, stack, queue, map, deque, and pqueue.

This package provides a simple way to convert values to be used by the functions of the PHP DS extension.


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

1. How to Implement a PHP Websocket Game to Make a Very Interactive Game Play

Updated on: 2021-07-22

Posted on:

Blog: PHP Game of Three package blog
Package: PHP Game of Three

The Game of Three is a board game that works by allowing the play to arrange pieces in the board until he forms the arrangement requested by the game.

This package uses Websockets to provide a PHP-based implementation of the Three Game that is interactive, so the game works well without reloading the page when the player moves the pieces on the board.


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

1. How to Implement a PHP CLI Progress Indicator by Animating the Cursors While a PHP Task in Running

Updated on: 2021-07-21

Posted on:

Blog: PHP CLI Spinner package blog
Package: PHP CLI Spinner

Sometimes applications need to execute tasks that take a long time to finish. It is always good to provide feedback to the users to let them know what is happening, avoiding that the users become too anxious.

For console-based applications, usually, a cursor may appear blinking, but that does not give feedback on whether the current application is running well.

This package implements a better solution by showing the cursor changing its character, so it appears to be animated. This can give the users a better feeling by letting them know that the application is running.

The package implements a solution that uses a parallel process to animate the cursor character, so the application does not have to stop its main job to update the cursor animation.


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

1. How to Have a Laravel Pages Package to Create and Manage Web Pages for Each Object of Model Class

Updated on: 2021-07-20

Posted on:

Blog: Laravel Pages Package package blog
Package: Laravel Pages Package

Many sites provide dynamically generated pages to allow their users to create pages in any way they want.

The pages' content and attributes need to be stored, for instance, in a database, so the users can update the pages any time they want.

This package provides a solution to manage content stored in a database using Laravel model classes. It also supports having multiple versions of the page text attributes for different languages.


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

1. How to Implement a Magento Server Setup For a Web Site That Does Not Need a Regular Web Server

Updated on: 2021-08-17

Posted on:

Blog: Mage Developer package blog
Package: Mage Developer

Magento is a popular e-commerce package written in PHP. It usually runs on a common Web server.

This package can configure Magento to run using the PHP built-in Web server using a specific IP address and port.


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

1. How to Implement a PHP Multiple Database Connections Solution for Applications that Use Laravel

Updated on: 2021-07-15

Posted on:

Blog: Laravel Multiple Database package blog
Package: Laravel Multiple Database

Usually, PHP applications only need to access a single database to store and retrieve the information they need to use.

In some cases, it may be necessary to connect to more than one database to perform operations that require access to information that is not all in the same database.

This package provides code to demonstrates so developers can learn how to connect to multiple databases in the same Laravel application.


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

1. How to Implement a PHP Parallel Processing Solution that Can Start Many Scripts More Efficiently

Updated on: 2021-07-14

Posted on:

Blog: PHP Async Executor package blog
Package: PHP Async Executor

One way to run multiple PHP scripts simultaneously is to use the PHP CLI version and start it as a parallel process. The start is a bit slow because a new program needs to be loaded.

To start faster, this package provides a solution that can start the parallel process first before creating the actual script that the process will run.


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

1. How Implement a PHP Case Converter to Adjust The Case of Text used in Template Parameters

Updated on: 2021-07-13

Posted on:

Blog: PHP Case Converter for Twig package blog
Package: PHP Case Converter for Twig

Sometimes developers need to convert the case of words into a text string. There are many types of case conversion.

This package provides a solution to implement case conversions of many types for values to be used to process templates using the Twig template engine.


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

1. How to Implement a Monitoring System That Checks Linux Native Resources to Detect Web Server Issues Quickly

Updated on: 2021-07-12

Posted on:

Blog: PHP Network Monitor package blog
Package: PHP Network Monitor

Monitoring aspects of a server running on the Internet can be useful to diagnose problems that need to be fixed quickly to avoid causing damages to businesses that depend on that server.

This package implements a solution to monitor network connections on a given Linux server using the vnstat program or checking the system's virtual files related to network connections.


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


  846 - 837   ...   476 - 467   466 - 457   456 - 447   446 - 437   436 - 427   426 - 417   416 - 407   406 - 397   396 - 387   386 - 377   376 - 367   366 - 357   ...   6 - 1  
  PHP Classes blog PHP Classes blog   Blog All package blogs