承接 ometra/hela-alize 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

ometra/hela-alize

Composer 安装命令:

composer require ometra/hela-alize

包简介

Portability services and tools for the Auster application.

README 文档

README

Project Overview

Alize is a Laravel package that provides the core building blocks to integrate with Mexico's number portability platform (NUMLEX/ABD). It includes:

  • A SOAP HTTP endpoint to receive inbound NPC messages.
  • A SOAP client for outbound messages with XSD validation and circuit breaker safeguards.
  • SFTP-based daily files reconciliation.
  • Orchestrators, jobs, and domain services for end-to-end portability flows.

Primary audience: internal dev teams and external integrators embedding this package into a host Laravel application.

Project Type & Tech Summary

  • Type: Laravel package (library)
  • PHP: ^8.1 (tested with PHP 8.4 during development)
  • Laravel: 10.x | 11.x | 12.x (via illuminate/support)
  • Database: Uses the host application's default database connection (migrations included)
  • Cache: Uses the host application's cache store (circuit breaker state)
  • Queue: Uses the host application's queue driver
  • External services:
    • NUMLEX SOAP endpoint (inbound and outbound)
    • NUMLEX SFTP daily files

Quick Start (High-Level)

  1. Install: composer require ometra/hela-alize
  2. Publish config: php artisan vendor:publish --tag=alize-config
  3. Run migrations: php artisan migrate
  4. Configure environment: NUMLEX credentials, SOAP endpoint, optional TLS certs, SFTP settings (see Deployment Instructions)
  5. Ensure scheduler and a queue worker are running
  6. Verify: php artisan numlex:check-connection and hit the SOAP route to test inbound

Documentation Index

Standards

This documentation follows the project's Coding Standards and PHPDoc Style Guide.

统计信息

  • 总下载量: 18
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-12-15