https://github.com/pear/codegen_pecl
https://github.com/pear/codegen_pecl
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/pear/codegen_pecl
- Owner: pear
- License: other
- Created: 2011-12-10T13:07:39.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2014-10-03T18:14:10.000Z (almost 12 years ago)
- Last Synced: 2025-04-10T02:55:08.279Z (over 1 year ago)
- Language: PHP
- Homepage: http://pear.php.net/package/CodeGen_PECL
- Size: 1.85 MB
- Stars: 12
- Watchers: 14
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
PECL_Gen - a PHP extension code generator
PECL_Gen (formerly known as ext_skel_ng) is a pure PHP replacement
for the ext_skel shell script that comes with the PHP 4 source.
It reads in configuration options, function prototypes and code fragments
from an XML description file and generates a complete ready-to-compile
PECL extension.
For full documentation see the manual.html file included in this package.