PHP Classes

File: tests/_bootstrap.php

Recommend this page to a friend!
  Classes of Smoren Freelight   PHP URL Security Manager   tests/_bootstrap.php   Download  
File: tests/_bootstrap.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP URL Security Manager
Build, parse, sign and encrypt URLs
Author: By
Last change:
Date: 1 year ago
Size: 224 bytes
 

Contents

Class file image Download
<?php

require_once 'src/UrlSecurityManager.php';
require_once
'src/Exceptions/UrlSecurityManagerException.php';
require_once
'src/Exceptions/WrongSignatureException.php';
require_once
'src/Exceptions/DecryptException.php';