BitOne / php-meminfo

PHP extension to get insight about memory usage
MIT License
1.08k stars 78 forks source link

Register the extension on pecl #22

Open stof opened 8 years ago

stof commented 8 years ago

Making the extension available on pecl would make installation even easier, as it would be a oneliner

BitOne commented 8 years ago

Yes, you're right @stof. Thanks for the tip, will do.

I need to check how to distribute the analyzers with Pecl, and if that would even make sense.

WyriHaximus commented 5 years ago

This would be great. Also it would be great if the analyzer would be submitted to packagist so we can get updates through that.

stof commented 5 years ago

for the analyzer, Packagist makes more sense indeed

futureweb commented 5 years ago

Is there any progress here? Request is over 3 years old now :-(

BitOne commented 5 years ago

Yes, I know :( I've sent the requested items and got a positive answer. But I still don't have a PECL account. I asked to have one several times already in the last 18 months, but no answer from the PECL team.

If anybody knows someone there that could help us, that would be nice...

WyriHaximus commented 5 years ago

Maybe @remicollet can help out

remicollet commented 5 years ago

See https://pecl.php.net/account-request.php

1st step is a small intro on the ML about you and your extension (and don't see anything in my mail archive)

BitOne commented 5 years ago

Thanks a lot @remicollet for jumping in! As you can see from Pecl mail archive https://www.mail-archive.com/pecl-dev@lists.php.net/msg05104.html I already ask for an account in November 2017. I got an email in December 2017 telling me that my account has been opened, and I should be able to log in the Pecl website, but I didn't get any username or password.

I requested these information several times without getting any answer. If you're able to give me some more information on how to connect to this account, that would be wonderful!!

I may definitely have missed something, or used the wrong communication channel to request the credentials (I replied to the email telling me my account has been opened).

enumag commented 5 years ago

@BitOne Seeing the account request page @remicollet linked above it seems you have chosen both the username and the password yourself when submitting the account request - there are fields for both.

enumag commented 5 years ago

Also for the analyzer, I see a composer.json file in the repo but the package is not available on Packagist. Could you make that happen? I would like to install the analyzer using composer global require bitone/php-meminfo-analyzer to have it available globally.