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
Package info
pkg:composer/xwms/package
Requires
- php: ^8.2
Suggests
- filament/filament: ^3.3
- google/cloud-translate: Google Translate API
- laravel/fortify: Authenticatie package
- laravel/framework: >=11.0
- laravel/sanctum: Token-gebaseerde authenticatie
- laravel/socialite: Social login integratie
- laravel/tinker: Tinker CLI voor debugging
- league/oauth2-google: OAuth2 Google login
- livewire/livewire: Livewire frontend support
- phpmailer/phpmailer: Email via SMTP
- pragmarx/google2fa: Twee-factor authenticatie
- socialiteproviders/google: Google login provider
- socialiteproviders/manager: Socialite extensie
- socialiteproviders/microsoft: Microsoft login provider
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.