Download the PHP package patienceman/custom-handler without Composer

On this page you can find all versions of the php package patienceman/custom-handler. 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 custom-handler

CustomHandler | Patienceman

Provide a convenient way creating single action handlers. The idea of a action handler is a single action controller that means a unique class handles each action

Installation

Install the package doesn't require much requirement except to use the following command in the laravel terminal, and you're good to go.

Usage

To start working with handler, u need to run command :tada: in your custom directories:

so it will create the filter file for u, Just in

So you may want even to specify the custom path for your Handler, Just relax and add it in front of your Handler name. Let's take again our current example.

So far so good, Let see how you can your handlers anywhere in controller or services or ...:

But don't worry, you chain many handlers as you want, what you need to do is keep add , let see it in action:

And now once your controller get execution, all your handler will run.

Exchanges of data

There might a time you need to store and exchange tou data throughout your handlers, This package provide convinient way to do so, by just use to collect data and to get collected data, let take example:

In our :

That look to clear 🎉, so Let see how you can call the collected data anywhere your want, for example in our class:

🚨 You've seen where we are using function, and this is coming from Laravel collection, you can read more about it to their website: Laravel collection avalibale method for more about getting and filtering data.

There is also another way to get collected data, for instance when you're outside handler, and to apply this you use same functionality as after your handler, take a look:

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Connect with Me

Linkedin Github Instagram Twitter


All versions of custom-handler with dependencies

PHP Build Version
Package Version
Requires php Version >=8.0.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 patienceman/custom-handler contains the following files

Loading the files please wait ....