Skip to content

Commit

Permalink
Remove obsolete files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Syndesi committed Jan 5, 2024
1 parent 8a68941 commit 82a1452
Show file tree
Hide file tree
Showing 16 changed files with 4 additions and 427 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/ci-code-style.yml

This file was deleted.

30 changes: 0 additions & 30 deletions .github/workflows/ci-leak-test.yml

This file was deleted.

28 changes: 0 additions & 28 deletions .github/workflows/ci-mutant-test.yml

This file was deleted.

28 changes: 0 additions & 28 deletions .github/workflows/ci-phpstan.yml

This file was deleted.

28 changes: 0 additions & 28 deletions .github/workflows/ci-psalm.yml

This file was deleted.

40 changes: 0 additions & 40 deletions .github/workflows/ci-unit-test-coverage.yml

This file was deleted.

30 changes: 0 additions & 30 deletions .github/workflows/ci-unit-test.yml

This file was deleted.

23 changes: 0 additions & 23 deletions .php-cs-fixer.dist.php

This file was deleted.

29 changes: 2 additions & 27 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,3 @@
[![GitHub](https://img.shields.io/github/license/Syndesi/webdav)](https://github.com/Syndesi/webdav/blob/main/LICENSE)
![Packagist PHP Version Support (specify version)](https://img.shields.io/packagist/php-v/syndesi/webdav/dev-main)
![Packagist Version](https://img.shields.io/packagist/v/syndesi/webdav)
![Packagist Downloads](https://img.shields.io/packagist/dm/syndesi/webdav)
# Enhanced WebDAV Ecosystem: Documentation

[![Unit Tests](https://github.com/Syndesi/webdav/actions/workflows/ci-unit-test.yml/badge.svg)](https://github.com/Syndesi/webdav/actions/workflows/ci-unit-test.yml)
[![Mutant Test](https://github.com/Syndesi/webdav/actions/workflows/ci-mutant-test.yml/badge.svg)](https://github.com/Syndesi/webdav/actions/workflows/ci-mutant-test.yml)
[![Leak Tests](https://github.com/Syndesi/webdav/actions/workflows/ci-leak-test.yml/badge.svg)](https://github.com/Syndesi/webdav/actions/workflows/ci-leak-test.yml)
[![PHPStan](https://github.com/Syndesi/webdav/actions/workflows/ci-phpstan.yml/badge.svg)](https://github.com/Syndesi/webdav/actions/workflows/ci-phpstan.yml)
[![Psalm](https://github.com/Syndesi/webdav/actions/workflows/ci-psalm.yml/badge.svg)](https://github.com/Syndesi/webdav/actions/workflows/ci-psalm.yml)
[![Code Style](https://github.com/Syndesi/webdav/actions/workflows/ci-code-style.yml/badge.svg)](https://github.com/Syndesi/webdav/actions/workflows/ci-code-style.yml)
[![YML lint](https://github.com/Syndesi/webdav/actions/workflows/ci-yml-lint.yml/badge.svg)](https://github.com/Syndesi/webdav/actions/workflows/ci-yml-lint.yml)
[![Markdown lint](https://github.com/Syndesi/webdav/actions/workflows/ci-markdown-lint.yml/badge.svg)](https://github.com/Syndesi/webdav/actions/workflows/ci-markdown-lint.yml)
[![Test Coverage](https://api.codeclimate.com/v1/badges/3a6aef038839e5bb5b59/test_coverage)](https://codeclimate.com/github/Syndesi/webdav/test_coverage)
[![Maintainability](https://api.codeclimate.com/v1/badges/3a6aef038839e5bb5b59/maintainability)](https://codeclimate.com/github/Syndesi/webdav/maintainability)

# Syndesi's WebDAV

Extensible webdav library for modern PHP.
It isn't bound to the file system - you can use your own file provider (e.g.
[Flysystem](https://github.com/thephpleague/flysystem)), authorization workflow etc.

It is framework agnostic.

Links:

- [Documentation](https://syndesi.github.io/webdav)
- [Packagist](https://packagist.org/packages/syndesi/webdav)
Central documentation for WebDAV standards and examples.
67 changes: 0 additions & 67 deletions composer.json

This file was deleted.

29 changes: 2 additions & 27 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,3 @@
[![GitHub](https://img.shields.io/github/license/Syndesi/webdav)](https://github.com/Syndesi/webdav/blob/main/LICENSE)
![Packagist PHP Version Support (specify version)](https://img.shields.io/packagist/php-v/syndesi/webdav/dev-main)
![Packagist Version](https://img.shields.io/packagist/v/syndesi/webdav)
![Packagist Downloads](https://img.shields.io/packagist/dm/syndesi/webdav)
# Enhanced WebDAV Ecosystem: Documentation

[![Unit Tests](https://github.com/Syndesi/webdav/actions/workflows/ci-unit-test.yml/badge.svg)](https://github.com/Syndesi/webdav/actions/workflows/ci-unit-test.yml)
[![Mutant Test](https://github.com/Syndesi/webdav/actions/workflows/ci-mutant-test.yml/badge.svg)](https://github.com/Syndesi/webdav/actions/workflows/ci-mutant-test.yml)
[![Leak Tests](https://github.com/Syndesi/webdav/actions/workflows/ci-leak-test.yml/badge.svg)](https://github.com/Syndesi/webdav/actions/workflows/ci-leak-test.yml)
[![PHPStan](https://github.com/Syndesi/webdav/actions/workflows/ci-phpstan.yml/badge.svg)](https://github.com/Syndesi/webdav/actions/workflows/ci-phpstan.yml)
[![Psalm](https://github.com/Syndesi/webdav/actions/workflows/ci-psalm.yml/badge.svg)](https://github.com/Syndesi/webdav/actions/workflows/ci-psalm.yml)
[![Code Style](https://github.com/Syndesi/webdav/actions/workflows/ci-code-style.yml/badge.svg)](https://github.com/Syndesi/webdav/actions/workflows/ci-code-style.yml)
[![YML lint](https://github.com/Syndesi/webdav/actions/workflows/ci-yml-lint.yml/badge.svg)](https://github.com/Syndesi/webdav/actions/workflows/ci-yml-lint.yml)
[![Markdown lint](https://github.com/Syndesi/webdav/actions/workflows/ci-markdown-lint.yml/badge.svg)](https://github.com/Syndesi/webdav/actions/workflows/ci-markdown-lint.yml)
[![Test Coverage](https://api.codeclimate.com/v1/badges/3a6aef038839e5bb5b59/test_coverage)](https://codeclimate.com/github/Syndesi/webdav/test_coverage)
[![Maintainability](https://api.codeclimate.com/v1/badges/3a6aef038839e5bb5b59/maintainability)](https://codeclimate.com/github/Syndesi/webdav/maintainability)

# Syndesi's WebDAV

Extensible webdav library for modern PHP.
It isn't bound to the file system - you can use your own file provider (e.g.
[Flysystem](https://github.com/thephpleague/flysystem)), authorization workflow etc.

It is framework agnostic.

Links:

- [Documentation](https://syndesi.github.io/webdav)
- [Packagist](https://packagist.org/packages/syndesi/webdav)
Central documentation for WebDAV standards and examples.
15 changes: 0 additions & 15 deletions infection.json

This file was deleted.

8 changes: 0 additions & 8 deletions phpstan.neon

This file was deleted.

Loading

0 comments on commit 82a1452

Please sign in to comment.