https://github.com/crell/ffi-test
https://github.com/crell/ffi-test
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/crell/ffi-test
- Owner: Crell
- Created: 2019-12-19T22:54:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-16T21:09:45.000Z (over 6 years ago)
- Last Synced: 2025-06-02T14:18:17.065Z (about 1 year ago)
- Language: PHP
- Size: 708 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:
*
*
*