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  
  1993 - 1984   ...   1233 - 1224   1223 - 1214   1213 - 1204   1203 - 1194   1193 - 1184   1183 - 1174   1173 - 1164   1163 - 1154   1153 - 1144   1143 - 1134   1133 - 1124   1123 - 1114   ...   3 - 1  

1. How Can PHP Convert XML to JSON to Migrate Old Data Documents to a Modern Format

Updated on: 2020-10-06

Posted on:

Blog: PHP XML to JSON Conversion package blog
Package: PHP XML to JSON Conversion

XML used to be a popular format to represent structured data that could be stored in files. Nowadays, JSON is a more popular format for the same purpose.

This package provides a solution that can be convert existing XML documents into equivalent documents that represent the same data structures in JSON format.


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

1. How Can PHP Show Currency Rates in Web Page using Drupal

Updated on: 2020-10-04

Posted on:

Blog: Drupal NBG Currency package blog
Package: Drupal NBG Currency

Drupal is a popular content management system (CMS) that allows customization by the means of module packages that can be created by third-party developers.

This package implements a Drupal module that can be used to display useful information about currencies of different world countries.


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

1. How to Implement PHP Promises to Evaluate Conditions like in JavaScript

Updated on: 2020-10-02

Posted on:

Blog: Simple PHP Promise Library package blog
Package: Simple PHP Promise Library

A promise is a control structure that you can use in your code to define the actions to be executed when a condition is true, false, or needs to be evaluate later again while the condition status is not yet determined.

This package provides means to implement promises in PHP by evaluating conditions now or later using deferred promises.


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

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)

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)

  1993 - 1984   ...   1233 - 1224   1223 - 1214   1213 - 1204   1203 - 1194   1193 - 1184   1183 - 1174   1173 - 1164   1163 - 1154   1153 - 1144   1143 - 1134   1133 - 1124   1123 - 1114   ...   3 - 1  
  All package blogs All package blogs   Blog PHP Classes blog   Post article Post article