814. Notable PHP package: PHP Morse Code
Updated on: 2019-04-01
Posted on: 2019-04-01
Morse code is a very old way that was used in the past to exchange messages using telegrams.
Morse code is still used nowadays to exchange messages via radio waves in the aviation and by amateur radio operators.
This class can encode and decode text messages using the Morse code.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
Morse code is still used nowadays to exchange messages via radio waves in the aviation and by amateur radio operators.
This class can encode and decode text messages using the Morse code.
Read this article to learn more details about how this notable PHP package works.



813. Notable PHP package: PHP JSON Parser Class
Updated on: 2019-03-31
Posted on: 2019-03-28
PHP comes with built-in support to parse and encode data in the JSON format but it provides limited support to determine if a data JSON string value is well encoded.
This package implements a JSON parse in pure PHP in such a way that is possible to determine more details about errors of a JSON string that is malformed, thus helping developers to validate JSON strings and give the precise location of any errors.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (4) Trackbacks (0)
This package implements a JSON parse in pure PHP in such a way that is possible to determine more details about errors of a JSON string that is malformed, thus helping developers to validate JSON strings and give the precise location of any errors.
Read this article to learn more details about how this notable PHP package works.



812. Notable PHP package: PHP Timezone Names
Updated on: 2019-03-27
Posted on: 2019-03-27
Many applications need to deal with the local time in different zones of the world.
Each time zone has an abbreviated name but humans understand better a more readable name.
This class can return the names of timezone either in short and full form, so applications can display the full name form in a user friendly manner.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
Each time zone has an abbreviated name but humans understand better a more readable name.
This class can return the names of timezone either in short and full form, so applications can display the full name form in a user friendly manner.
Read this article to learn more details about how this notable PHP package works.



811. Notable PHP package: PHP PlusCode Local
Updated on: 2019-03-26
Posted on: 2019-03-26
PlusCode is a form to represent a location in the planet.
This class can take a location string defined in the PlusCode format and returns a string with the administrative city, state and country.
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 a location string defined in the PlusCode format and returns a string with the administrative city, state and country.
Read this article to learn more details about how this notable PHP package works.



810. Notable PHP package: PHP Saudi Arabia Addresses
Updated on: 2019-03-24
Posted on: 2019-03-24
Saudi Arabia is a well known country of the middle-east that also uses the Arabic language that is very popular in many other countries of the region.
This package can retrieve relevant details of location of Saudi Arabia, as well can verify the address of a country.
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 retrieve relevant details of location of Saudi Arabia, as well can verify the address of a country.
Read this article to learn more details about how this notable PHP package works.



809. Notable PHP package: PHP Constant Time String Encoding
Updated on: 2019-03-20
Posted on: 2019-03-20
Constant time encoding is an approach to generate variable data that takes the same length of time regardless of the data that it is generating.
This is important because if different data values passed to code that implements a given processing algorithm take a variable length of time to run, it may help to expose secret values that the algorithm is using, thus compromising the security of the system.
This package provides an implementation of several data encoding algorithms in pure PHP code, in such a way that they always take the same length of time to execute regardless of the data that it is processing, thus providing more security protection to applications that use this package.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
This is important because if different data values passed to code that implements a given processing algorithm take a variable length of time to run, it may help to expose secret values that the algorithm is using, thus compromising the security of the system.
This package provides an implementation of several data encoding algorithms in pure PHP code, in such a way that they always take the same length of time to execute regardless of the data that it is processing, thus providing more security protection to applications that use this package.
Read this article to learn more details about how this notable PHP package works.



808. Notable PHP package: PHP CSP Header Builder
Updated on: 2019-03-20
Posted on: 2019-03-20
Content Security Policy (CSP) is a standard that helps avoiding security issues that Web applications may have by generating HTTP response headers with security policy values that define the way Web browsers behave with the current site.
This package can generate HTTP response headers values that can be served by Web sites either directly by PHP code that generates a given page or by generating files for configuring Web servers like Apache and NGinx to automatically generate CSP headers.
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 HTTP response headers values that can be served by Web sites either directly by PHP code that generates a given page or by generating files for configuring Web servers like Apache and NGinx to automatically generate CSP headers.
Read this article to learn more details about how this notable PHP package works.



807. Notable PHP package: PHP Convert CSV to UTF-8
Updated on: 2019-03-19
Posted on: 2019-03-19
Some applications need to process text read from CSV files. Nowadays modern applications handle text encoded using UTF-8.
When the a CSV file that an application needs to process has text that is not encoded using UTF-8, it needs to be converted.
This package can perform this task, so applications do not need to perform additional text encoding conversion.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
When the a CSV file that an application needs to process has text that is not encoded using UTF-8, it needs to be converted.
This package can perform this task, so applications do not need to perform additional text encoding conversion.
Read this article to learn more details about how this notable PHP package works.



806. Notable PHP package: Universal PHP Data Grid
Updated on: 2019-03-18
Posted on: 2019-03-18
Data grids are way to display and edit data retrieved from databases in a grid that shows data in tables.
This package can display and process data in grids in a way that can work together modern PHP frameworks such as Simfony, Laravel, Zend, and Yii2.
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 display and process data in grids in a way that can work together modern PHP frameworks such as Simfony, Laravel, Zend, and Yii2.
Read this article to learn more details about how this notable PHP package works.



805. Notable PHP package: PHP Twitter Bot
Updated on: 2019-03-14
Posted on: 2019-03-14
Twitter is a very popular social network that engages people in a way that they want to exchange messages for all sorts of reasons.
This package implements a solution to automate interactions between regular users and other users that may work for companies or other types of institutions, so they do not need to spend so much time interacting users that are interested in their activities.
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 implements a solution to automate interactions between regular users and other users that may work for companies or other types of institutions, so they do not need to spend so much time interacting users that are interested in their activities.
Read this article to learn more details about how this notable PHP package works.


