for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Sesame\Crawler;
/**
* Class Crawler
*
* @package Sesame\Crawler
*/
class Crawler
{
* Crawler constructor.
public function __construct()
}