Skip to content

Commit

Permalink
Merge pull request #64 from novuhq/tech-stack-file
Browse files Browse the repository at this point in the history
Create tech stack docs (techstack.yml and techstack.md)
  • Loading branch information
unicodeveloper committed Jan 8, 2024
2 parents b3699b2 + 550bb5d commit 19654be
Show file tree
Hide file tree
Showing 2 changed files with 166 additions and 0 deletions.
95 changes: 95 additions & 0 deletions techstack.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
<!--
&lt;--- Readme.md Snippet without images Start ---&gt;
## Tech Stack
novuhq/novu-php is built on the following main stack:
- [PHP](http://www.php.net/) – Languages
- [Guzzle](http://guzzlephp.org/) – Microframeworks (Backend)
- [PHPStan](https://github.com/phpstan/phpstan) – Code Review
- [GitHub Actions](https://github.com/features/actions) – Continuous Integration
Full tech stack [here](/techstack.md)
&lt;--- Readme.md Snippet without images End ---&gt;
&lt;--- Readme.md Snippet with images Start ---&gt;
## Tech Stack
novuhq/novu-php is built on the following main stack:
- <img width='25' height='25' src='https://img.stackshare.io/service/991/hwUcGZ41_400x400.jpg' alt='PHP'/> [PHP](http://www.php.net/) – Languages
- <img width='25' height='25' src='https://img.stackshare.io/service/2350/638632.png' alt='Guzzle'/> [Guzzle](http://guzzlephp.org/) – Microframeworks (Backend)
- <img width='25' height='25' src='https://img.stackshare.io/service/8333/phpst.png' alt='PHPStan'/> [PHPStan](https://github.com/phpstan/phpstan) – Code Review
- <img width='25' height='25' src='https://img.stackshare.io/service/11563/actions.png' alt='GitHub Actions'/> [GitHub Actions](https://github.com/features/actions) – Continuous Integration
Full tech stack [here](/techstack.md)
&lt;--- Readme.md Snippet with images End ---&gt;
-->
<div align="center">

# 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")
<br/><br/>
|5<br/>Tools used|01/05/24 <br/>Report generated|
|------|------|
</div>

## <img src='https://img.stackshare.io/languages.svg'/> Languages (1)
<table><tr>
<td align='center'>
<img width='36' height='36' src='https://img.stackshare.io/service/991/hwUcGZ41_400x400.jpg' alt='PHP'>
<br>
<sub><a href="http://www.php.net/">PHP</a></sub>
<br>
<sub></sub>
</td>

</tr>
</table>

## <img src='https://img.stackshare.io/frameworks.svg'/> Frameworks (1)
<table><tr>
<td align='center'>
<img width='36' height='36' src='https://img.stackshare.io/service/2350/638632.png' alt='Guzzle'>
<br>
<sub><a href="http://guzzlephp.org/">Guzzle</a></sub>
<br>
<sub></sub>
</td>

</tr>
</table>

## <img src='https://img.stackshare.io/devops.svg'/> DevOps (3)
<table><tr>
<td align='center'>
<img width='36' height='36' src='https://img.stackshare.io/service/1046/git.png' alt='Git'>
<br>
<sub><a href="http://git-scm.com/">Git</a></sub>
<br>
<sub></sub>
</td>

<td align='center'>
<img width='36' height='36' src='https://img.stackshare.io/service/11563/actions.png' alt='GitHub Actions'>
<br>
<sub><a href="https://github.com/features/actions">GitHub Actions</a></sub>
<br>
<sub></sub>
</td>

<td align='center'>
<img width='36' height='36' src='https://img.stackshare.io/service/8333/phpst.png' alt='PHPStan'>
<br>
<sub><a href="https://github.com/phpstan/phpstan">PHPStan</a></sub>
<br>
<sub></sub>
</td>

</tr>
</table>

<br/>
<div align='center'>

Generated via [Stack File](https://github.com/marketplace/stack-file)
71 changes: 71 additions & 0 deletions techstack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
repo_name: novuhq/novu-php
report_id: 682ca28862197c635ee7eb63d80082da
version: 0.1
repo_type: Public
timestamp: '2024-01-05T09:22:36+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_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
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_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
- 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_url: https://github.com/novuhq/novu-php
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_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
- 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_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

0 comments on commit 19654be

Please sign in to comment.