emacyp/heloquent

C-Powered Stealth Shell Bridge with PHP FFI

Maintainers

Package info

github.com/Mohassoun/heloquent

Language:C

pkg:composer/emacyp/heloquent

Statistics

Installs: 3

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

3.2.0 2026-04-05 01:18 UTC

This package is auto-updated.

Last update: 2026-04-05 04:15:09 UTC


README

C-Powered Networking net_tool for PHP.

Setup

  1. Compile the C library: gcc -shared -fPIC -o clib/net_tool.so clib/net_tool.c
  2. Install PHP dependencies: composer install
  3. Enable FFI in your php.ini.