762. Notable PHP package: PHP File Size Human Readable
Updated on: 2018-11-27
Posted on: 2018-11-27
XML is a format that is often used to store structured data.
This package uses XML files are storage containers for databases that can be accessed using SQL statements.
Since XML can also be rendered in Web browsers, the database files in XML format generated by this package can also be viewed in browser, using a given CSS code to customize their presentation.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
This package uses XML files are storage containers for databases that can be accessed using SQL statements.
Since XML can also be rendered in Web browsers, the database files in XML format generated by this package can also be viewed in browser, using a given CSS code to customize their presentation.
Read this article to learn more details about how this notable PHP package works.
761. Notable PHP package: PHP Property Preprocessor
Updated on: 2018-11-26
Posted on: 2018-11-26
PHP supports using class functions named __get to implement a single function that will be used to return values of any class variables.
This package provides a trait that provides a getter function that can preprocess the value of a variable being retrieved in a way that is defined by a custom function.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
This package provides a trait that provides a getter function that can preprocess the value of a variable being retrieved in a way that is defined by a custom function.
Read this article to learn more details about how this notable PHP package works.
760. The PHP elePHPants Are Coming Finally Soon!
Updated on: 2018-11-20
Posted on: 2018-11-20
After many many months of planning and development, the first iterations of the prototype are finally coming out from a factory that will produce them soon.
Read this article to learn how is it going and how you can still pre-order your own elePHPant.
More ...
Post a comment
See comments (0) Trackbacks (0)
Read this article to learn how is it going and how you can still pre-order your own elePHPant.
759. Notable PHP package: PHP Reference Variable Debug
Updated on: 2018-11-19
Posted on: 2018-11-19
In PHP variables can contain values of a specific type, or can be references pointing to other values.
This package can not only determine if a variable is a reference to another, but can also determine the number of references that point to a given variable.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
This package can not only determine if a variable is a reference to another, but can also determine the number of references that point to a given variable.
Read this article to learn more details about how this notable PHP package works.
758. Notable PHP package: PHP AWR class
Updated on: 2018-11-16
Posted on: 2018-11-15
Arabic text should be rendered in a way that is different when compared to the way that is used to display text in other alphabets.
This package provides filters that help displaying arabic text in a different way.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
This package provides filters that help displaying arabic text in a different way.
Read this article to learn more details about how this notable PHP package works.
757. Notable PHP package: PHP Google Authenticator with CodeIgniter
Updated on: 2018-11-14
Posted on: 2018-11-14
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.
More ...
Post a comment
See comments (0) Trackbacks (0)
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.
756. Notable PHP package: Generic PHP Named Parameters Function Call
Updated on: 2018-11-13
Posted on: 2018-11-13
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.
More ...
Post a comment
See comments (0) Trackbacks (0)
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.
755. Notable PHP package: PHP Project Structure Composer Generator
Updated on: 2018-11-12
Posted on: 2018-11-12
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.
More ...
Post a comment
See comments (0) Trackbacks (0)
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.
754. Notable PHP package: PHP Session Count Online Users
Updated on: 2018-11-08
Posted on: 2018-11-08
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.
More ...
Post a comment
See comments (0) Trackbacks (0)
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.
753. Notable PHP package: PHPMailer Logging with Monolog
Updated on: 2018-11-07
Posted on: 2018-11-07
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.
More ...
Post a comment
See comments (0) Trackbacks (0)
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.
