i stick with pure php
i would like to use php as well for an experimental project, just to keep it simple
are there any frameworks/guidelines to building a bitcoin friendly site in php?
the successful bitcoin sites i've seen usually have these attributes:
* they accept bitcoins by given each unique user a unique wallet to send money to
* they allow for anonymous, tokenized access
and unqiue address for every transaction is the standard, when you want to start figuring out who send the transfer that is when things get difficult.