PHPackages                             excelbdd/excelbdd - 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. [Testing &amp; Quality](/categories/testing)
4. /
5. excelbdd/excelbdd

ActiveLibrary[Testing &amp; Quality](/categories/testing)

excelbdd/excelbdd
=================

conduct BDD by excel feature files

1.0.0(2y ago)06Apache-2.0PHPPHP ^7.2 || ^8.0

Since Nov 12Pushed 2y ago1 watchersCompare

[ Source](https://github.com/zhangkeqiang/PHPExcelBDD)[ Packagist](https://packagist.org/packages/excelbdd/excelbdd)[ Docs](https://dev.azure.com/simplopen/ExcelBDD)[ RSS](/packages/excelbdd-excelbdd/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (3)Versions (4)Used By (0)

ExcelBDD
========

[](#excelbdd)

Use Excel file as BDD feature file, get example data from excel files, support automation tests

\[[Online Guideline](https://dev.azure.com/simplopen/ExcelBDD/_wiki/wikis/ExcelBDD.wiki/81/ExcelBDD-PHP-Guideline)\]

Features
--------

[](#features)

The main features provided by this library are:

- Read test data according to BDD from excel files.
- Read test data according to Table from excel files.

Quick Start
-----------

[](#quick-start)

Install the library using [composer](https://getcomposer.org):

```
composer require excelbdd/excelbdd
or
php composer.phar require excelbdd/excelbdd

```

Read BDD test data:

```
