PHPackages                             ahc/strapi-client-bundle - 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. ahc/strapi-client-bundle

AbandonedArchivedSymfony-bundle[API Development](/categories/api)

ahc/strapi-client-bundle
========================

Client bundle for strapi headless cms

12[4 issues](https://github.com/ahmetcelikezer/strapi-php-client-bundle/issues)[5 PRs](https://github.com/ahmetcelikezer/strapi-php-client-bundle/pulls)PHP

Since Feb 12Pushed 5y ago1 watchersCompare

[ Source](https://github.com/ahmetcelikezer/strapi-php-client-bundle)[ Packagist](https://packagist.org/packages/ahc/strapi-client-bundle)[ RSS](/packages/ahc-strapi-client-bundle/feed)WikiDiscussions develop Synced 5d ago

READMEChangelogDependenciesVersions (7)Used By (0)

[![CircleCI](https://camo.githubusercontent.com/3695c37e736f30077e0e280d059acf76fdd8555676fee581441dd6be4559b1f9/68747470733a2f2f636972636c6563692e636f6d2f67682f61686d657463656c696b657a65722f7374726170692d7068702d636c69656e742d62756e646c652e7376673f7374796c653d737667)](https://circleci.com/gh/ahmetcelikezer/strapi-php-client-bundle)[![GitHub issues](https://camo.githubusercontent.com/c3ab1f5d1ec69532b1ef8682b7ccff22c937d1e4ecb2875b06f4a2e12ba2b43a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f61686d657463656c696b657a65722f7374726170692d7068702d636c69656e742d62756e646c65)](https://camo.githubusercontent.com/c3ab1f5d1ec69532b1ef8682b7ccff22c937d1e4ecb2875b06f4a2e12ba2b43a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f61686d657463656c696b657a65722f7374726170692d7068702d636c69656e742d62756e646c65)

> Warning! Do not use this bundle for your projects. The bundle is in development process.

Installation
============

[](#installation)

Step 1: Download the Bundle
---------------------------

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require ahc/strapi-client-bundle
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

Step 2: Enable the Bundle
-------------------------

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `app/AppKernel.php` file of your project:

```
