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  
  1934 - 1925   ...   904 - 895   894 - 885   884 - 875   874 - 865   864 - 855   854 - 845   844 - 835   834 - 825   824 - 815   814 - 805   804 - 795   794 - 785   ...   4 - 1  

757. Notable PHP package: PHP Google Authenticator with CodeIgniter

Updated on: 2018-11-14

Posted on:

Google Authenticator is a mobile authentication that can be used that a given user is the one that uses his own mobile phone.

This allows applications to verify if an user is the person he claims to be more than one way, thus allowing to implement what is called two factor authentication.

This package provides an implementation of a two factor authentication using CodeIgniter framework.

Read this article to learn more details about how this notable PHP package works.


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

756. Notable PHP package: Generic PHP Named Parameters Function Call

Updated on: 2018-11-13

Posted on:

Named function parameters constitute a special way of passing parameters to a function in a way that each parameter can be specified in any order.

This class provides means to extract values of named parameters that can be passed literally by value or by reference.

It can also be used to call any global function passing named parameters defined as associative arrays.

Read this article to learn more details about how this notable PHP package works.


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

755. Notable PHP package: PHP Project Structure Composer Generator

Updated on: 2018-11-12

Posted on:

Composer is a popular package for installing PHP applications.

This package can generate a set of files that will constitute the skeleton of a project that can be installed with Composer.

Read this article to learn more details about how this notable PHP package works.


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

754. Notable PHP package: PHP Session Count Online Users

Updated on: 2018-11-08

Posted on:

Many PHP applications use sessions to keep track about the users that access a site.

This class provides a means to count the number of active users on a site by accessing session tracking files and counting the active sessions based on the last time a session file for an user was modified.

Read this article to learn more details about how this notable PHP package works.


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

753. Notable PHP package: PHPMailer Logging with Monolog

Updated on: 2018-11-07

Posted on:

PHPMailer is a popular package for sending email. Monolog is a popular package for generating logs for the current application activity.

This package provides a brigde between PHPMailer and Monolog by passing the necessary information about mailing activity, so all actions records can be sent to logs.

Read this article to learn more details about how this notable PHP package works.


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

752. Notable PHP package: PHP European Validation

Updated on: 2018-11-06

Posted on:

Certain applications are meant to be used only by European citizens or companies.

This package provide several functions that help validating data that is specific to European contexts like countries codes and which are using the Euro currency.

Read this article to learn more details about how this notable PHP package works.


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

751. Notable PHP package: PHP Country Code to Country Name

Updated on: 2018-10-29

Posted on:

Many applications need to take the country code as parameter for their own purposes.

This class can take the two letter code of country and determine if it corresponds to a valid code. It can also return the respective country name.

Read this article to learn more details about how this notable PHP package works.


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

750. Notable PHP package: Easy PHP Audit Log Bundle

Updated on: 2018-10-25

Posted on:

Every application should create logs of relevant actions that happen during its execution so it is possible later to be able to determine the possible reasons that caused something that went wrong.

This provides an alternative solution to the process of logging specific types of logging.

It takes the information about events to be logged in the form of object that provides all the action details, a resolver component that take the event information and passes it to a specific channel component that filters the interesting actions to generate the actual logs.

Read this article to learn more details about how this notable PHP package works.


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

749. Notable PHP package: PHP Singular Value Decomposition

Updated on: 2018-10-24

Posted on:

Many applications need to search for documents that are more relevant to a given subject.

This package can take a given text and find documents that are more relevant to the text passed as parameter using Singular Value Decomposition algorithm.

Read this article to learn more details about how this notable PHP package works.


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

748. How to Debug PHP with XDebug in 2018 for Free Using CodeLobster IDE

Updated on: 2018-10-23

Posted on:

Every software product has bugs because nobody is perfect and every developer commits mistakes.

Therefore all developers need to use debugging tools to fix their code as soon as possible.

XDebug is an excellent debugging extension but it can be used in aw way that is more productive if you use it in conjunction with a IDE like CodeLobster that provides support to debug PHP code using XDebug.

Read this article to learn how to debug PHP code using CodeLobster IDE with XDebug.


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

  1934 - 1925   ...   904 - 895   894 - 885   884 - 875   874 - 865   864 - 855   854 - 845   844 - 835   834 - 825   824 - 815   814 - 805   804 - 795   794 - 785   ...   4 - 1  
  All package blogs All package blogs   Blog PHP Classes blog   Post article Post article