morse icon indicating copy to clipboard operation
morse copied to clipboard

A feature detection library for PHP code that needs to run in multiple different environments

Results 1 morse issues
Sort by recently updated
recently updated
newest added

I was wondering whether adding feature checks for things like "running on Laravel" or "running on WordPress" are out of scope for the library? E.g. ``` php if (Morse::featureExists('framework/laravel') {...

question