Fluent for PHP

Did anybody start the Fluent implementation for PHP?

We haven’t heard of a PHP implementation yet. But that doesn’t mean a whole lot, as we often here about implementations at a relatively late stage.

If one was to go about it, it’d be interesting to consider using the Fluent implementation in Rust for the hard lifting, and to “just” focus on proper bindings in PHP.

1 Like

@terales Did you work on this at all? I’m starting work on a Lua implementation and am considering whether setting up bindings to Rust is a viable option. If you (or anybody) started going down that road with PHP (or any other language) I’d like to hear about it.

No, I’ve decided to wait for other implementations.

I’m working on PHP implementation based on fluent.js: https://github.com/jrmajor/fluent-php.

I would appreciate hearing your thoughts on it.

1 Like