Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: setup the integrate with PHP binding #2726

Merged
merged 2 commits into from
Aug 2, 2023

Commits on Jul 28, 2023

  1. Add PHP bindings for OpenDAL library

    A new subdirectory `bindings/php` has been created in order to have PHP bindings for the OpenDAL library. This includes new PHP tests, stdlib stubs for the PHP interface, and addition of composer configuration for dependency management. as well as the initial source code written in Rust to provide PHP bindings. The 'debug' function is used as a test to check the binding. The README has been added to guide users and developers in building and testing the PHP bindings.
    godruoyi committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    638ac53 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. Format License

    godruoyi committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    833e207 View commit details
    Browse the repository at this point in the history