Download the PHP package fresns/cmd-word-manager without Composer

On this page you can find all versions of the php package fresns/cmd-word-manager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package cmd-word-manager

PHP Laravel License

About

Command word manager(in laravel) helps plugins(individual functional modules) to communicate with each other easily.

Install

To install through Composer, by run the following command:

Using

Create cmd word service providers

Registered service providers

In the providers key value of the /config/app.php file, add the generated command word service provider.

Mapping command word

In the properties of the command word provider file /app/Providers/CmdWordServiceProvider.php, in $cmdWordsMap, add the command word mapping config.

Using cmd words

Request input

Name Description
\FresnsCmdWord Cmd Word Facades
FresnsEmail Requesting Object fskey, Leaving blank or filling in Fresns means that the main program handles the request
sendEmail Command word
$wordBody Parameter list of command word parameters

Another way to write

Result output

Name Description
code Status code
message Status information
data Output data
Code Message
21000 Unconfigured plugin
21001 Plugin does not exist
21002 Command word does not exist
21003 Command word unknown error
21004 Command word not responding
21005 Command word request parameter error
21006 Command word execution request error
21007 Command word response result is incorrect
21008 Data anomalies, queries not available or data duplication
21009 Execution anomalies, missing files or logging errors
21010 Command word function is disabled
21011 Incorrect command word configuration

Result processing($fresnsResp)

If you are standardized to use command word return results, you can use Fresns Response to help you quickly handle the return of the request.

Example:

Handling abnormal situations

Handling normal situations

Contributing

You can contribute in one of three ways:

  1. File bug reports using the issue tracker.
  2. Answer questions or fix bugs on the issue tracker.
  3. Contribute new features or update the wiki.

The code contribution process is not very formal. You just need to make sure that you follow the PSR-0, PSR-1, and PSR-2 coding guidelines. Any new code contributions must be accompanied by unit tests where applicable.

License

Fresns Command Word Manager is open-sourced software licensed under the Apache-2.0 license.


All versions of cmd-word-manager with dependencies

PHP Build Version
Package Version
Requires php Version ^8.0.2
fresns/dto Version ^1.3
laravel/framework Version ^9.0|^10.0|^11.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package fresns/cmd-word-manager contains the following files

Loading the files please wait ....