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  
  1934 - 1925   ...   1224 - 1215   1214 - 1205   1204 - 1195   1194 - 1185   1184 - 1175   1174 - 1165   1164 - 1155   1154 - 1145   1144 - 1135   1134 - 1125   1124 - 1115   1114 - 1105   ...   4 - 1  

1. How to Prettify PHP Code to Display it in a More Readable Way

Updated on: 2020-09-19

Posted on:

Blog: PHP Prettify package blog
Package: PHP Prettify

PHP comes with built-in support to parse PHP code to generate HTML that can display the code in a highlighted format using color.

This package implements a better solution for displaying PHP code in Web pages.

It can highlight the code using colors, add line numbering, highlight specific lines or just part of the code of a script, and highlighting the code using themes configured using separate files in JSON format.


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

1. How to Implement a PHP Uptime Monitor to Check if Multiple Servers Are Working as Expected

Updated on: 2020-09-17

Posted on:

Blog: Laravel Uptime Monitor package blog
Package: Laravel Uptime Monitor

Monitoring a server regularly is a way to continuously test if a Web application is running as expected.

This package provides a solution that can be used to monitor multiple servers on which one or more applications are running.

It also provides means to detect when a server that was working goes down, as well when a server that was down starts working again.

This way, it can be used to allow applications to be monitored to generate alerts, so an administrator can check when he needs to solve a problem that may have caused an application to stop working.


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

1. How to Implement PHP Domain Driven Design Classes in Practice

Updated on: 2020-09-15

Posted on:

Blog: PHP Domain Driven Design Starter package blog
Package: PHP Domain Driven Design Starter

Domain Driven Design (DDD) is a concept for defining an approach to map abstract project concepts into a concrete implementation of software projects on which the abstract entities are mapped to specific concrete classes and interfaces.

Command and Query Responsibility Segregation (CQRS) is a pattern that defines that there may be different model objects that can be used to update the information that is necessary to store the model information.

Event Sourcing (ES) is an approach to keep track about the changes in the state of an application as a sequence of events.

This package provides abstract interfaces for defining objects to implement Domain Driven Design, Command and Query Responsibility Segregation and Event Sourcing in PHP.


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

1. How to Implement a PHP Network Scanner to Discover IP Addresses of Web Site Servers

Updated on: 2020-09-13

Posted on:

Blog: PHP Check HTTP Response Code IP Scanner package blog
Package: PHP Check HTTP Response Code IP Scanner

Sometimes it is necessary to discover what is the address of HTTP servers running on a given network of many machines to find out what is the machine a server is running.

This package provides a solution to automate the discovery of Web servers running on a network by checking if there is an HTTP response to servers with IP addresses within a given range.


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

1. How to Implement a PHP Visualization Solution to Display Multiple Periods of Time over Dates

Updated on: 2020-09-10

Posted on:

Blog: PHP Period Date package blog
Package: PHP Period Date

Calculating and comparing dates is useful for applications that deal with events and time schedules.

This package can not only perform time calculation and comparison operations, but it can also generate visual representations of the different time intervals, so users can see how they overlap or not.


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

1040. Live Chat on Building Your Own Business as a Software Developer

Updated on: 2020-09-10

Posted on:

Many developers want to progress and have their own business as software developers instead of working just for the businesses of other companies.

Building a business is a complex process that takes a lot of work and a lot of time to make it happen.

Follow the live chat session with Manuel Lemos, the founder of the PHP Classes site in collaboration with Cloudways company on which many questions about business creation will be answered to help you get started.

The live chat will happen Thursday, September 10 2020 at 5PM CET or 10AM CST at Twitter or Facebook using hash tag #CWChat .

Read this short article to learn more about what this live chat will be all about.


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

1. How to Implement PHP Form Validation Without Mixing the Form Processing with the Form Validation Logic

Updated on: 2020-09-09

Posted on:

Blog: PHP JavaScript Form Validation package blog
Package: PHP JavaScript Form Validation

Many applications need to generate and validate forms. Usually they generate JavaScript to validate the form values before the form is submitted to the server.

This class provides means to define validation rules as a separate files in the INI format.

This possibility simplifies the building and maintenance of form based Web applications, as developers can easily find the different files that are used to process forms and define form validation rules.


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

1. How to Implement a PHP Random String Generator using Templates to Define the Output String Format

Updated on: 2020-09-07

Posted on:

Blog: PHP Replace Dynamic String package blog
Package: PHP Replace Dynamic String

Sometimes applications need to generate random strings that follow a certain pattern.

This package can generate random strings from a template that contains not only the fixed part of the pattern, but also all the possible alternatives that the variable parts may contain.

This allows applications to define random string patterns as a single string. Then this package can generate many variants of the type of random string that the applications need to be generated.


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

1. How Can You Setup a Laravel Docker Environment From an Example

Updated on: 2020-09-05

Posted on:

Blog: Laravel Docker Starter package blog
Package: Laravel Docker Starter

Docker is a tool to help creating containers of all the files that are necessary to run applications, so they can easily be installed and put to work.

This package can be used to start a PHP project with Laravel, MySQL and Nginx using a Docker container.

This way, the package can help developers saving a lot of time start Laravel projects that are meant to be run in Docker containers.


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

1. How to Create a Compact PHP API in a Single Object

Updated on: 2020-09-04

Posted on:

Blog: Armory PHP Closure Trait package blog
Package: Armory PHP Closure Trait

The Armory PHP Closure Trait is a package that provides a trait that you can use in your PHP classes to quickly add a registration and a callback support to register and invoke callback functions to handle class specific events.

Read this short tutorial to learn about several ways to use the PHP Armory Trait.


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

  1934 - 1925   ...   1224 - 1215   1214 - 1205   1204 - 1195   1194 - 1185   1184 - 1175   1174 - 1165   1164 - 1155   1154 - 1145   1144 - 1135   1134 - 1125   1124 - 1115   1114 - 1105   ...   4 - 1  
  All package blogs All package blogs   Blog PHP Classes blog   Post article Post article