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  
  1989 - 1980   ...   1229 - 1220   1219 - 1210   1209 - 1200   1199 - 1190   1189 - 1180   1179 - 1170   1169 - 1160   1159 - 1150   1149 - 1140   1139 - 1130   1129 - 1120   1119 - 1110   ...   9 - 1  

1. How to Implement PHP Large File Upload Storage using Laravel Model Classes

Updated on: 2020-09-28

Posted on:

Blog: Laravel File Model package blog
Package: Laravel File Model

Usually model classes are used to store and retrieve application objects in database tables.

However, for object variables that can contain data that maybe large, it may be better to use files to store the values of those values in files.

This way, the database table records do not become too large, thus avoiding to slow down the database access.

This package implements a trait to use with model classes based on the Laravel framework to make some of the model class objects be mapped to files.


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

1. How to Implement a Laravel Multi Step Form to Split Complex Forms in Simpler Form Pages

Updated on: 2020-09-26

Posted on:

Blog: Laravel Multi-Step Form package blog
Package: Laravel Multi-Step Form

When applications need to ask the users to fill forms with many details, it is better to implement multi-page forms by splitting those forms in multiple pages to avoid asking too much information at once from the users.

This package provides a simplified solution to implement multi-page forms in applications based on the Laravel framework.


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

1. How to Implement a PHP Image Gallery that Allows Interactive Image Editing and Gallery Organization

Updated on: 2020-09-23

Posted on:

Blog: wgGallery package blog
Package: wgGallery

XOOPS is a traditional content management system (CMS) written in PHP to help creating Web sites based on common types of content like blog posts and image galleries.

This package is a module for the XOOPS CMS that implements an advanced image gallery system with unusual features like online image editing and organization of the gallery images by the means of visual Web based interface.


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

1. How to Implement a PHP Markdown Generator to Compose Documents in a Programmatic Way

Updated on: 2020-09-22

Posted on:

Blog: PHP Markdown Generator package blog
Package: PHP Markdown Generator

Markdown became a popular file format to represent documents that can be displayed in plain text format, or in HTML Web pages or other document formats.

This package provides a solution to compose documents in a programmatic way, so it can output the document content in Markdown format.


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

1041. How Can You Become a PHP Master and Have More Recognition For Your Open Source Contributions

Updated on: 2020-09-21

Posted on:

Many developers make their work available to the Open Source community.

One of the greatest difficulties of many PHP developers to have more recognition is to reach a significant number of developers interested in their work.

The PHP Development Master Award is being launched now with the goal to provide more visibility to great quality Open Source PHP packages that come with great tutorials that other developers have the pleasure to learn from.

Read this article and watch a short tutorial video here to learn how you can participate in this award, so you can get more recognition and prizes for the work that you share with the PHP Community.


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

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)

  1989 - 1980   ...   1229 - 1220   1219 - 1210   1209 - 1200   1199 - 1190   1189 - 1180   1179 - 1170   1169 - 1160   1159 - 1150   1149 - 1140   1139 - 1130   1129 - 1120   1119 - 1110   ...   9 - 1  
  All package blogs All package blogs   Blog PHP Classes blog   Post article Post article