PHPackages                             dunglas/solid-client-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. dunglas/solid-client-php

ActiveLibrary[API Development](/categories/api)

dunglas/solid-client-php
========================

Solid client implementation for PHP

v1.0.0(2y ago)73233[6 PRs](https://github.com/dunglas/solid-client-php/pulls)MITPHPPHP &gt;=8.1

Since May 25Pushed 2y ago4 watchersCompare

[ Source](https://github.com/dunglas/solid-client-php)[ Packagist](https://packagist.org/packages/dunglas/solid-client-php)[ GitHub Sponsors](https://github.com/dunglas)[ RSS](/packages/dunglas-solid-client-php/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (28)Versions (2)Used By (0)

Solid Client PHP
================

[](#solid-client-php)

> Re-decentralizing the web

[Solid](https://solidproject.org) (derived from "**so**cial **li**nked **d**ata") is a proposed set of conventions and tools for building *decentralized Web applications* based on [Linked Data](http://www.w3.org/DesignIssues/LinkedData.html) principles.

This repository contains a PHP library for accessing data and managing permissions on data stored in a Solid Pod It also a contains a Symfony bundle to easily build Solid applications with the [Symfony](https://symfony.com) and [API Platform](https://api-platform.com) frameworks.

Take a look at [the presentation of this library at the SymfonyLive Paris 2022 conference](https://dunglas.fr/2022/04/building-decentralized-web-apps-with-solid-and-php/).

Install
-------

[](#install)

```
composer require dunglas/solid-client-php

```

If you use [Symfony](https://symfony.com) or [API Platform](https://api-platform.com), the bundle and the corresponding recipe will be installed automatically.

Example
-------

[](#example)

```
