connection = new RepositoryConnection($url, $user->name, $user->password); $this->connection->reuseConnection = TRUE; $this->api = new FedoraApi($this->connection); $this->cache = new SimpleCache(); $this->repository = new FedoraRepository($this->api, $this->cache); } }