904. Notable PHP package: Simple Wordpress Slideshow Plugin
Updated on: 2019-10-09
Posted on: 2019-10-09
WordPress is probably one of the most popular Web site publishing software as we all know, thanks to many plugins that extend its capabilities.
One common type of functionality that many sites need is the capability to publish images displayed in the form of slideshows.
This package provides a plugin that implements a slideshow capability to a WordPress plugin to display a slideshow on WordPress pages, as well an administration interface to configure its options.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
One common type of functionality that many sites need is the capability to publish images displayed in the form of slideshows.
This package provides a plugin that implements a slideshow capability to a WordPress plugin to display a slideshow on WordPress pages, as well an administration interface to configure its options.
Read this article to learn more details about how this notable PHP package works.



903. Notable PHP package: PHP Eloquent Find Filter
Updated on: 2019-10-08
Posted on: 2019-10-08
Eloquent is a popular package to be used with the Laravel framework develop PHP applications that need to store and retrieve objects in databases using the Object-Relational mapping approach. Eloquent can be used for that purpose.
This package can be used to create filters to setup conditions that determine which objects are retrieved from a database using the Eloquent package.
Since it provides traits, it is easy to create Eloquent filters with this package using existing classes that use the traits to extend the functionality of those classes.
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 create filters to setup conditions that determine which objects are retrieved from a database using the Eloquent package.
Since it provides traits, it is easy to create Eloquent filters with this package using existing classes that use the traits to extend the functionality of those classes.
Read this article to learn more details about how this notable PHP package works.



902. Notable PHP package: PHP Security Code Card
Updated on: 2019-10-07
Posted on: 2019-10-07
Security cards are images that contain codes that can be used to verify if a person that has a card is authorized to access a certain system.
This package can generate security card images with verification codes before they can be sent to people that are authorized to access a secure system.
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 security card images with verification codes before they can be sent to people that are authorized to access a secure system.
Read this article to learn more details about how this notable PHP package works.



901. Notable PHP package: PHP Mussel
Updated on: 2019-10-03
Posted on: 2019-10-03
Applications that take uploaded files from untrusted sources should be concerned with the potential of harmful files infected with virus can be submitted to those applications.
ClamAV is a well known Open Source anti-virus solution that can detect many types of harmful forms of virus and malware.
This package uses ClamAV signature files to provide a pure PHP based anti-virus solution that benefits from the malware knowledge provided by ClamAV to protect PHP applications from accepting harmful files.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
ClamAV is a well known Open Source anti-virus solution that can detect many types of harmful forms of virus and malware.
This package uses ClamAV signature files to provide a pure PHP based anti-virus solution that benefits from the malware knowledge provided by ClamAV to protect PHP applications from accepting harmful files.
Read this article to learn more details about how this notable PHP package works.



900. Notable PHP package: Sphinx PHP Doc RST
Updated on: 2019-10-02
Posted on: 2019-10-02
Sphinx is the name of a format and a tool to generate documentation for the Python language.
Like the Python language, it uses indentation to show the different levels of nested content in a way that makes it more readable what is the level of nesting of document blocks that are contained in the respective parent document blocks.
This package can generate documentation in Sphinx format from PHP classes that contain function and variable documentation details in comments formatted in the PHPDoc format.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
Like the Python language, it uses indentation to show the different levels of nested content in a way that makes it more readable what is the level of nesting of document blocks that are contained in the respective parent document blocks.
This package can generate documentation in Sphinx format from PHP classes that contain function and variable documentation details in comments formatted in the PHPDoc format.
Read this article to learn more details about how this notable PHP package works.



899. Notable PHP package: PHP APK File Download Collector
Updated on: 2019-10-01
Posted on: 2019-10-01
APK is a file format used by Android applications to install them on mobile devices that run the Android operating system.
This package makes it easier to download APK files of many kinds of Android applications from various sites.
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 makes it easier to download APK files of many kinds of Android applications from various sites.
Read this article to learn more details about how this notable PHP package works.



898. Notable PHP package: Handy Properties with PHP Accessors and Mutators
Updated on: 2019-09-25
Posted on: 2019-09-25
Setters and getters are functions that can be used to control how class variable values are stored and retrieved.
This package provides a simpler approach to implement a general solution to control class variable value access, providing a trait that can be used in many classes to implement setters and getters.
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 simpler approach to implement a general solution to control class variable value access, providing a trait that can be used in many classes to implement setters and getters.
Read this article to learn more details about how this notable PHP package works.



1. How Would You Create Enums in PHP
Updated on: 2019-09-24
Posted on: 2019-09-24
Blog: Div PHP Enum Class package blog
Package: Div PHP Enum Class
Enums, or enumerations, are types of values that can be assigned to a variable with a limited number of possible values.
Until today PHP does not have a native enum type. It offers a very basic implementation using SPL extension, but I prefer to believe that implementation is not ideal.
Alternatively, the Div PHP Enum package provides is a solution for this using classes. Thanks to some interesting features of PHP, you can make a taxonomy (hierarchy of terms) and give behavior to each term similar to what we can achieve using the Java language.
Read read article to learn how you can implement PHP enums using pure PHP code, thus without additional extensions.
More ...
Post a comment
See comments (0) Trackbacks (0)
Until today PHP does not have a native enum type. It offers a very basic implementation using SPL extension, but I prefer to believe that implementation is not ideal.
Alternatively, the Div PHP Enum package provides is a solution for this using classes. Thanks to some interesting features of PHP, you can make a taxonomy (hierarchy of terms) and give behavior to each term similar to what we can achieve using the Java language.
Read read article to learn how you can implement PHP enums using pure PHP code, thus without additional extensions.



897. Notable PHP package: PHP Page Preview
Updated on: 2019-09-23
Posted on: 2019-09-23
Facebook allows users to submit posts that refer external pages. When the user is composing a post, the user can see a preview of an external page embedded in the preview of the post being edited.
This package allows implementing a similar feature on regular sites. It can display previews of external pages on posts being created in any PHP site.
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 allows implementing a similar feature on regular sites. It can display previews of external pages on posts being created in any PHP site.
Read this article to learn more details about how this notable PHP package works.



896. 5 Common Laravel Request Errors Which Aunt New PHP Developers
Updated on: 2019-09-19
Posted on: 2019-09-19
Errors and exceptions are integral parts of software development.
Good developers should be ready to handle them in the best possible way to minimize the harm that the errors may cause to the application users and providers
Read this article to learn about the most common mistakes committed by less experienced developers and how can you fix them.
More ...
Post a comment
See comments (3) Trackbacks (0)
Good developers should be ready to handle them in the best possible way to minimize the harm that the errors may cause to the application users and providers
Read this article to learn about the most common mistakes committed by less experienced developers and how can you fix them.


