fork download
  1. <?php
  2.  
  3. // your code goes here
  4.  
  5. $params = [
  6. 'sku' => '260-843-447034',
  7. 'manufacturer_id' => 1,
  8. ];
  9. $hash = base64_encode(json_encode($params));
  10.  
  11. var_dump($hash, time());
Success #stdin #stdout 0.04s 25532KB
stdin
Standard input is empty
stdout
string(60) "eyJza3UiOiIyNjAtODQzLTQ0NzAzNCIsIm1hbnVmYWN0dXJlcl9pZCI6MX0="
int(1759146381)