Try the PyroCMS, it has CRUD code generators, which essentially represents something very similar to DDD.
I'd say it is the NoDDD, actually))
The streams-platform uses the module namespace, which can be an analogue of a domain, and each stream is an analogue of a domain model there.
It has not only a value object (field in Pyro), but also a value object type (field_type).
It uses many of modern programming patterns for each model (stream), such as Observer, Repository, Collection, Criteria, Resolver and so on...
The Ubiquitous Language is fully achievable, even simpler and cheaper achievable than if you would use one of classic DDD arch schemes, IMHO.