PHPackages                             citizen63000/easy-api-tests - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. citizen63000/easy-api-tests

ActiveSymfony-bundle[HTTP &amp; Networking](/categories/http)

citizen63000/easy-api-tests
===========================

4.0(2w ago)066211MITPHPPHP ^8.3

Since Aug 10Pushed 2w ago1 watchersCompare

[ Source](https://github.com/citizen63000/easy-api-tests)[ Packagist](https://packagist.org/packages/citizen63000/easy-api-tests)[ RSS](/packages/citizen63000-easy-api-tests/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (9)Dependencies (24)Versions (13)Used By (1)

Easy API Tests
==============

[](#easy-api-tests)

A Symfony bundle designed to facilitate testing REST APIs. This bundle provides a set of traits and classes to automatically test CRUD operations of an API with JWT authentication.

Installation in a third-party project
-------------------------------------

[](#installation-in-a-third-party-project)

### 1. Installation via Composer

[](#1-installation-via-composer)

```
composer require --dev citizen63000/easy-api-tests
```

### 2. Bundle Configuration

[](#2-bundle-configuration)

Add the bundle to `config/bundles.php` (for the test environment only):

```
