There's no such thing as "can't be hacked". There are a lot of schemes for enforcing this, but most of them will anger legitimate customers rather than stop non-legitimate use. A MAC address is supposed to be unique, but most NICs allow them to be reconfigured quite easily, allowing your license key to be used on any other computer by just reconfiguring the MAC (it must simply be out of the subnet of the other computer, using the same MAC).
If you really want to go ahead, I suggest you look into cryptography and digital signing, that might get you going, but it most likely won't stop a determined hacker. Even you could find something within the system which is unique, and cannot be changed, there's still the layer between your php app (the OS, or whatever library you're using), or the php code itself that could be replaced to deliver predefined data matching that in the license key. Not to mention that a legitimate customer would be UNABLE to invest in new hardware, have a redundant system as a standby, or any other completely legitimate use of your software not bound to the particular system.
In my opinion, your best bet is to trust your customers not wanting to operate illegally. Any license 'enforcing' should merely be helping your customers to renew their license, I personally also don't think that an expired license should halt the operation of your software, it could nag about it, but not stop outright. Simply signing the customers name, and expiry date with your private key should be adequate. It can still be copied, as long as the copied system uses the same 'customer name', but then again, they could still hack your php-files not to display it.