novu-php
novu-php copied to clipboard
PHP SDK for Novu - The open-source notification infrastructure for engineers. :rocket:
Currently data returning `null`. ```php [ "page" => 0 "totalCount" => 2 "pageSize" => 10 "data" => [ 0 => null 1 => null ] ] ```
Adding tech stack documentation to allow anyone to easily see what is being used in this repo without digging through config files. Two files are being added: `techstack.yml` and `techstack.md`....
Add the user-agent request header to every call in this sdk. Example: headers: { Authorization: `Bearer ${ApiKey}`, "User-Agent": `novu/${sdk}@${version}`, }, Why? (Context) Having request headers in the SDKs will help...
Please take this issue as reference https://github.com/novuhq/novu/issues/5005
This issue aims to enhance the codebase by refactoring methods to utilize a private getActivity function for fetching Activity data. Additionally, type declarations and comments will be added to improve...
In order to enhance the resilience and reliability of our SDK, we would like to introduce an Exponential Retry mechanism for retrying failed requests. Additionally, to ensure the idempotent processing...
Hey, we would like an article about using the Novu PHP SDK. Basically an article that does the following: - Introduces Novu PHP SDK to the public - Highlight certain...