jasonlewis / expressive-date

A fluent extension to PHPs DateTime class.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is the namespace to use via composer?

andruu opened this issue · comments

I'm trying to use ExpressiveDate via composer although I cannot figure it out. I've tried...

$date = new \ExpressiveDate\ExpressiveDate();
$date = new \ExpressiveDate();
$date = new ExpressiveDate();

Yeah it's just ExpressiveDate, did you install via Composer?