diff --git a/techstack.md b/techstack.md new file mode 100644 index 00000000..10139f61 --- /dev/null +++ b/techstack.md @@ -0,0 +1,163 @@ + +
+ +# Tech Stack File +![](https://img.stackshare.io/repo.svg "repo") [aldoyh/php-crud-api](https://github.com/aldoyh/php-crud-api)![](https://img.stackshare.io/public_badge.svg "public") +

+|15
Tools used|01/10/24
Report generated| +|------|------| +
+ +## Languages (2) + + + + + + +
+ PHP +
+ PHP +
+ +
+ SQL +
+ SQL +
+ +
+ +## Data (2) + + + + + + +
+ Cloud DB for Mysql +
+ Cloud DB for Mysql +
+ +
+ MySQL +
+ MySQL +
+ v8.0 +
+ +## DevOps (3) + + + + + + + + +
+ Docker +
+ Docker +
+ +
+ Git +
+ Git +
+ +
+ PhpSpec +
+ PhpSpec +
+ +
+ +## Other (3) + + + + + + + + +
+ Debian +
+ Debian +
+ +
+ Shell +
+ Shell +
+ +
+ Ubuntu +
+ Ubuntu +
+ +
+ + +## Open source packages (5) + +## Packagist (5) + +|NAME|VERSION|LAST UPDATED|LAST UPDATED BY|LICENSE|VULNERABILITIES| +|:------|:------|:------|:------|:------|:------| +|[nyholm/psr7](https://packagist.org/nyholm/psr7)|v1.5.0|04/21/19|Maurits van der Schee |N/A|N/A| +|[psr/http-factory](https://packagist.org/psr/http-factory)|v1.0.1|04/21/19|Maurits van der Schee |N/A|N/A| +|[psr/http-message](https://packagist.org/psr/http-message)|v1.0.1|04/21/19|Maurits van der Schee |N/A|N/A| +|[psr/http-server-handler](https://packagist.org/psr/http-server-handler)|v1.0.1|04/21/19|Maurits van der Schee |N/A|N/A| +|[psr/http-server-middleware](https://packagist.org/psr/http-server-middleware)|v1.0.1|04/21/19|Maurits van der Schee |N/A|N/A| + +
+
+ +Generated via [Stack File](https://github.com/marketplace/stack-file) diff --git a/techstack.yml b/techstack.yml new file mode 100644 index 00000000..fc4b9eba --- /dev/null +++ b/techstack.yml @@ -0,0 +1,191 @@ +repo_name: aldoyh/php-crud-api +report_id: b2fb60b8398dc0456b005751d0a850df +version: 0.1 +repo_type: Public +timestamp: '2024-01-10T18:25:04+00:00' +requested_by: mevdschee +provider: github +branch: main +detected_tools_count: 15 +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/aldoyh/php-crud-api + detection_source: Repo Metadata +- name: SQL + description: It is a domain-specific language used in programming + website_url: https://en.wikipedia.org/wiki/SQL + open_source: true + hosted_saas: false + category: Languages & Frameworks + sub_category: Languages + image_url: https://img.stackshare.io/service/2271/default_068d33483bba6b81ee13fbd4dc7aab9780896a54.png + detection_source_url: https://github.com/aldoyh/php-crud-api/blob/main/tests/fixtures/blog_mysql.sql + detection_source: tests/fixtures/blog_mysql.sql + last_updated_by: Maurits van der Schee + last_updated_on: 2015-06-13 10:13:34.000000000 Z +- name: Cloud DB for Mysql + description: Easily setup and manage the MySQL database service + website_url: https://www.ncloud.com/product/database/cloudDbMysql + open_source: false + hosted_saas: true + category: Data Stores + sub_category: SQL Database as a Service + image_url: https://img.stackshare.io/service/21275/default_078eb0ae2b56280a937ed073a3ba4332291f9ba8.png + detection_source_url: https://github.com/aldoyh/php-crud-api/blob/main/docker-compose.yml + detection_source: docker-compose.yml + last_updated_by: Maurits van der Schee + last_updated_on: 2022-04-29 14:26:36.000000000 Z +- name: MySQL + description: The world's most popular open source database + website_url: http://www.mysql.com + version: '8.0' + open_source: true + hosted_saas: false + category: Data Stores + sub_category: Databases + image_url: https://img.stackshare.io/service/1025/logo-mysql-170x170.png + detection_source_url: https://github.com/aldoyh/php-crud-api/blob/main/docker-compose.yml + detection_source: docker-compose.yml + last_updated_by: Maurits van der Schee + last_updated_on: 2020-07-25 13:28:33.000000000 Z +- name: Docker + description: Enterprise Container Platform for High-Velocity Innovation. + website_url: https://www.docker.com/ + license: Apache-2.0 + open_source: true + hosted_saas: false + category: Build, Test, Deploy + sub_category: Virtual Machine Platforms & Containers + image_url: https://img.stackshare.io/service/586/n4u37v9t_400x400.png + detection_source_url: https://github.com/aldoyh/php-crud-api + 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/aldoyh/php-crud-api + detection_source: Repo Metadata +- name: PhpSpec + description: A toolset for behavior driven development + website_url: http://www.phpspec.net/en/latest/ + open_source: false + hosted_saas: false + category: Build, Test, Deploy + sub_category: Testing Frameworks + image_url: https://img.stackshare.io/service/3502/6b9dfb07681dee602dbdf75d9393f07c_400x400.png + detection_source_url: https://github.com/aldoyh/php-crud-api/blob/main/Dockerfile + detection_source: Dockerfile + last_updated_by: Maurits van der Schee + last_updated_on: 2020-07-25 13:28:33.000000000 Z +- name: Debian + description: The Universal Operating System + website_url: https://www.debian.org/ + open_source: false + hosted_saas: false + category: Languages & Frameworks + sub_category: Operating Systems + image_url: https://img.stackshare.io/service/1656/vd4gAekh.png + detection_source_url: https://github.com/aldoyh/php-crud-api/blob/main/docker/debian10/Dockerfile + detection_source: docker/debian10/Dockerfile + last_updated_by: Maurits van der Schee + last_updated_on: 2019-07-23 12:00:34.000000000 Z +- name: Shell + description: A shell is a text-based terminal, used for manipulating programs and + files. Shell scripts typically manage program execution. + website_url: https://en.wikipedia.org/wiki/Shell_script + open_source: false + hosted_saas: false + category: Languages & Frameworks + sub_category: Languages + image_url: https://img.stackshare.io/service/4631/default_c2062d40130562bdc836c13dbca02d318205a962.png + detection_source_url: https://github.com/aldoyh/php-crud-api + detection_source: Repo Metadata +- name: Ubuntu + description: The leading OS for PC, tablet, phone and cloud + website_url: http://www.ubuntu.com/ + open_source: false + hosted_saas: false + category: Languages & Frameworks + sub_category: Operating Systems + image_url: https://img.stackshare.io/service/3511/cof_orange_hex.jpg + detection_source_url: https://github.com/aldoyh/php-crud-api/blob/main/docker/ubuntu16/Dockerfile + detection_source: docker/ubuntu16/Dockerfile + last_updated_by: Maurits van der Schee + last_updated_on: 2018-08-06 05:49:08.000000000 Z +- name: nyholm/psr7 + description: A fast PHP7 implementation of PSR-7 + package_url: https://packagist.org/nyholm/psr7 + version: 1.5.0 + 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/aldoyh/php-crud-api/blob/main/composer.lock + detection_source: composer.json + last_updated_by: Maurits van der Schee + last_updated_on: 2019-04-21 08:34:36.000000000 Z +- name: psr/http-factory + description: Common interfaces for PSR-7 HTTP message factories + package_url: https://packagist.org/psr/http-factory + version: 1.0.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/aldoyh/php-crud-api/blob/main/composer.lock + detection_source: composer.json + last_updated_by: Maurits van der Schee + last_updated_on: 2019-04-21 08:34:36.000000000 Z +- name: psr/http-message + description: Common interface for HTTP messages + package_url: https://packagist.org/psr/http-message + version: 1.0.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/aldoyh/php-crud-api/blob/main/composer.lock + detection_source: composer.json + last_updated_by: Maurits van der Schee + last_updated_on: 2019-04-21 08:34:36.000000000 Z +- name: psr/http-server-handler + description: Common interface for HTTP server-side request handler + package_url: https://packagist.org/psr/http-server-handler + version: 1.0.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/aldoyh/php-crud-api/blob/main/composer.lock + detection_source: composer.json + last_updated_by: Maurits van der Schee + last_updated_on: 2019-04-21 08:34:36.000000000 Z +- name: psr/http-server-middleware + description: Common interface for HTTP server-side middleware + package_url: https://packagist.org/psr/http-server-middleware + version: 1.0.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/aldoyh/php-crud-api/blob/main/composer.lock + detection_source: composer.json + last_updated_by: Maurits van der Schee + last_updated_on: 2019-04-21 08:34:36.000000000 Z