664. Notable PHP package: Weak Auras Decoder
Updated on: 2018-03-12
Posted on: 2018-03-12
World of Warcraft is a very popular game. Players can use auras to cast spells.
An aura may be saved as data in the form of an encoded text string.
This package can take a World of Warcraft text aura and decode the information that it contains as well any programming code in written in the Lua language.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
An aura may be saved as data in the form of an encoded text string.
This package can take a World of Warcraft text aura and decode the information that it contains as well any programming code in written in the Lua language.
Read this article to learn more details about how this notable PHP package works.



663. PHP Classes 2018 Renewal Site Improvements and Feedback
Updated on: 2025-02-22
Posted on: 2018-03-07
The PHP Classes site has been through many changes in the last year. My personal life has also changed. My time is scarce. I need all PHP Classes site users help to keep it alive and working well.
Read the article below to learn what you can do help, like giving feedback about the current plans or suggestions to improve the current features.
More ...
Post a comment
See comments (3) Trackbacks (0)
Read the article below to learn what you can do help, like giving feedback about the current plans or suggestions to improve the current features.



662. Notable PHP package: PHP Skeleton
Updated on: 2018-03-06
Posted on: 2018-03-06
Code quality is a concern that all developers should keep in mind, so their work is perceived of great value and he can evolve in his career.
An evolved developer can eventually be hired to get better jobs, can create his own business, or even get investment for a new business, due to the demonstrated capabilities and an organized person.
This package provides a solution to generate code that performs automated code quality verification, thus helping any developer to be perceived as more organized programming professional and benefit from the possibilities mentioned above.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
An evolved developer can eventually be hired to get better jobs, can create his own business, or even get investment for a new business, due to the demonstrated capabilities and an organized person.
This package provides a solution to generate code that performs automated code quality verification, thus helping any developer to be perceived as more organized programming professional and benefit from the possibilities mentioned above.
Read this article to learn more details about how this notable PHP package works.



661. Notable PHP package: PHP-DS
Updated on: 2018-03-01
Posted on: 2018-03-01
Applications that work in different country languages need to have a process that provides all the application texts.
This package can generate classes that can return the application texts using an array with all the texts as parameter.
This way the class can return the localized texts faster because all the code to retrieve the texts execute faster than other methods like reading from files on every request.
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 classes that can return the application texts using an array with all the texts as parameter.
This way the class can return the localized texts faster because all the code to retrieve the texts execute faster than other methods like reading from files on every request.
Read this article to learn more details about how this notable PHP package works.



660. Notable PHP package: Nano Http Status
Updated on: 2018-02-28
Posted on: 2018-02-28
PHP provides provides means to check important information about the current HTTP request using several super-global variables.
However, this requires that the developer performs frequent lookup through the PHP documentation to check which super-global variable provides what kind of request information.
This package simplifies the process by encapsulating the access to the HTTP request and response information into a single class that unifies the process of developing without much manual consultation.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
However, this requires that the developer performs frequent lookup through the PHP documentation to check which super-global variable provides what kind of request information.
This package simplifies the process by encapsulating the access to the HTTP request and response information into a single class that unifies the process of developing without much manual consultation.
Read this article to learn more details about how this notable PHP package works.



659. Notable PHP package: Certainty
Updated on: 2018-02-27
Posted on: 2018-02-27
The cacert.pem file is used by PHP to perform digital certificate validity when accessing the secure servers via SSL by accessing certificate authority servers.
The problem is that new certificate authority servers are added and some old or deprecated servers are removed once in a while.
This package can update the cacert.pem file used by PHP so it can always used the certificate authority servers that are well supported.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
The problem is that new certificate authority servers are added and some old or deprecated servers are removed once in a while.
This package can update the cacert.pem file used by PHP so it can always used the certificate authority servers that are well supported.
Read this article to learn more details about how this notable PHP package works.



658. Notable PHP package: Easy Subtitle Downloader
Updated on: 2018-02-26
Posted on: 2018-02-26
Subtitles are always useful when you want to watch movies in a foreign language.
Subtitles are available for many movies in many different languages but you need to download them from a place that can provide them for free.
This package can provide subtitles for download from the EasySubtitles site.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
Subtitles are available for many movies in many different languages but you need to download them from a place that can provide them for free.
This package can provide subtitles for download from the EasySubtitles site.
Read this article to learn more details about how this notable PHP package works.



657. Notable PHP package: PHP URLs From Database
Updated on: 2018-02-21
Posted on: 2018-02-21
Many applications store text in database records that sometimes contain URLs of links to useful resources.
This class can traverse a given database and its table records to extract the URLs of those links.
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 traverse a given database and its table records to extract the URLs of those links.
Read this article to learn more details about how this notable PHP package works.



656. Notable PHP package: US to UK Text Converter
Updated on: 2018-02-20
Posted on: 2018-02-20
As we all know, English is by far the most popular language in the world but there are several variants of the English language that differ usually in the way words are used to express the same subjects.
This package can be used to convert between the way the words are used in the United States and the United Kingdom.
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 be used to convert between the way the words are used in the United States and the United Kingdom.
Read this article to learn more details about how this notable PHP package works.



655. Notable PHP package: PHP Google Safe Browsing API
Updated on: 2018-02-19
Posted on: 2018-02-19
Safe Browsing is a service provided by Google to provide information about sites that may have security issues.
This package provides means to check the status of a given site sending requests to the Google Safe Browsing API.
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 means to check the status of a given site sending requests to the Google Safe Browsing API.
Read this article to learn more details about how this notable PHP package works.


