bootstrap.php 346 B

1234567891011
  1. <?php
  2. /**
  3. * TLDSupport: Support package for TLDDatabase and TLDExtract.
  4. *
  5. * @link https://github.com/layershifter/TLDSupport
  6. *
  7. * @copyright Copyright (c) 2016, Alexander Fedyashov
  8. * @license https://raw.githubusercontent.com/layershifter/TLDSupport/master/LICENSE Apache 2.0 License
  9. */
  10. require __DIR__ . '/../vendor/autoload.php';