Hooks in Logiks helps us tap into any request or workflow in the system.
So here we are aggregating more commonly used hooks for various purposes.
- To suggest or add your own hooks into this repo, please fork this repo, add your hooks under approirate state folder, and send me a pull request.
- Please follow proper nomenculture for making others live easier.
- The file name should be able to explain the purpose.
- The file should be having '.php' extension (mark the lower case).
- No space or special character is allowed in the name.
- If this hook represents integration into certain 3rd Party software, the name should contain the 3rd Party Name, eg.
if the hook is a logger logging into aws S3, the name should be : logger_aws-s3