1. How Can PHP Convert XML to JSON to Migrate Old Data Documents to a Modern Format
Updated on: 2020-10-06
Posted on: 2020-10-06
Blog: PHP XML to JSON Conversion package blog
Package: PHP XML to JSON Conversion
This package provides a solution that can be convert existing XML documents into equivalent documents that represent the same data structures in JSON format.
1. How Can PHP Show Currency Rates in Web Page using Drupal
Updated on: 2020-10-04
Posted on: 2020-10-04
Blog: Drupal NBG Currency package blog
Package: Drupal NBG Currency
This package implements a Drupal module that can be used to display useful information about currencies of different world countries.
1. How to Implement PHP Promises to Evaluate Conditions like in JavaScript
Updated on: 2020-10-02
Posted on: 2020-10-02
Blog: Simple PHP Promise Library package blog
Package: Simple PHP Promise Library
This package provides means to implement promises in PHP by evaluating conditions now or later using deferred promises.
1. How to Implement a PHP CRUD Generator to Create Laravel Applications Faster
Updated on: 2020-09-30
Posted on: 2020-09-30
Blog: Laravel CRUD Builder package blog
Package: Laravel CRUD Builder
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.
1. How to Implement PHP Large File Upload Storage using Laravel Model Classes
Updated on: 2020-09-28
Posted on: 2020-09-28
Blog: Laravel File Model package blog
Package: Laravel File Model
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.
1. How to Implement a Laravel Multi Step Form to Split Complex Forms in Simpler Form Pages
Updated on: 2020-09-26
Posted on: 2020-09-26
Blog: Laravel Multi-Step Form package blog
Package: Laravel Multi-Step Form
This package provides a simplified solution to implement multi-page forms in applications based on the Laravel framework.
1. How to Implement a PHP Image Gallery that Allows Interactive Image Editing and Gallery Organization
Updated on: 2020-09-23
Posted on: 2020-09-23
Blog: wgGallery package blog
Package: wgGallery
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.
1. How to Implement a PHP Markdown Generator to Compose Documents in a Programmatic Way
Updated on: 2020-09-22
Posted on: 2020-09-22
Blog: PHP Markdown Generator package blog
Package: PHP Markdown Generator
This package provides a solution to compose documents in a programmatic way, so it can output the document content in Markdown format.
1041. How Can You Become a PHP Master and Have More Recognition For Your Open Source Contributions
Updated on: 2020-09-21
Posted on: 2020-09-21
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.
1. How to Prettify PHP Code to Display it in a More Readable Way
Updated on: 2020-09-19
Posted on: 2020-09-19
Blog: PHP Prettify package blog
Package: PHP Prettify
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.
