An open API service indexing awesome lists of open source software.

https://github.com/crell/ffi-test


https://github.com/crell/ffi-test

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# PHP FFI examples for Platform.sh

This project contains two applications in a multi-app configuration.

The `points-c` directory contains an FFI example using a custom C library. It can be accessed at `c.`.

The `points-rust` directory contains an FFI example using a custom Rust library. It can be accessed at `rust.`.

This project is intended as reference code only. It is installable on Platform.sh but will not be continually maintained.

For more details, see the blog series:

*
*
*