751. Notable PHP package: PHP Country Code to Country Name
Updated on: 2018-10-29
Posted on: 2018-10-29
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.
More ...
Post a comment
See comments (0) Trackbacks (0)
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.



750. Notable PHP package: Easy PHP Audit Log Bundle
Updated on: 2018-10-25
Posted on: 2018-10-25
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.
More ...
Post a comment
See comments (0) Trackbacks (0)
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.



749. Notable PHP package: PHP Singular Value Decomposition
Updated on: 2018-10-24
Posted on: 2018-10-24
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.
More ...
Post a comment
See comments (0) Trackbacks (0)
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.



748. How to Debug PHP with XDebug in 2018 for Free Using CodeLobster IDE
Updated on: 2018-10-23
Posted on: 2018-10-23
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.
More ...
Post a comment
See comments (0) Trackbacks (0)
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.



747. Notable PHP package: BlitzTemplateControl
Updated on: 2018-10-22
Posted on: 2018-10-22
Blitz is a PHP extension that can process templates faster that regular PHP code because it is written in the C language.
This class provides an interface to access the benefits of the Blitz extension by passing the template data and parameters to be applied.
The class can also cache the processed template results using the Redis extension to make it faster to retrieve the output of the template after it is processed for the first time.
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 an interface to access the benefits of the Blitz extension by passing the template data and parameters to be applied.
The class can also cache the processed template results using the Redis extension to make it faster to retrieve the output of the template after it is processed for the first time.
Read this article to learn more details about how this notable PHP package works.



746. Notable PHP package: tinyID
Updated on: 2018-10-17
Posted on: 2018-10-17
One way to share identifiers publicly without disclosing the actual information that they refer internally in an application is create alternative identifiers that act as keys for instance for searching the related information in a database that is managed by the application.
This package can create short identifiers for sharing publicly using private keys that the package can generate.
The package can also recover the original information that was encoded in the form of the short identifier that was created previously.
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 create short identifiers for sharing publicly using private keys that the package can generate.
The package can also recover the original information that was encoded in the form of the short identifier that was created previously.
Read this article to learn more details about how this notable PHP package works.



745. Notable PHP package: PHP AutoLoad One
Updated on: 2018-10-16
Posted on: 2018-10-16
Nowadays modern PHP applications use an auto-loader to automate the process of using classes in a project without having to write so much code to express the dependencies of a script on all the classes they need to use.
This package not only can generate class auto-loading scripts, but it also provides a Web based user interface to make the configuration of auto-loaders easier.
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 not only can generate class auto-loading scripts, but it also provides a Web based user interface to make the configuration of auto-loaders easier.
Read this article to learn more details about how this notable PHP package works.



744. Notable PHP package: PHP File Get Word
Updated on: 2018-10-15
Posted on: 2018-10-15
Some applications need to process text word by word rather than character by character.
This class provides a solution that can process text in terms of words providing several useful functions to manipulate texts one word at a time.
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 solution that can process text in terms of words providing several useful functions to manipulate texts one word at a time.
Read this article to learn more details about how this notable PHP package works.



743. Notable PHP package: Docusend PHP
Updated on: 2018-10-11
Posted on: 2018-10-11
Many companies need to send printed documents to their customers. However, that is a complicated process because it envolves several types of actions to be taken in the physical world, like printing the documents in paper and taking them to the post office.
The package helps solving this problem by integrating with the Docusend service, so the service can take the documents, print and deliver them via the United States Postal Service.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
The package helps solving this problem by integrating with the Docusend service, so the service can take the documents, print and deliver them via the United States Postal Service.
Read this article to learn more details about how this notable PHP package works.



742. Notable PHP package: PHP AMP Page Generator
Updated on: 2018-10-09
Posted on: 2018-10-09
AMP (Accelerated Mobile Pages) is a form of delivering Web site pages in a way that is more efficient and pages can be loaded by browsers quicker.
This package can help composing and serving the Web site pages in PHP using the rules of AMP.
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 help composing and serving the Web site pages in PHP using the rules of AMP.
Read this article to learn more details about how this notable PHP package works.


