Recommend this page to a friend! |
Classes of Alexandre | PHP Commands | doc/0_intro.md | Download |
|
|
![]() IntroWhat is this library ?The "sitphp/commands" library can help you to create commands super easily for your application or your library. You can also use it to build your own customized command tool. RequirementsThis library requires at least PHP 7. It should be installed from composer which will make sure your configuration matches requirements. > {.note .info} Note : You can get composer here : https://getcomposer.org.
InstallOnce you have composer installed, add the
Then just run the following composer command to install the library :
|