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  
  935 - 926   ...   315 - 306   305 - 296   295 - 286   285 - 276   275 - 266   265 - 256   255 - 246   245 - 236   235 - 226   225 - 216   215 - 206   205 - 196   ...   5 - 1  

1. How to Implement a PHP CRUD Generator to Create Laravel Applications Faster

Updated on: 2020-09-30

Posted on:

Blog: Laravel CRUD Builder package blog
Package: Laravel CRUD Builder

A CRUD based interface is a common Web site application design pattern that can be used to perform regular operations on records of data stored in a database table or other forms of structured data format.

Many applications need to implement many different types of CRUD interfaces. Therefore they can benefit from automated solutions to generate the code to implement such kind of CRUD interfaces.

This package can generate code for all types of files to implement CRUD interfaces from configuration defined in JSON format.


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

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)

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)


  935 - 926   ...   315 - 306   305 - 296   295 - 286   285 - 276   275 - 266   265 - 256   255 - 246   245 - 236   235 - 226   225 - 216   215 - 206   205 - 196   ...   5 - 1  
  PHP Classes blog PHP Classes blog   Blog All package blogs