Silex Uuid Provider use SilexFriends\Uuid\Uuid; ... $app = new Application; $app->register(new Uuid()); $uuid = $app['uuid.generate'](); ... :D