xwms/package

Amerencio provides secure, sophisticated, and custom-built login and authentication APIs for businesses. Our solutions ensure robust security, seamless integration with existing systems, and compliance with the highest industry standards. These are not simple APIs, but comprehensive identity managem

Maintainers

Package info

github.com/X-WMS/xwms-docs

Homepage

Documentation

pkg:composer/xwms/package

Transparency log

Statistics

Installs: 510

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v2.1.4 2026-01-23 15:42 UTC

This package is auto-updated.

Last update: 2026-08-23 16:46:58 UTC


README

Laravel and JavaScript SDK package code for integrating with Amerencio authentication, account, API, webhook, and payment flows.

The public documentation is maintained inside the Amerencio application. This repository is kept package-focused and contains only the reusable PHP and JavaScript integration code.

PHP Package

Install the Composer package used by Laravel integrations:

composer require xwms/package

The Composer package name remains xwms/package until the new Packagist package exists. The PHP namespace and legacy config keys remain XWMS\Package and xwms for backward compatibility. Runtime defaults now point to https://amerencio.com.

JavaScript SDK

Install the JavaScript SDK:

npm install xwms-package
import { XwmsClient } from "xwms-package";

const amerencio = XwmsClient.fromEnv(process.env);
const { redirectUrl } = await amerencio.authenticateUser();

Support

For integration support, contact info@amerencio.com.