1. How to Implement PHP Physical Test of Structures by Processing Accelerograms
Updated on: 2021-01-28
Posted on: 2021-01-28
Blog: Dynamic PHP SDOF Class package blog
Package: Dynamic PHP SDOF Class
This class can analyse accelerogram data to produce charts that help evaluating how physical structures are able to handle the forces that may be propagating during the activity of earthquakes.
More ... Post a comment See comments (0) Trackbacks (0)
1. How to Implement a PHP Page Counter System that Can Track the Accesses of Users to Many Pages in a Site
Updated on: 2021-01-25
Posted on: 2021-01-25
Blog: fanKounter PHP Counter Script package blog
Package: fanKounter PHP Counter Script
This package implements a complex page counter solution to simplify the tracking of page access count in a reliable way that can be used to track the accesses of many pages at once.
It can also show useful statistics for site managers in a private way.
More ... Post a comment See comments (0) Trackbacks (0)
1. How to Implement a SOAP Server Example using Your Own Classes to Generate the Request Responses
Updated on: 2021-01-23
Posted on: 2021-01-23
Blog: Cloud King PHP SOAP Server package blog
Package: Cloud King PHP SOAP Server
Setting up a server to implement SOAP based Web services is not a simple task.
This package simplifies that task by allowing the customization of the functionality of the SOAP Web services be implemented in an easier way.
It just requires writing simple PHP classes that define how the Web service functions should respond.
More ... Post a comment See comments (0) Trackbacks (0)
1. How to Implement PHP Secure Information Transmission Using Shamir Encryption Algorithm
Updated on: 2021-01-21
Posted on: 2021-01-21
Blog: Shamir PHP Class package blog
Package: Shamir PHP Class
This class provides an PHP implementation of the Shamir algorithm, so it can be used to transmit and receive secret data in a secure way.
More ... Post a comment See comments (0) Trackbacks (0)
1. How to Quickly Build CodeIgniter Admin Panel with User Management
Updated on: 2021-01-20
Posted on: 2021-01-20
Blog: CodeIgniter Admin Panel with User Management package blog
Package: CodeIgniter Admin Panel with User Management
You can use any framework to add an administration panel to your application but you still need to develop a lot of code if you start from scratch.
Read this short tutorial article to learn how to quickly create an administration panel using the CodeIgniter Admin Panel package.
More ... Post a comment See comments (0) Trackbacks (0)
1. How to Access PHP Class Constructor Optional Parameters that May Be Variable
Updated on: 2021-01-19
Posted on: 2021-01-19
Blog: PHP Class Constructor with Parameters package blog
Package: PHP Class Constructor with Parameters
Like other types of functions, constructor functions can have a variable number of parameters.
This class demonstrates how to handle class constructor function calls by storing all the parameters in a way that they can be accessed later, regardless of the number of the parameters that were passed.
More ... Post a comment See comments (0) Trackbacks (0)
1. How to Implement a PHP Command Line Tool with Auto-Complete Support for the Argument Values
Updated on: 2021-01-17
Posted on: 2021-01-17
Blog: PHP Readline Function with Auto-Complete package blog
Package: PHP Readline Function with Auto-Complete
Some of those tasks as run by typing the name of commands and their parameters in the console. For us humans it is hard to remember all the names of the commands their parameter names.
This package can help to remember the command parameters by allowing to type the commands and provide auto-complete aid to help remember the right name of the parameters.
More ... Post a comment See comments (0) Trackbacks (0)
1. How Can PHP Process Large Data Sets More Efficiently Processing Chunks of Data at a Time
Updated on: 2021-01-15
Posted on: 2021-01-15
Blog: PHP Toolbox package blog
Package: PHP Toolbox
This package provides a better way to process data in arrays. Instead of processing one element at a time, it processes chunks of multiple elements in each iteration. This way it can do the whole processing in a more efficient way.
More ... Post a comment See comments (0) Trackbacks (0)
1. How to Make PHP Run Faster by Comparing Different Coding Approaches to Solve the Same Problems
Updated on: 2021-01-12
Posted on: 2021-01-12
Blog: PHP Benchmarks package blog
Package: PHP Benchmarks
This package implements a solution to test the speed of execution of different types of functions that can be used for the same purpose.
This way, you can decide which set functions you should use to make your PHP applications faster.
More ... Post a comment See comments (0) Trackbacks (0)
1. How to Boost Your PHP Class Objects with a Minimalist Template Engine using Absint PHP Template Engine Trait
Updated on: 2021-01-12
Posted on: 2021-01-12
Blog: Absint PHP Template Engine Trait package blog
Package: Absint PHP Template Engine Trait
Read this short tutorial to learn more about this PHP trait and how can you use the template engine with code samples.
This will help you understand how to improve the implementation of features of your own PHP classes that can benefit from a ready to use template processing engine.
More ... Post a comment See comments (0) Trackbacks (0)