From c43cf65252186b0c249da3bfa7e0d692f7306685 Mon Sep 17 00:00:00 2001 From: stacksharebot Date: Thu, 9 Nov 2023 15:12:18 +0000 Subject: [PATCH 1/6] Create techstack.yml --- techstack.yml | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 techstack.yml diff --git a/techstack.yml b/techstack.yml new file mode 100644 index 0000000..415f7ac --- /dev/null +++ b/techstack.yml @@ -0,0 +1,65 @@ +repo_name: novuhq/novu-php +report_id: 682ca28862197c635ee7eb63d80082da +repo_type: Public +timestamp: '2023-11-09T15:12:16+00:00' +requested_by: sumitsaurabh927 +provider: github +branch: master +detected_tools_count: 5 +tools: +- name: PHP + description: A popular general-purpose scripting language that is especially suited + to web development + website_url: http://www.php.net/ + open_source: true + hosted_saas: false + category: Languages & Frameworks + sub_category: Languages + image_url: https://img.stackshare.io/service/991/hwUcGZ41_400x400.jpg + detection_source: Repo Metadata +- name: Guzzle + description: PHP HTTP client that makes it easy to send HTTP requests and trivial + to integrate with web services + website_url: http://guzzlephp.org/ + license: MIT + open_source: true + hosted_saas: false + category: Languages & Frameworks + sub_category: Microframeworks (Backend) + image_url: https://img.stackshare.io/service/2350/638632.png + detection_source: composer.json + last_updated_by: unicodeveloper + last_updated_on: 2023-01-06 20:58:19.000000000 Z +- name: Git + description: Fast, scalable, distributed revision control system + website_url: http://git-scm.com/ + open_source: true + hosted_saas: false + category: Build, Test, Deploy + sub_category: Version Control System + image_url: https://img.stackshare.io/service/1046/git.png + detection_source: Repo Metadata +- name: GitHub Actions + description: Automate your workflow from idea to production + website_url: https://github.com/features/actions + open_source: false + hosted_saas: true + category: Build, Test, Deploy + sub_category: Continuous Integration + image_url: https://img.stackshare.io/service/11563/actions.png + detection_source: ".github/workflows/run-unit-tests.yml" + last_updated_by: OgunsakinDamilola + last_updated_on: 2023-09-29 11:11:43.000000000 Z +- name: PHPStan + description: PHP Static Analysis Tool - discover bugs in your code without running + it! + website_url: https://github.com/phpstan/phpstan + license: MIT + open_source: true + hosted_saas: false + category: Build, Test, Deploy + sub_category: Code Review + image_url: https://img.stackshare.io/service/8333/phpst.png + detection_source: composer.json + last_updated_by: unicodeveloper + last_updated_on: 2023-01-06 08:00:08.000000000 Z From a874ffa783ea569a50688943aaf3675097df579d Mon Sep 17 00:00:00 2001 From: stacksharebot Date: Thu, 9 Nov 2023 15:12:19 +0000 Subject: [PATCH 2/6] Create techstack.md --- techstack.md | 91 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 techstack.md diff --git a/techstack.md b/techstack.md new file mode 100644 index 0000000..eb0eafc --- /dev/null +++ b/techstack.md @@ -0,0 +1,91 @@ + +
+ +# Tech Stack File +![](https://img.stackshare.io/repo.svg "repo") [novuhq/novu-php](https://github.com/novuhq/novu-php)![](https://img.stackshare.io/public_badge.svg "public") +

+|5
Tools used|11/09/23
Report generated| +|------|------| +
+ +## Languages (1) + + + + +
+ PHP +
+ PHP +
+ +
+ +## Frameworks (1) + + + + +
+ Guzzle +
+ Guzzle +
+ +
+ +## DevOps (3) + + + + + + + + +
+ Git +
+ Git +
+ +
+ GitHub Actions +
+ GitHub Actions +
+ +
+ PHPStan +
+ PHPStan +
+ +
+ +
+
+ +Generated via [Stack File](https://github.com/apps/stack-file) From 4288ef8b3a2e5a5d6191d70d8014ed93e2fd9b60 Mon Sep 17 00:00:00 2001 From: stacksharebot Date: Thu, 4 Jan 2024 16:10:44 +0000 Subject: [PATCH 3/6] Update techstack.yml --- techstack.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/techstack.yml b/techstack.yml index 415f7ac..c5963c2 100644 --- a/techstack.yml +++ b/techstack.yml @@ -1,7 +1,8 @@ repo_name: novuhq/novu-php report_id: 682ca28862197c635ee7eb63d80082da +version: 0.1 repo_type: Public -timestamp: '2023-11-09T15:12:16+00:00' +timestamp: '2024-01-04T14:57:55+00:00' requested_by: sumitsaurabh927 provider: github branch: master @@ -16,6 +17,7 @@ tools: category: Languages & Frameworks sub_category: Languages image_url: https://img.stackshare.io/service/991/hwUcGZ41_400x400.jpg + detection_source_url: https://github.com/novuhq/novu-php detection_source: Repo Metadata - name: Guzzle description: PHP HTTP client that makes it easy to send HTTP requests and trivial @@ -27,6 +29,7 @@ tools: category: Languages & Frameworks sub_category: Microframeworks (Backend) image_url: https://img.stackshare.io/service/2350/638632.png + detection_source_url: https://github.com/novuhq/novu-php/blob/master/composer.json detection_source: composer.json last_updated_by: unicodeveloper last_updated_on: 2023-01-06 20:58:19.000000000 Z @@ -38,6 +41,7 @@ tools: category: Build, Test, Deploy sub_category: Version Control System image_url: https://img.stackshare.io/service/1046/git.png + detection_source_url: https://github.com/novuhq/novu-php detection_source: Repo Metadata - name: GitHub Actions description: Automate your workflow from idea to production @@ -47,6 +51,7 @@ tools: category: Build, Test, Deploy sub_category: Continuous Integration image_url: https://img.stackshare.io/service/11563/actions.png + detection_source_url: https://github.com/novuhq/novu-php/blob/master/.github/workflows/run-unit-tests.yml detection_source: ".github/workflows/run-unit-tests.yml" last_updated_by: OgunsakinDamilola last_updated_on: 2023-09-29 11:11:43.000000000 Z @@ -60,6 +65,7 @@ tools: category: Build, Test, Deploy sub_category: Code Review image_url: https://img.stackshare.io/service/8333/phpst.png + detection_source_url: https://github.com/novuhq/novu-php/blob/master/composer.json detection_source: composer.json last_updated_by: unicodeveloper last_updated_on: 2023-01-06 08:00:08.000000000 Z From cc49d96d15b98cb20253df722dd73972373b7a53 Mon Sep 17 00:00:00 2001 From: stacksharebot Date: Thu, 4 Jan 2024 16:10:45 +0000 Subject: [PATCH 4/6] Update techstack.md --- techstack.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/techstack.md b/techstack.md index eb0eafc..3fd1327 100644 --- a/techstack.md +++ b/techstack.md @@ -1,32 +1,36 @@
# Tech Stack File ![](https://img.stackshare.io/repo.svg "repo") [novuhq/novu-php](https://github.com/novuhq/novu-php)![](https://img.stackshare.io/public_badge.svg "public")

-|5
Tools used|11/09/23
Report generated| +|5
Tools used|01/04/24
Report generated| |------|------|
@@ -88,4 +92,4 @@ Full tech stack [here](/techstack.md)
-Generated via [Stack File](https://github.com/apps/stack-file) +Generated via [Stack File](https://github.com/marketplace/stack-file) From 79be31511c22a241295ed971bd3cd10f93428d2a Mon Sep 17 00:00:00 2001 From: stacksharebot Date: Fri, 5 Jan 2024 09:42:52 +0000 Subject: [PATCH 5/6] Update techstack.yml --- techstack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/techstack.yml b/techstack.yml index c5963c2..148b7dc 100644 --- a/techstack.yml +++ b/techstack.yml @@ -2,7 +2,7 @@ repo_name: novuhq/novu-php report_id: 682ca28862197c635ee7eb63d80082da version: 0.1 repo_type: Public -timestamp: '2024-01-04T14:57:55+00:00' +timestamp: '2024-01-05T09:22:36+00:00' requested_by: sumitsaurabh927 provider: github branch: master From 550bb5d9eba4484063e2791f2ab64b2362e7fce4 Mon Sep 17 00:00:00 2001 From: stacksharebot Date: Fri, 5 Jan 2024 09:42:53 +0000 Subject: [PATCH 6/6] Update techstack.md --- techstack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/techstack.md b/techstack.md index 3fd1327..6330a85 100644 --- a/techstack.md +++ b/techstack.md @@ -30,7 +30,7 @@ Full tech stack [here](/techstack.md) # Tech Stack File ![](https://img.stackshare.io/repo.svg "repo") [novuhq/novu-php](https://github.com/novuhq/novu-php)![](https://img.stackshare.io/public_badge.svg "public")

-|5
Tools used|01/04/24
Report generated| +|5
Tools used|01/05/24
Report generated| |------|------|