Skip to content

[Feature Request] Queryable Encryption or CSFLE #2699

@masterbater

Description

@masterbater

Is your feature request related to a problem?

No but if possible it will have a smooth transition with mongodb nodejs.

Describe the solution you'd like

Im not sure if there is any way to make the connection to have automatic encryption

Describe alternatives you've considered

nodejs

Activity

GromNaN

GromNaN commented on Feb 1, 2024

@GromNaN
Member

Hello @masterbater, the MongoDB Encryption features are supported by the PHP Driver. We created a tutorial on how to use them: https://www.mongodb.com/docs/php-library/current/tutorial/encryption/
You can use the MongoDB library directly if you don't need the Laravel integration.

You can use the driver_options in the config to set the autoEncryption, but I'm not how we can create encryption key in Laravel for know.

We don't have specific integration with Laravel for CSFLE yet, tracking the feature request in PHPORM-136

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      [Feature Request] Queryable Encryption or CSFLE · Issue #2699 · mongodb/laravel-mongodb