thaumware / portal
Simple cross-service data relationships
v1.3.1
2025-11-09 23:01 UTC
Requires
- php: ^8.2
- thaumware/core: ^1.0
Suggests
- illuminate/database: For Laravel integration
- illuminate/http: For Laravel integration
- illuminate/support: For Laravel integration
README
Cross-service data relationships for distributed systems.
Implementations
PHP
Full-featured implementation for Laravel and PHP projects.
composer require thaumware/portal
Python (Planned)
Coming soon.
TypeScript (Planned)
Coming soon.
Concept
Portal manages relationships between entities across different services or data sources:
- Local database tables
- Remote HTTP APIs
- Message queues
- Other microservices
License
MIT