Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 631 Bytes

File metadata and controls

24 lines (17 loc) · 631 Bytes

ext-php-rs Template

This is a template for creating PHP extensions using cargo-generate.

Usage

  1. Install cargo-generate if you haven't already:

    cargo install cargo-generate
  2. Generate a new project using this template:

     cargo generate extphprs/ext-php-rs-template
  3. Follow the prompts to set up your new PHP extension project.

Features

  • Basic PHP extension structure
  • Example function
  • Composer project with pie support
  • GitHub Actions CI/CD setup