Money, Email, PhoneNumber, DateRange, Coordinates — concepts with no identity of their own. Money(100, 'USD') equals another Money(100, 'USD').
Email('not_an_email')function charge(Money $price) — clear without a commentAn Entity has an identifier and can change (a User with id=42 remains the same User even if the name changes). A Value Object has no id — identity equals value.