corley/rc4-bundle
Integrate RC4 support as Symfony2 bundle
Add your key as parameter
# parameters.yml rc4_key: "this-is-my-super-secret-key"
$obf = $this->container->get("rc4"); //Use it echo $obf->rc4("this-is-my-string");
How can I help you explore Laravel packages today?