Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Core Laravel Package

companyos/core

View on GitHub
Deep Wiki
Context7
0.1.152-alpha
  • Commit: feat: Verschiedene Verbesserungen...
  • [M] composer.json
0.1.151-alpha
  • Commit: feat: Release – Änderungen: M CompanyOSCoreBundle.php; ...
  • [M] CompanyOSCoreBundle.php
  • [M] composer.json
0.1.150-alpha
  • Commit: feat: Verschiedene Verbesserungen...
  • [M] composer.json
0.1.149-alpha
  • Commit: feat: Release – Änderungen: M src/CompanyOSCoreBundle.php; ...
  • [M] composer.json
  • [M] src/CompanyOSCoreBundle.php
0.1.148-alpha
  • Commit: feat: Release – Änderungen: M src/Application/Controller/SystemController.php...
  • [M] composer.json
  • [M] src/Application/Controller/SystemController.php
  • [M] src/Application/Plugin/Controller/PluginController.php
  • [M] src/Application/Role/Controller/RoleController.php
  • [M] src/Application/Settings/Controller/SettingsController.php
  • [M] src/Application/User/Controller/UserController.php
  • [M] src/Application/User/Controller/UserControllerHybridExample.php
  • [M] src/Application/User/Controller/UserPermissionController.php
  • [M] src/Application/Webhook/Controller/WebhookController.php
0.1.147-alpha
  • Commit: feat: Release – Änderungen: M Resources/config/services.yaml; ...
  • [M] Resources/config/services.yaml
  • [M] composer.json
0.1.146-alpha
  • Commit: Aktualisiere Version auf 0.1.145-alpha....
  • [M] composer.json
0.1.144-alpha
  • Commit: Verbesserte Berechtigungsprüfung für Rollen hinzugefügt....
  • [M] composer.json
  • [M] src/Domain/Role/Domain/Entity/Role.php
0.1.143-alpha
  • Commit: "Fix Role ID type casting and handle exceptions"...
  • [M] composer.json
  • [M] src/Application/Role/CommandHandler/AssignRoleToUserCommandHandler.php
  • [M] src/Application/Role/CommandHandler/CreateRoleCommandHandler.php
  • [M] src/Application/Role/CommandHandler/DeleteRoleCommandHandler.php
  • [M] src/Application/Role/CommandHandler/UpdateRoleCommandHandler.php
  • [M] src/Application/Role/QueryHandler/GetAllRolesQueryHandler.php
  • [M] src/Application/Role/QueryHandler/GetRoleQueryHandler.php
  • [M] src/Infrastructure/Role/Persistence/DoctrineRoleRepository.php
0.1.142-alpha
  • Commit: Fix UUID validation and use getters for role name and display name....
  • [M] composer.json
  • [M] src/Application/Role/QueryHandler/GetAllRolesQueryHandler.php
  • [M] src/Application/Role/QueryHandler/GetRoleQueryHandler.php
  • [M] src/Application/Role/QueryHandler/GetUserRolesQueryHandler.php
  • [M] src/Infrastructure/Role/Persistence/DoctrineRoleRepository.php
0.1.141-alpha
  • Commit: "Refaktorierte Role-Abfrage-Handler für bessere Lesbarkeit"...
  • [M] composer.json
  • [M] src/Application/Role/QueryHandler/GetAllRolesQueryHandler.php
  • [M] src/Application/Role/QueryHandler/GetRoleQueryHandler.php
  • [M] src/Application/Role/QueryHandler/GetUserRolesQueryHandler.php
  • [M] src/Application/User/QueryHandler/GetAllUsersQueryHandler.php
  • [M] src/Application/User/QueryHandler/GetUserQueryHandler.php
0.1.140-alpha
  • Commit: Refactor UserPermissionController to use current authenticated user....
  • [M] composer.json
  • [M] src/Application/User/Controller/UserPermissionController.php
0.1.139-alpha
  • Commit: Hinzufügen der Methode zur Abfrage von Navigationsberechtigungen....
  • [M] composer.json
  • [M] src/Application/User/Controller/UserPermissionController.php
0.1.138-alpha
  • Commit: "Implementiere ABAC-basierte Berechtigungsprüfung mit Kontextunterstützung"...
  • [M] composer.json
  • [M] src/Application/Role/Service/PermissionService.php
  • [M] src/Application/User/Controller/UserPermissionController.php
0.1.137-alpha
  • Commit: "Fehler behoben und Leistung verbessert"...
  • [M] composer.json
0.1.136-alpha
  • Commit: Skip duplicate migration - company_settings table already exists...
  • [M] composer.json
  • [M] src/Migrations/Version20250625130000.php
0.1.135-alpha
  • Commit: Überspringe Duplikat-Migration - Tabellen existieren bereits (Version20250101...
  • [M] composer.json
  • [M] src/DataFixtures/CoreSystemFixtures.php
  • [M] src/Migrations/Version20250623231507.php
0.1.134-alpha
  • Commit: feat: Added ABAC rules and ACL entries for agency context....
  • [M] composer.json
  • [M] src/DataFixtures/AgencyFixtures.php
  • [M] src/DataFixtures/CoreSystemFixtures.php
  • [M] src/DataFixtures/EcommerceFixtures.php
  • [M] src/DataFixtures/FreelancerFixtures.php
  • [M] src/DataFixtures/NeuroAIFixtures.php
0.1.133-alpha
  • Commit: "Optimierung der Berechtigungsüberprüfung und -abfrage in PermissionService"...
  • [M] composer.json
  • [M] src/Application/Role/Service/PermissionService.php
0.1.132-alpha
  • Commit: Hinzufügen von PermissionService und Bereinigung der Authentifizierung....
  • [M] composer.json
  • [M] src/Application/User/Controller/UserController.php
0.1.131-alpha
  • Commit: "UUIDs für Agenturen und Systeme generieren, Symfony-Rollen korrigieren"...
  • [M] composer.json
  • [M] src/DataFixtures/AgencyFixtures.php
  • [M] src/DataFixtures/CoreSystemFixtures.php
  • [M] src/DataFixtures/EcommerceFixtures.php
  • [M] src/DataFixtures/FreelancerFixtures.php
  • [M] src/Infrastructure/User/Security/UserProvider.php
0.1.130-alpha
  • Commit: "UUID-Generierung für NeuroAIFixtures hinzugefügt"...
  • [M] composer.json
  • [M] src/DataFixtures/NeuroAIFixtures.php
0.1.129-alpha
  • Commit: "Fix: Fehler beim Laden von Benutzerprofilen behoben"...
  • [M] composer.json
0.1.128-alpha
  • Commit: Entferne veraltete Migrationen für Plugins und Benutzer....
  • [M] composer.json
  • [D] src/Migrations/Version20250623213620.php
0.1.127-alpha
  • Commit: "Erweiterung der Benutzerrollen-Tabelle um neue Felder"...
  • [M] composer.json
  • [M] src/Migrations/Version20250101000000.php
  • [M] src/Migrations/Version20250102000000.php
  • [M] src/Migrations/Version20250126160000.php
  • [M] src/Migrations/Version20250128210000.php
0.1.126-alpha
  • Commit: "Fix: Fehler bei der Benutzeranmeldung behoben"...
  • [M] composer.json
0.1.125-alpha
  • Commit: Fix: Updated getDependencies method return type to array...
  • [M] composer.json
  • [M] src/DataFixtures/AgencyFixtures.php
  • [M] src/DataFixtures/EcommerceFixtures.php
  • [M] src/DataFixtures/FreelancerFixtures.php
  • [M] src/DataFixtures/NeuroAIFixtures.php
0.1.124-alpha
  • Commit: Hinzufügen von DataFixtures-Services für Doctrine-Fixtures in dev und test Um...
  • [M] Resources/config/services.yaml
  • [M] composer.json
0.1.123-alpha
  • Commit: "Entfernt veraltete Fixtures für Client, LeagueClient, Role und WebpackClient...
  • [M] composer.json
  • [D] src/Infrastructure/Role/Fixtures/ClientFixture.php
  • [D] src/Infrastructure/Role/Fixtures/LeagueClientFixture.php
  • [D] src/Infrastructure/Role/Fixtures/RoleFixture.php
  • [D] src/Infrastructure/Role/Fixtures/WebpackClientFixture.php
  • [M] src/Migrations/Version20250126160000.php
0.1.122-alpha
  • Commit: "Entferne DocumentControllerExample für Hybrid Access Control"...
  • [M] composer.json
  • [D] src/Application/Document/Controller/DocumentControllerExample.php
0.1.121-alpha
  • Commit: "Entferne Doctrine- und Messenger-Konfiguration, aktualisiere Security-Einste...
  • [D] Resources/config/doctrine.yaml
  • [D] Resources/config/messenger.yaml
  • [M] Resources/config/packages/security.yaml
  • [D] Resources/config/security.yaml
  • [M] composer.json
  • [M] src/Application/User/Controller/UserController.php
  • [M] src/Domain/Role/Domain/Entity/Role.php
0.1.120-alpha
  • Commit: Refaktorierung: Entfernung von Datumsformatierungen....
  • [M] composer.json
  • [M] src/Application/Auth/QueryHandler/GetActiveSessionsQueryHandler.php
  • [M] src/Application/Auth/QueryHandler/GetOAuthClientsQueryHandler.php
  • [M] src/Application/Auth/QueryHandler/GetUserProfileQueryHandler.php
  • [M] src/Application/Auth/QueryHandler/ValidateTokenQueryHandler.php
  • [M] src/Application/Plugin/Query/Handler/GetAllPluginsQueryHandler.php
  • [M] src/Application/Plugin/Query/Handler/GetPluginQueryHandler.php
  • [M] src/Application/Plugin/QueryHandler/GetActivePluginsQueryHandler.php
  • [M] src/Application/Role/QueryHandler/GetAllRolesQueryHandler.php
  • [M] src/Application/Role/QueryHandler/GetRoleQueryHandler.php
  • [M] src/Application/Role/QueryHandler/GetUserRolesQueryHandler.php
  • [M] src/Application/User/Query/Handler/GetUserQueryHandler.php
  • [M] src/Domain/ValueObject/Email.php
0.1.119-alpha
  • Commit: "Korrigiere Leerzeichen in DoctrineUserRepository.php"...
  • [M] composer.json
  • [M] src/Infrastructure/Auth/Persistence/DoctrineUserRepository.php
0.1.118-alpha
  • Commit: "Passwort-URL-Dekodierung für verbesserte Sicherheit hinzugefügt"...
  • [M] composer.json
  • [M] src/Infrastructure/Auth/Persistence/DoctrineUserRepository.php
0.1.117-alpha

Changed

  • refactor: Vereinfache die Konfiguration des OAuth2 UserRepository und entfern...
0.1.116-alpha

Added

  • feat: Implementiere OAuth2 UserResolve Event Listener und UserConverter Regis...
0.1.115-alpha

Added

  • feat: Add new methods to retrieve frontend components, JavaScript files, CSS ...
0.1.99-alpha

Added

  • feat: Mark OAuth2 Controller Services as public in services.yaml
0.1.98-alpha

Added

  • feat: Hinzufügen der 'api_users_profile'-Route für die Profilanzeige und En...
0.1.97-alpha

Added

  • feat: Hinzufügen von benannten Routen für Plugin- und Rollen-API-Endpunkte
0.1.96-alpha

Added

  • feat: Hinzufügen von zusätzlichen Passwort-Test-Logs in DoctrineUserRepository
0.1.95-alpha

Added

  • feat(DoctrineUserRepository): Hinzufügen von Debug-Logging am Anfang der Met...
0.1.94-alpha

Added

  • feat(Uuid): Add getValue method to return the UUID value
0.1.93-alpha

Added

  • feat: Register CompanyOS UserRepository as OAuth2 UserRepository Alias Regist...
0.1.92-alpha

Added

  • feat(security): Aktualisiere Sicherheitskonfiguration für öffentliche Endpunkte
0.1.91-alpha

Fixed

  • fix: Entferne nicht verwendeten OAuth2 Controller und seine Argumente
0.1.90-alpha

Added

  • feat: Updated routes configuration and removed OAuthClientController and OAut...
0.1.89-alpha

Added

  • feat(Entity\Client): Update identifier column length and constructor parameters
0.1.88-alpha

Changed

  • refactor: Remove redundant identifier property assignment in Client entity
0.1.87-alpha

Changed

  • refactor: Removed unnecessary properties and assignments in Client entity
0.1.86-alpha

Changed

  • refactor: Remove unused property 'name' from Client entity
0.1.85-alpha

Added

  • feat(Entity): Update Client entity properties to use type hints and improve r...
0.1.84-alpha

Changed

  • refactor: Verwende Standard OAuth2-Server-Bibliothek für Token-Generierung u...
0.1.83-alpha

Added

  • feat(security): Update password hashing algorithm for User entity in CompanyO...
0.1.82-alpha

Fixed

  • fix: Deaktiviere Autowiring und Autoconfiguring für DoctrineUserRepository, ...
0.1.81-alpha

Added

  • feat: Set CompanyOS\Bundle\CoreBundle\Infrastructure\Auth\Persistence\Doctrin...
0.1.80-alpha

Added

  • feat(Infrastructure): Debug-Log hinzugefügt beim Instanziieren von DoctrineU...
0.1.79-alpha

Changed

  • refactor: Entfernen der UserRepositoryInterface-Abhängigkeit in DoctrineUser...
0.1.78-alpha

Added

  • feat: Hinzufügen von Logger-Argumenten für OAuth2-Controller und DoctrineUs...
0.1.77-alpha

Maintenance

  • chore: Update composer.json for 'CompanyOS Core Bundle'
0.1.76-alpha

Added

  • feat: Implement Debug-Logging für OAuth2-Anfragen in OAuthController und Doc...
0.1.75-alpha

Changed

  • refactor: Update OAuth2 services to use League repositories in CompanyOS Core...
0.1.74-alpha

Added

  • feat(DoctrineUserRepository): Debug-Logging hinzufügen und verbessern
0.1.73-alpha

Fixed

  • fix: Update namespaces in DoctrineUserRepository and LeagueClientFixture for ...
0.1.72-alpha

Added

  • feat(OAuthController): Log actual exception for debugging
0.1.71-alpha

Added

  • feat(Infrastructure): Hinzufügen von LeagueClientFixture für OAuth2-Client-...
0.1.70-alpha

Added

  • feat(User): User zuerst speichern, bevor Admin-Rolle zugewiesen wird
0.1.69-alpha

Added

  • feat(RoleService): Update assignRoleToUser and removeRoleFromUser methods
0.1.68-alpha

Added

  • feat(RoleService): Update RoleService to use objects instead of IDs for user ...
0.1.67-alpha

Fixed

  • fix: Corrected property access in RoleCommandHandlers
0.1.66-alpha

Added

  • feat(RoleRepositoryInterface, DoctrineRoleRepository): Hinzufügen der Method...
0.1.65-alpha

Added

  • feat(Infrastructure): Hinzufügen von ClientFixture für die Initialisierung ...
0.1.64-alpha

Maintenance

  • chore: Add doctrine/doctrine-fixtures-bundle to require-dev in composer.json
0.1.63-alpha

Changed

  • refactor: Remove unnecessary exclusion in services.yaml
0.1.62-alpha

Added

  • feat: Neuer Befehl zum Erstellen eines Admin-Benutzers hinzugefügt
0.1.61-alpha

Changed

  • refactor: Update directory paths in doctrine.yaml and README.md to use vendor...
0.1.60-alpha

Added

  • feat: Integriere Doctrine-Entities und -Konfiguration für Core-Entities Füg...
0.1.59-alpha

Maintenance

  • chore: Update composer require version to ^0.1.58-alpha in README.md
0.1.58-alpha

Changed

  • refactor: Vereinfachen Sie den Routenpfad für OAuth-Client-Controller
0.1.57-alpha

Added

  • feat: Hinzufügen von Route für OAuth2-Clients im CompanyOS Core Bundle
0.1.56-alpha

Changed

  • refactor: Update route names in WebhookController for CompanyOS Core Bundle
0.1.55-alpha

Changed

  • refactor: Remove unnecessary route annotations from OAuthClientController and...
0.1.114-alpha

Added

  • feat: Neue Funktion zur Benutzerverwaltung hinzugefügt.
0.1.113-alpha

Added

  • feat: Implement Input-Sanitization und Validierung für E-Mail in DoctrineUse...
0.1.112-alpha

Added

  • feat(CoreBundle): Hinzufügen von benutzerdefiniertem User-Provider für Roll...
0.1.111-alpha

Added

  • feat(UserController): Add endpoint to retrieve current user profile
0.1.110-alpha

Added

  • feat(Application/User/Query): Aktualisiere GetUserQuery-Klasse
0.1.109-alpha

Changed

  • refactor: Ändere den Parameternamen von userId zu id in GetUserQuery
0.1.108-alpha

Added

  • feat(UserController): Verbessere Authentifizierung für Profilabruf
0.1.107-alpha

Added

  • feat: Neue Funktion zur Verwaltung von Unternehmensdaten hinzugefügt.
0.1.106-alpha

Changed

  • refactor: Remove unnecessary configuration in CompanyOS Core Bundle
0.1.105-alpha

Added

  • refactor(security): Remove custom authenticator from main firewall configuration
0.1.104-alpha

Added

  • feat: Registriere UserRepository für OAuth2-Server in services.yaml
0.1.103-alpha

Added

  • feat(api): Update API routes for User, Role, Plugin, Webhook, and Settings in...
0.1.102-alpha

Added

  • feat(core): Update routes configuration for User, Role, Plugin, System, Webho...
0.1.101-alpha

Fixed

  • fix: Removed unnecessary OAuth2 controller services from services.yaml
0.1.100-alpha

Changed

  • refactor: Mark OAuth2 Controller Services as public for League Bundle registr...
0.1.54-alpha

Changed

  • refactor: Vereinheitliche Pfade für OAuth-Endpunkte in OAuthController
0.1.53-alpha

Added

  • feat: Neue Funktion zur Benutzerverwaltung hinzugefügt.
0.1.52-alpha

Added

  • feat: Neue Funktion zur Benutzerverwaltung hinzugefügt.
0.1.51-alpha

Changed

  • refactor: Update namespace references for CompanyOS Core Bundle in OAuthContr...
0.1.50-alpha

Fixed

  • fix: Update namespace for Plugin classes in CompanyOS Core Bundle.
0.1.49-alpha

Added

  • feat: Neue Funktion zur Verwaltung von Benutzerrollen hinzugefügt.
0.1.48-alpha

Added

  • feat: Update Doctrine, Security, and Validator configurations for CompanyOS C...
0.1.47-alpha

Fixed

  • fix: Nur Doctrine-Konfiguration laden, wenn DoctrineBundle aktiv ist
0.1.46-alpha

Maintenance

  • chore: Entferne CodeQL-Workflow und aktualisiere PHP-Version auf 8.2
0.1.45-alpha

Added

  • feat: Add custom Doctrine types and configuration for CompanyOS Core Bundle
0.1.44-alpha

Added

  • feat: Neue Funktion zur Benutzerverwaltung hinzugefügt.
0.1.43-alpha

Added

  • feat: Neue Funktion zur Verwaltung von Benutzerrollen hinzugefügt.
0.1.42-alpha

Changed

  • refactor: Update namespace in CompanyOSCoreExtension to match Symfony best pr...
0.1.41-alpha

Added

  • feat: Konfiguration für Doctrine-Mappings hinzugefügt und Namespace-Änderu...
0.1.40-alpha

Added

  • feat: Laden der Doctrine-Konfiguration hinzugefügt
0.1.39-alpha

Changed

  • refactor: Update service paths for better organization, increase version to 0...
0.1.38-alpha

Changed

  • refactor: Update service paths in services.yaml for better organization, chore: Aktualisiere Pfade für Domain, Application und Infrastructure-Ressourcen, erhöhe Version auf 0.1.35-alpha, chore: Update Alpha-Version auf 0.1.33-alpha in README.md
0.1.37-alpha

Changed

  • refactor: Update service paths in services.yaml for better organization
0.1.36-alpha

Maintenance

  • chore: Aktualisiere Pfade für Domain, Application und Infrastructure-Ressourcen, erhöhe Version auf 0.1.35-alpha
0.1.34-alpha

Added

  • chore: Update Alpha-Version auf 0.1.33-alpha in README.md

Geplant

  • Vollständige Controller-Implementierung
  • Unit/Integration Tests
  • Datenbank-Migrationen
  • Frontend-Assets
  • API-Dokumentation
0.1.0-alpha

Hinzugefügt

  • Grundlegende Bundle-Struktur mit DDD-Layer-Architektur
  • Domain-Layer mit Auth, User, Role, Plugin, Webhook, Settings und Shared
  • Application-Layer für Use Cases, Commands, Queries und DTOs
  • Infrastructure-Layer für Persistence, Eventing und Services
  • Service-Konfiguration mit DependencyInjection
  • Doctrine-Mappings für alle Entities
  • Routing-Grundstruktur für alle Controller
  • Security-Konfiguration für OAuth2
  • Messenger-Konfiguration für CQRS
  • Plugin-System-Architektur mit Compiler Pass
  • Bundle-Konfiguration mit Extension und Configuration
  • Autoloading für alle Namespaces
  • README mit Installation und Dokumentation
  • MIT-Lizenz

Technische Details

  • Symfony 7.3+ Kompatibilität
  • PHP 8.2+ erforderlich
  • DDD (Domain-Driven Design) Architektur
  • CQRS (Command Query Responsibility Segregation)
  • Event-Driven Architecture
  • Plugin-System für Erweiterbarkeit
  • OAuth2-Authentifizierung
  • Webhook-System

Bekannte Probleme

  • Keine Tests implementiert
  • Controller nicht vollständig implementiert
  • Datenbank-Migrationen fehlen
  • Frontend-Assets nicht vollständig
  • Dokumentation unvollständig
  • Code Coverage fehlt

Hinweise

  • Alpha-Version: Nicht für Produktiveinsatz geeignet
  • Entwickler-Version: Nur für Entwickler und Tester
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
emuniq/filament-browser-notifications
syriable/filament-translator
hungnm28/livewire-form
wenprise/eloquent
crudly/encrypted
fadion/bouncy
cuci/prototurk-sdk
gos/pubsub-router-bundle
cuci/prototurk-sdk-symfony
clementtalleu/easyadmin-markdown-bundle
codeflextech/permission-manager
karnoweb/livewire-datepicker
sayedenam/sayed-dashboard
milito/query-filter
apiboxsym/user-bundle
apiboxsym/health-check-bundle
jayeshmepani/jpl-moshier-ephemeris-php
elnasnato/laraliveui
labrodev/rest-sdk
sampaui/sampaui