Foundation layer for integrating OpenUI5 into Laravel applications. Provides the runtime and developer tooling to build UI5 apps in a Laravel-native workflow.

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/laravelui5/core

v1.0.0 2025-09-25 14:01 UTC

This package is auto-updated.

Last update: 2025-09-30 04:04:16 UTC


README

Seamless SAP OpenUI5 integration for Laravel backends.

A production-ready integration layer to run SAP OpenUI5 frontends seamlessly on Laravel backends. Full support for SAP-compliant Security Token Handling (X-CSRF-Token), OData v4 services, and hybrid UI5 + Laravel APIs.

Built to bridge the worlds of enterprise-grade UI5 frontends and modern Laravel application backends. With simplicity, security, and full SAP compatibility in mind.

For comprehensive documentation and usage examples, please visit https://laravelui5.com.

Features

  • Native integration of OpenUI5 micro apps into Laravel projects
  • Comprehensive UI5 registry for apps, libraries, cards, resources, reports and tiles
  • Systematic deployment and versioning model, enterprise-ready
  • Centralized proxy, security, and CSRF handling infrastructure
  • Action Controller and Settings API enabling process-oriented logic
  • Automatic OData $metadata generation from Laravel models
  • Supports annotations and typed schemas, enabling real business app scenarios
  • Focus on modular, context-driven frontends

Core vs. SDK

This repository (laravelui5/core) provides the foundation layer.

  • UI5 registry for apps, libraries, actions, resources, tiles, KPIs, and reports
  • Multi-endpoint OData integration
  • Artifact system and service provider model
  • Security infrastructure (proxy, CSRF handling)
  • Deployment and versioning model
  • Developer tooling through ui5:* Artisan commands

The upcoming laravelui5/sdk will provide the developer experience layer, including

  • Business Partner–centric architecture (no direct rights on users, but on strong semantic objects)
  • Clear separation of roles (fixed, declarative) and groups (maintainable, context-aware)
  • Ui5App awareness with manifest-driven abilities integrated into the Laravel ecosystem
  • Flexible context model supporting both global and context-specific assignments
  • Consistent interfaces and registries, open for package extensions
  • Database layer for the complete artifact system
  • Pre-built mini-apps (e.g. Business Partner management with employees, freelancers, clients, etc.)
  • Global navigation bar with user avatar, notifications, and a CmdK-like global search
  • Pluggable search interface
  • Best practices and prebuilt patterns (master/detail floorplan, filter bars, global dialogs, search helpers)
  • Clear documentation and testable, maintainable building blocks

Think of Core as the runtime engine, and the SDK as the developer cockpit.

Roadmap

See the Roadmap for details on Core status, maintenance, and upcoming SDK features.

Security

If you discover a security vulnerability, please send an encrypted mail to security@pragmatiqu.io.
A public key will be provided on request until we publish it at laravelui5.com/security.

Contributing

Contributions are welcome and appreciated!

If you’d like to submit a bugfix, improve the documentation, or suggest an enhancement:

  1. Fork the repo
  2. Create your feature branch (git checkout -b feature/your-feature)
  3. Commit your changes (git commit -am 'Add your feature')
  4. Push to the branch (git push origin feature/your-feature)
  5. Open a Pull Request

Please make sure to follow PSR-12 and existing architectural conventions. We also recommend discussing larger ideas via an issue before submitting a PR.

License

This package is open-sourced software licensed under the ASF 2.0.

Links

To help you go further with LaravelUi5 and its surrounding ecosystem, this section provides curated links to key resources across UI5, Laravel, and OData. Whether you're exploring SAP Fiori UX, building Laravel-integrated UI5 modules, or deepening your understanding of OData v4, these references offer a solid foundation for development, troubleshooting, and architectural decisions.

UI5

Laravel

Open Data Protocol (OData)