Skip to content
This repository was archived by the owner on Jul 21, 2026. It is now read-only.
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
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Vendus Api

> [!WARNING]
> **This package is deprecated and no longer maintained.** Its HTTP client was absorbed into [codetech/laravel-vendus](https://github.com/CodeTechAgency/laravel-vendus) v2 (as `CodeTech\Vendus\Http\VendusApi`, built on Laravel's HTTP client). Use that package instead. Existing installs keep working, but no further releases will be made.
Comment thread
jfrosorio marked this conversation as resolved.

PHP library for implementing the Vendus API.

[![Latest version](https://img.shields.io/github/release/CodeTechAgency/vendus-api?style=flat-square)](https://github.com/CodeTechAgency/vendus-api/releases)
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@
}
},
"minimum-stability": "dev",
"prefer-stable": true
"prefer-stable": true,
"abandoned": "codetech/laravel-vendus"
}