Skip to content

Fix: Refactoring #7

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

Merged
merged 1 commit into from
Jun 17, 2025
Merged
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
15 changes: 6 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@

:warning: :construction:
### Archiviert

Dieses Repo wurde **archiviert und wird nicht mehr weitergeführt** :file_folder:. Für **produktive Projekte mit der Proffix Rest-API** empfehlen sich mittlerweile andere Sprachen oder Technologien.
Als **erpropte, ausgereifte und aktiv unterhaltene Alternativen** empfehlen wird die von uns unterhaltenen Wrappers für die Proffix Rest-API auszuprobieren:

- [Golang Wrapper für die Proffix Rest-API](https://github.com/pitwch/go-wrapper-proffix-restapi) :link:
- [Dart Wrapper für die Proffix Rest-API](https://github.com/pitwch/dart_proffix_rest) :link:


# PHP Wrapper für PROFFIX REST-API

Expand Down Expand Up @@ -205,3 +196,9 @@ $datenbank2 = $pxrest->database();

Im Ordner [/examples](https://github.com/pitwch/php-wrapper-proffix-restapi/tree/master/examples) finden sich weitere,
auskommentierte Beispiele.


# Weitere Wrapper für die Proffix Rest-API

- [Golang Wrapper für die Proffix Rest-API](https://github.com/pitwch/go-wrapper-proffix-restapi) :link:
- [Dart Wrapper für die Proffix Rest-API](https://github.com/pitwch/dart_proffix_rest) :link:
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
],
"keywords": ["rest", "curl", "proffix", "restful", "api", "proffix rest api","php","wrapper"],
"require": {
"php": ">= 5.6.0",
"php": "^8.2",
"ext-curl": "*",
"ext-json": "*"
},
"require-dev": {
"phpunit/phpunit": "*",
"squizlabs/php_codesniffer": "3.*"
"phpunit/phpunit": "^11.0",
"squizlabs/php_codesniffer": "^3.9"
},
"autoload": {
"psr-4": {
Expand Down
Loading