PHPackages                             bellangelo/example-pie-extension - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. bellangelo/example-pie-extension

ActivePhp-ext

bellangelo/example-pie-extension
================================

Example PIE extension

v1.0.8(1y ago)114MITCPHP &gt;=7.4,^8.0

Since Jan 4Pushed 1y agoCompare

[ Source](https://github.com/Bellangelo/example-pie-extension)[ Packagist](https://packagist.org/packages/bellangelo/example-pie-extension)[ RSS](/packages/bellangelo-example-pie-extension/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (9)DependenciesVersions (10)Used By (0)

Example PIE extension
=====================

[](#example-pie-extension)

This an example PHP module that can be installed using PIE.

Build it
--------

[](#build-it)

### Linux

[](#linux)

The usual process applies...

```
PHPIZE=/usr/bin/phpize7.1
PHP_CONFIG=/usr/bin/php-config7.1
make clean
$PHPIZE --clean
$PHPIZE --force
./configure --enable-example-pie-extension --with-php-config=$PHP_CONFIG
make
make test

```

### Windows

[](#windows)

#### Prepare Windows build environment:

[](#prepare-windows-build-environment)

- Read this guide to put below into context: [https://wiki.php.net/internals/windows/stepbystepbuild\_sdk\_2](https://wiki.php.net/internals/windows/stepbystepbuild_sdk_2)
- Read this guide to help get the environment set up:
- PHP Binary tools - use  (**not** the Microsoft one as it is not maintained)
- Once the VS tools + php-sdk-binary-tools is installed, everything is done in this shell:
    - Start &gt; `Developer Command Prompt for VS 2019`
    - Then `cd C:\php-sdk`
    - Then `phpsdk-vs16-x64.bat` - you should now have a prompt `$ `
- Install PHP from
    - Download, e.g. ZTS build,
    - Extract into `C:\php` for example
- Prepare to compile the ext
    - Download "Development package" from  - make sure TS/NTS depending on above compilation
        - e.g.
    - Extract to `C:\php-sdk\php-8.3.6-devel-vs16-x64`
    - Add `C:\php-sdk\php-8.3.6-devel-vs16-x64` to your PATH (Start &gt; `env` &gt; Environment variables &gt; "Path" &gt; New)
    - restart the shell

#### Compile the extension

[](#compile-the-extension)

```
phpize
configure --enable-example-pie-extension --enable-debug --with-php-build="C:\php-sdk\phpdev\vs16\x64\deps" --with-prefix="C:\php\"
nmake
nmake run ARGS="-m"

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance41

Moderate activity, may be stable

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 73.2% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

9

Last Release

491d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/63b436ff6324681c11dc5b9f21ba2ae07cbdb25859ab63a9cbc6212cb3051b07?d=identicon)[Bellangelo](/maintainers/Bellangelo)

---

Top Contributors

[![asgrim](https://avatars.githubusercontent.com/u/496145?v=4)](https://github.com/asgrim "asgrim (30 commits)")[![Bellangelo](https://avatars.githubusercontent.com/u/9512427?v=4)](https://github.com/Bellangelo "Bellangelo (11 commits)")

### Embed Badge

![Health badge](/badges/bellangelo-example-pie-extension/health.svg)

```
[![Health](https://phpackages.com/badges/bellangelo-example-pie-extension/health.svg)](https://phpackages.com/packages/bellangelo-example-pie-extension)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
