1035. Notable PHP package: Laravel Routes to Postman Collection Generator
Updated on: 2020-07-08
Posted on: 2020-07-08
Some APIs are implemented in PHP using the Laravel framework. Usually they use Router objects to execute the code that is meant to implement each API call.
It can use the Router objects provided to implement a Web application or an API using Laravel to extract JSON configuration for using with the Postman application.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
It can use the Router objects provided to implement a Web application or an API using Laravel to extract JSON configuration for using with the Postman application.
Read this article to learn more details about how this notable PHP package works.



1034. Notable PHP package: PHP PDF to Image Library
Updated on: 2020-07-02
Posted on: 2020-07-02
Sometimes applications need to render PDF documents as images to make some use of the content of PDF documents using simple PHP image manipulation functions.
This package provides a solution to convert PDF documents to images using the Imagick extension and the Ghostscript program to render the PDF documents as images.
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 solution to convert PDF documents to images using the Imagick extension and the Ghostscript program to render the PDF documents as images.
Read this article to learn more details about how this notable PHP package works.



1033. Notable PHP package: PHP Myers Cyclomatic Complexity Inspector
Updated on: 2020-07-01
Posted on: 2020-07-01
This package can evaluate PHP code complexity using Myers extension.
It uses the Nikita Popov PHP parser written in pure PHP to determine the complexity of a given PHP script code passed to the PHP command line version.
The package can output the console the results of the analysis by showing if the code is too complex or good enough.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
It uses the Nikita Popov PHP parser written in pure PHP to determine the complexity of a given PHP script code passed to the PHP command line version.
The package can output the console the results of the analysis by showing if the code is too complex or good enough.
Read this article to learn more details about how this notable PHP package works.



1032. Notable PHP package: mezon PHP POP3 Client
Updated on: 2020-06-29
Posted on: 2020-06-29
Many applications need to automate the processing of email messages that they receive, like for instance to handle customer support requests sent by email.
This class provides a solution that not only can pull received messages from a POP3 mailbox, but it also provides several features to help automating the email handling like finding and deleting messages with a given subject.
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 not only can pull received messages from a POP3 mailbox, but it also provides several features to help automating the email handling like finding and deleting messages with a given subject.
Read this article to learn more details about how this notable PHP package works.



1031. Notable PHP package: PHP Comic Reader Tools
Updated on: 2020-06-26
Posted on: 2020-06-26
Many people like to read comic books. In the past they used to be available only in paper.
Nowadays, many comic books are available as computer file archives that contain digitized versions of the comic book images.
This package provides a solution to access and display files with comic book images.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
Nowadays, many comic books are available as computer file archives that contain digitized versions of the comic book images.
This package provides a solution to access and display files with comic book images.
Read this article to learn more details about how this notable PHP package works.



1030. PHP Development Master Award Preview
Updated on: 2020-06-25
Posted on: 2020-06-25
The PHP Classes site completed 21 years of age and is now launching a new initiative called PHP Development Master Award that will distinguish developers that publish great tutorials about their own packages.
Developers like yourself that participe in this initiative can also win nice prizes like the original PHP elePHPant to be delivered to your address if you win the award.
You may also have the option to personalize it with a logo of your own choice like your PHP User Group, your own PHP project or some other logo that makes to use to personalize the elePHPant.
Read this article or watch the video in the article with a preview of this initiative to learn more details and how you can participate.
More ...
Post a comment
See comments (0) Trackbacks (0)
Developers like yourself that participe in this initiative can also win nice prizes like the original PHP elePHPant to be delivered to your address if you win the award.
You may also have the option to personalize it with a logo of your own choice like your PHP User Group, your own PHP project or some other logo that makes to use to personalize the elePHPant.
Read this article or watch the video in the article with a preview of this initiative to learn more details and how you can participate.



1029. Notable PHP package: PHP World Information
Updated on: 2020-06-23
Posted on: 2020-06-23
Many applications need to use information related with certain countries of the world like the country continent, states, cities and time zones.
This package provides all that information about any country in the world in a way that it does not rely on an external Web service.
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 all that information about any country in the world in a way that it does not rely on an external Web service.
Read this article to learn more details about how this notable PHP package works.



1028. Notable PHP package: PHP Generate Json LD
Updated on: 2020-06-21
Posted on: 2020-06-21
JSON-LD is a format of metadata that can be embedded in a Web page. It makes it easier easier to extract and process Web page metadata by external applications, like for instance search engines.
That metadata allows those external applications understand better what those pages are about, as well have more details about the pages that may not be visible to human users.
This package simplifies the process of generating metadata to be embedded in Web pages in JSON-LD format.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
That metadata allows those external applications understand better what those pages are about, as well have more details about the pages that may not be visible to human users.
This package simplifies the process of generating metadata to be embedded in Web pages in JSON-LD format.
Read this article to learn more details about how this notable PHP package works.



1027. Notable PHP package: PHP Download Files and Log
Updated on: 2020-06-20
Posted on: 2020-06-20
Many sites need to serve files for download but if the files are directly accessible by whoever needs them, users many use scripts to automate downloading and end up overloading the Web site server.
This package provides an alternative solution to serve files for download without disclosing the real file paths on the local or remote server to avoid that scripts can access the files directly.
It can also detect when a file is being downloaded by a robot and refuses to serve the file in that case, thus avoiding to overload the server.
The class can detect if the current request is coming from a robot or a Web crawler script, so it avoids serving files for these requests.
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 an alternative solution to serve files for download without disclosing the real file paths on the local or remote server to avoid that scripts can access the files directly.
It can also detect when a file is being downloaded by a robot and refuses to serve the file in that case, thus avoiding to overload the server.
The class can detect if the current request is coming from a robot or a Web crawler script, so it avoids serving files for these requests.
Read this article to learn more details about how this notable PHP package works.



1. Tutorial on How to Secure Sensitive Data in PHP using Encryption and Decryption
Updated on: 2020-06-19
Posted on: 2020-06-19
Blog: PHP Simple Encryption and Decryption package blog
Package: PHP Simple Encryption and Decryption
As we all know, encryption is a vital process to secure sensitive data in any software application.
When done incorrectly it can result in stolen data or unrecoverable information.
Read this tutorial article to learn how to use the PHP Simple Encryption and Decryption package to choose the right cryptography cipher and generating a secure IV, so you do not need to be an expert in cryptography.
More ...
Post a comment
See comments (4) Trackbacks (0)
When done incorrectly it can result in stolen data or unrecoverable information.
Read this tutorial article to learn how to use the PHP Simple Encryption and Decryption package to choose the right cryptography cipher and generating a secure IV, so you do not need to be an expert in cryptography.


