Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create tech stack docs (techstack.yml and techstack.md) #26

Open
wants to merge 2 commits into
base: 2.x
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
90 changes: 90 additions & 0 deletions techstack.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
<!--
&lt;--- Readme.md Snippet without images Start ---&gt;
## Tech Stack
Clivern/Memcached is built on the following main stack:

- [PHP](http://www.php.net/) – Languages
- [GitHub Actions](https://github.com/features/actions) – Continuous Integration
- [PHPUnit](https://phpunit.de/) – Testing Frameworks

Full tech stack [here](/techstack.md)

&lt;--- Readme.md Snippet without images End ---&gt;

&lt;--- Readme.md Snippet with images Start ---&gt;
## Tech Stack
Clivern/Memcached 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/11563/actions.png' alt='GitHub Actions'/> [GitHub Actions](https://github.com/features/actions) – Continuous Integration
- <img width='25' height='25' src='https://img.stackshare.io/service/1616/1_WsEnddd5Y4EgEHsT054kUQ.jpeg' alt='PHPUnit'/> [PHPUnit](https://phpunit.de/) – Testing Frameworks

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") [Clivern/Memcached](https://github.com/Clivern/Memcached)![](https://img.stackshare.io/public_badge.svg "public")
<br/><br/>
|6<br/>Tools used|02/29/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/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/1616/1_WsEnddd5Y4EgEHsT054kUQ.jpeg' alt='PHPUnit'>
<br>
<sub><a href="https://phpunit.de/">PHPUnit</a></sub>
<br>
<sub>v9.5.10</sub>
</td>

</tr>
</table>


## <img src='https://img.stackshare.io/group.svg' /> Open source packages (2)</h2>

## <img width='24' height='24' src='https://img.stackshare.io/package_manager/1778/default_90cb8b66e85ae5b95928b10bb076ab6a27c7e151.png'/> Packagist (2)

|NAME|VERSION|LAST UPDATED|LAST UPDATED BY|LICENSE|VULNERABILITIES|
|:------|:------|:------|:------|:------|:------|
|[phpunit/phpunit](https://packagist.org/phpunit/phpunit)|v9.5.10|10/11/21|renovate[bot] |N/A|N/A|
|[squizlabs/php_codesniffer](https://packagist.org/squizlabs/php_codesniffer)|v3.6.1|10/11/21|renovate[bot] |N/A|N/A|

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

Generated via [Stack File](https://github.com/marketplace/stack-file)
83 changes: 83 additions & 0 deletions techstack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
repo_name: Clivern/Memcached
report_id: 3cda5a55730b44af6a415e3d91565874
version: 0.1
repo_type: Public
timestamp: '2024-02-29T19:08:09+00:00'
requested_by: renovate[bot]
provider: github
branch: 2.x
detected_tools_count: 6
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/Clivern/Memcached
detection_source: Repo Metadata
- 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/Clivern/Memcached
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/Clivern/Memcached/blob/2.x/.github/workflows/php.yml
detection_source: ".github/workflows/php.yml"
last_updated_by: Clivern
last_updated_on: 2021-06-08 17:34:03.000000000 Z
- name: PHPUnit
description: Testing framework for PHP
website_url: https://phpunit.de/
version: 9.5.10
license: BSD-3-Clause
open_source: true
hosted_saas: false
category: Build, Test, Deploy
sub_category: Testing Frameworks
image_url: https://img.stackshare.io/service/1616/1_WsEnddd5Y4EgEHsT054kUQ.jpeg
detection_source_url: https://github.com/Clivern/Memcached/blob/2.x/composer.json
detection_source: composer.json
last_updated_by: Clivern
last_updated_on: 2019-05-05 21:42:26.000000000 Z
- name: phpunit/phpunit
description: The PHP Unit Testing framework
package_url: https://packagist.org/phpunit/phpunit
version: 9.5.10
open_source: false
hosted_saas: false
category: Build, Test, Deploy
sub_category: Package Managers
image_url: https://img.stackshare.io/package/packagist/image.png
detection_source_url: https://github.com/Clivern/Memcached/blob/2.x/composer.json
detection_source: composer.json
last_updated_by: renovate[bot]
last_updated_on: 2021-10-11 13:00:54.000000000 Z
- name: squizlabs/php_codesniffer
description: PHP_CodeSniffer tokenizes PHP
package_url: https://packagist.org/squizlabs/php_codesniffer
version: 3.6.1
open_source: false
hosted_saas: false
category: Build, Test, Deploy
sub_category: Package Managers
image_url: https://img.stackshare.io/package/packagist/image.png
detection_source_url: https://github.com/Clivern/Memcached/blob/2.x/composer.json
detection_source: composer.json
last_updated_by: renovate[bot]
last_updated_on: 2021-10-11 13:00:54.000000000 Z
Loading