Skip to content

Instantly share code, notes, and snippets.

View artgris's full-sized avatar
😺

Arthur Gribet artgris

😺
View GitHub Profile
PHPStorm autocomplete twig vars :
{# @var variable \AppBundle\Entity\Entity #}
Constants from object instances
{{ constant('PUBLISHED', post) }}
{% set const = constant('AppBundle\\Entity\\Post::NB') %}
@artgris
artgris / pseudo-random bytes into hexadecimal
Last active March 23, 2017 13:38
Cryptographically secure pseudo-random bytes into hexadecimal representation
bin2hex(random_bytes(int $length))
ex : bin2hex(random_bytes(5)) => 0d55a6fb35bbf033