jeremykendall / php-domain-parser

Public Suffix List based domain parsing implemented in PHP
MIT License
1.16k stars 128 forks source link

Removing caching the database from the package #273

Closed nyamsprod closed 4 years ago

nyamsprod commented 4 years ago

PHP practice has changed and most framework offer caching out of the box with their own mileage. The question raising now is there a reason to still offer caching in the package or should we move caching and storage on another package.

nyamsprod commented 4 years ago

https://github.com/jeremykendall/php-domain-parser/blob/feature/v6/