1000. Notable PHP package: Laravel Settings Model
Many applications need to deal with objects that represent important entities that the applications use, like for instance, an e-commerce product that is sold on a site. These objects are usually stored using model classes.
Sometimes it is necessary to customize the behavior of model objects according to application settings that may even be customized for each application user.
The package makes it easier to implement model classes that can be customized with settings model objects.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
Sometimes it is necessary to customize the behavior of model objects according to application settings that may even be customized for each application user.
The package makes it easier to implement model classes that can be customized with settings model objects.
Read this article to learn more details about how this notable PHP package works.



999. Notable PHP package: PHP Object Factory
Sometimes applications need to implement a certain functionality in a dynamic way.
This means that the way that functionality will be implemented is not determined initially when the current PHP script starts, as it depends on factors that will be evaluated later during the execution of the script.
This package provides a solution to implement that possibility by providing means for registering interfaces dynamically to implement the desired functionality.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
This means that the way that functionality will be implemented is not determined initially when the current PHP script starts, as it depends on factors that will be evaluated later during the execution of the script.
This package provides a solution to implement that possibility by providing means for registering interfaces dynamically to implement the desired functionality.
Read this article to learn more details about how this notable PHP package works.



998. Notable PHP package: Laravel VTU
VTU (Virtual Top Up) are platforms that can take payment credits to allow customers to buy certain types of products or services later.
This package can integrate with several VTU platforms, so Web sites can take payments for products or services sold via these VTU platforms.
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 integrate with several VTU platforms, so Web sites can take payments for products or services sold via these VTU platforms.
Read this article to learn more details about how this notable PHP package works.



997. Notable PHP package: PHP Corona Virus Database
The Corona Virus pandemia has been an important event mainly in the year of 2020 that affected the lives of many people around the world.
This package provides an API that returns useful information about this pandemia. Using this API, it becomes easier to implement applications that need information about the pandemia to provide an useful 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 an API that returns useful information about this pandemia. Using this API, it becomes easier to implement applications that need information about the pandemia to provide an useful service.
Read this article to learn more details about how this notable PHP package works.



996. Launched New Site Design 2020 Edition for the PHP Classes Site
The PHP Classes site has finally launched a new design after several years without a significant update.
Read this article to learn more about the site design and the work of the designer that joined our team to make it look more modern.
More ...
Post a comment
See comments (0) Trackbacks (0)
Read this article to learn more about the site design and the work of the designer that joined our team to make it look more modern.



995. Notable PHP package: PHP API Document Generator
APIs are nowadays a very popular way to allow external Web sites and applications to interact with other sites, thus benefiting from the services that they provide.
Some APIs are already so complex that it takes a lot of time to document the API functions and update the documentation when the API evolves.
This package helps automating the generation of documentation of an API, so developers to not have to spend so much time producing that documentation.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
Some APIs are already so complex that it takes a lot of time to document the API functions and update the documentation when the API evolves.
This package helps automating the generation of documentation of an API, so developers to not have to spend so much time producing that documentation.
Read this article to learn more details about how this notable PHP package works.



994. Notable PHP package: PHP MySQL Table Information
Sometimes it is necessary to document the structure of a database and show it in a way that it is easier to understand by the members of a team of developers.
This package can generate PDF documents that show details of the structure of tables of a MySQL database. This way the team members can view or print the documents to understand better those document details.
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 PDF documents that show details of the structure of tables of a MySQL database. This way the team members can view or print the documents to understand better those document details.
Read this article to learn more details about how this notable PHP package works.



993. Notable PHP package: PHP Document Scanner using SANE or eSCL AirPrint
Scanning important documents is useful for many people or business that need to digitize printed documents, so they can access them from any where in the world where there is an Internet access.
This package provides a PHP based solution to help scanning printed documents using a Web interface, so the scanned document files can be view later from the Internet anytime.
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 PHP based solution to help scanning printed documents using a Web interface, so the scanned document files can be view later from the Internet anytime.
Read this article to learn more details about how this notable PHP package works.



992. Notable PHP package: PHP SameSite Cookie Setter
SameSite cookies are a means to avoid leaking information about the current user accessing a site in a way that only the site that sets the cookie has access to the cookie values.
PHP 7.3 introduced built-in support to SameSite cookies. This class allows setting same site cookies in a way that works in a compatible way in previous PHP versions.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
PHP 7.3 introduced built-in support to SameSite cookies. This class allows setting same site cookies in a way that works in a compatible way in previous PHP versions.
Read this article to learn more details about how this notable PHP package works.



991. Notable PHP package: PHP Create UUID v4 type
UUID are values that can be used to uniquely represent an object eventually stored in a database, in a way that the two different objects will not have the same UUID value.
This package provides means to generate UUID values according to the version 4 of the UUID specification, so it can easily be used in applications that use the Doctrine ORM tool.
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 generate UUID values according to the version 4 of the UUID specification, so it can easily be used in applications that use the Doctrine ORM tool.
Read this article to learn more details about how this notable PHP package works.


