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  
  889 - 880   ...   369 - 360   359 - 350   349 - 340   339 - 330   329 - 320   319 - 310   309 - 300   299 - 290   289 - 280   279 - 270   269 - 260   259 - 250   ...   9 - 1  

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:

Blog: fanKounter PHP Counter Script package blog
Package: fanKounter PHP Counter Script

Web page counters are traditional way of showing how popular a page is by the means of elements that appear on a page that show the count of accesses that a page had so far.

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.


Blog More ...   Post a comment Post a comment   See comments 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:

Blog: Cloud King PHP SOAP Server package blog
Package: Cloud King PHP SOAP Server

SOAP is a mature protocol to implement Web services based on the exchange of XML messages.

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.


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

1. How to Implement PHP Secure Information Transmission Using Shamir Encryption Algorithm

Updated on: 2021-01-21

Posted on:

Blog: Shamir PHP Class package blog
Package: Shamir PHP Class

Shamir is an algorithm that can be used to exchange secret data by exchanging encrypted data split in several parts.

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.


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

1. How to Quickly Build CodeIgniter Admin Panel with User Management

Updated on: 2021-01-20

Posted on:

Blog: CodeIgniter Admin Panel with User Management package blog
Package: CodeIgniter Admin Panel with User Management

Often applications need to implement panels to let administrators control several aspects of those applications.

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.


Blog More ...   Post a comment Post a comment   See comments 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:

Blog: PHP Class Constructor with Parameters package blog
Package: PHP Class Constructor with Parameters

PHP classes can have constructor functions that are called once a class object is created.

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.


Blog More ...   Post a comment Post a comment   See comments 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:

Blog: PHP Readline Function with Auto-Complete package blog
Package: PHP Readline Function with Auto-Complete

Sometimes it is necessary to execute commands from the console command line to execute maintenance tasks in the server on which a PHP application is running.

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.


Blog More ...   Post a comment Post a comment   See comments 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:

Blog: PHP Toolbox package blog
Package: PHP Toolbox

One way to process a large set of data that is stored in an array is to iterate over the array one element at a time and process it.

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.


Blog More ...   Post a comment Post a comment   See comments 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:

Blog: PHP Benchmarks package blog
Package: PHP Benchmarks

In PHP, there several ways to achieve the same functionality using different types functions.

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.


Blog More ...   Post a comment Post a comment   See comments 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:

Blog: Absint PHP Template Engine Trait package blog
Package: Absint PHP Template Engine Trait

The Absint PHP Template Engine Trait package provides a PHP trait that you can use to add a template engine to any of your PHP classes just by inserting a single line of PHP code to your class code.

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.


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

1. How to Use PHP Secure Hashing Functions to Avoid Storing Passwords in Plain Text

Updated on: 2021-01-10

Posted on:

Blog: PHP SHA3, SHA512, SHA384, SHA256, SHA224, SHA1, cSHAKE, KMAC, TupleHash, ParallelHash, KangarooTwelve, MarsupilamiFourteen package blog
Package: PHP SHA3, SHA512, SHA384, SHA256, SHA224, SHA1, cSHAKE, KMAC, TupleHash, ParallelHash, KangarooTwelve, MarsupilamiFourteen

SHA is a family of algorithms that process a string of data and compute a number called hash.

Hash computing is useful for several purposes. One of the purposes is to be able to check if the hash of a password entered by the user matches the hash of a password stored in a database.

This way, applications do not need to store plain text passwords in a database, which could cause a serious security problem in the case an application database gets stolen by people with bad intentions.

The package provides a pure PHP implementation of many variants of the SHA hashing algorithm family. Using this package you can implement strong data hashing based solutions, regardless of the PHP version that you use in your server.


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


  889 - 880   ...   369 - 360   359 - 350   349 - 340   339 - 330   329 - 320   319 - 310   309 - 300   299 - 290   289 - 280   279 - 270   269 - 260   259 - 250   ...   9 - 1  
  PHP Classes blog PHP Classes blog   Blog All package blogs