Author: Manuel Lemos
Viewers: 92
Last month viewers: 1
Categories: Notable Packages
The command design pattern is useful to create modular components for a command line shell application that can be expanded with more functionality implemented later by separate modules.
This package provides an implementation of the command design pattern to allow easy implementation of command line shell applications.
Read this article to learn more details about how this notable PHP package works.
This package provides an implementation of the command design pattern to allow easy implementation of command line shell applications.
Read this article to learn more details about how this notable PHP package works.
The package Clike is one of the few PHP packages that was considered notable recently because it does something that is worth paying attention.
The basic purpose is: Execute actions using the command design pattern
Here follows in more detail what it does:
This package can execute actions using the command design pattern.
It provides a base class that can be extended to implement actions to be executed depending on conditions that the class can control.
Applications can extend the base class to implement functions that determine if the necessary conditions are satisfied before executing the desired action, execute the command actions, or return an error message when the conditions are not satisfied, or return the list of avaliable actions and their names.
Notable PHP packages can be often considered innovative. If this package is also innovative, it can be nominated to the PHP Innovation Award and the author may win prizes and recognition for sharing innovative packages.
If you also developed your own notable or innovative packages consider sharing them, so you can also earn more visibility for your package.
The basic purpose is: Execute actions using the command design pattern
Here follows in more detail what it does:
This package can execute actions using the command design pattern.
It provides a base class that can be extended to implement actions to be executed depending on conditions that the class can control.
Applications can extend the base class to implement functions that determine if the necessary conditions are satisfied before executing the desired action, execute the command actions, or return an error message when the conditions are not satisfied, or return the list of avaliable actions and their names.
Notable PHP packages can be often considered innovative. If this package is also innovative, it can be nominated to the PHP Innovation Award and the author may win prizes and recognition for sharing innovative packages.
If you also developed your own notable or innovative packages consider sharing them, so you can also earn more visibility for your package.
You need to be a registered user or login to post a comment
Login Immediately with your account on:
Comments:
No comments were submitted yet.