An open API service indexing awesome lists of open source software.

https://github.com/friendsofshopware/api-doc

Hosting the Swagger for Shopware 6
https://github.com/friendsofshopware/api-doc

Last synced: about 1 month ago
JSON representation

Hosting the Swagger for Shopware 6

Awesome Lists containing this project

README

        

This repository contains some Tooling to dump static informations about Shopware versions like:

* API Documentation: https://swagger.docs.fos.gg
* MD5 of all Shopware files

# File Checker

This Tool can be used to check the integrity of the Installation. It checks all MD5Sums of the Installation with the Original Hash.

Usage:

```bash
cd [ToYourInstallation]
wget https://raw.githubusercontent.com/FriendsOfShopware/api-doc/main/file-checker.php
php file-checker.php
rm file-checker.php
```