Skip to content

Latest commit

 

History

History
57 lines (41 loc) · 1.63 KB

README.md

File metadata and controls

57 lines (41 loc) · 1.63 KB

PHPER (PHP Enjoy Rust)

CI Crates Docs Lines License

Rust ❤️ PHP

The framework that allows us to write PHP extensions using pure and safe Rust whenever possible.

Documentation & Tutorial

Requirement

Necessary

  • rust 1.75 or later
  • libclang 14.0 or later
  • php 8.1 or later

Tested Support

  • OS
    • linux
    • macos
  • PHP
    • version
      • 8.1
      • 8.2
      • 8.3
    • mode
      • nts
      • zts
    • sapi
      • cli
      • fpm
    • debug
      • disable
      • enable

Examples

See examples.

The projects using PHPER

License

MulanPSL-2.0.