There doesn't seem to be an actual Bitcoin implementation in PHP yet, right?
I know
bitcoin-php from Mike Gogulski, which appears to wrap access to bitcoind (or did I miss something?). But I'm rather looking for a library that can generate private keys + addresses. So basically an implementation for secp256k1 ECDSA and base58 encoding.
Generating + signing transactions would be even better, although obviously this depends on the sending address' history data from the blockchain (thus requiring a bitcoind client or some online API).