
Product
PHP and Composer Support Is Now in Beta
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.
@apiosk/checkout-vue
Advanced tools
@apiosk/checkout-vueVue 3 wrapper for the Apiosk four-layer checkout button.
Like the React wrapper, this package stays thin and delegates the runtime UI to
@apiosk/checkout-web.
After publish:
npm install @apiosk/checkout-vue @apiosk/checkout-web @apiosk/checkout-core
Before publish:
npm install ./subs/checkout-vue ./subs/checkout-web ./subs/checkout-core
<script setup>
import { ApioskCheckoutButton } from "@apiosk/checkout-vue";
const checkoutConfig = {
merchantName: "Northstar Marketplace",
productName: "Automation bundle",
amountLabel: "24.95 EUR",
orderReference: "ord_2048",
subtitle: "One trigger for humans, agents, and programmable rails.",
rails: [
{
id: "credits",
status: "live",
launchUrl: "https://gateway.apiosk.com/geocode/forward",
},
{
id: "x402",
status: "live",
launchUrl: "https://gateway.apiosk.com/geocode/forward",
},
{
id: "agent",
status: "pilot",
},
],
};
</script>
<template>
<ApioskCheckoutButton :config="checkoutConfig" />
</template>
import { createApp } from "vue";
import App from "./App.vue";
import { ApioskCheckoutVuePlugin } from "@apiosk/checkout-vue";
createApp(App).use(ApioskCheckoutVuePlugin).mount("#app");
The Vue layer should not own checkout logic. Keep the contract in
@apiosk/checkout-core and the DOM runtime in @apiosk/checkout-web.
FAQs
Vue wrapper for the Apiosk four-layer checkout button
We found that @apiosk/checkout-vue demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Product
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.

Product
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.

Research
/Security News
Three compromised Rust crates pulled in a malicious dependency that downloaded and executed cross-platform malware during Cargo builds.