PHPackages                             yiui/fadada - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. yiui/fadada

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

yiui/fadada
===========

fadada for php (对接法大大)

1.0.6(6y ago)345MITPHPPHP &gt;=5.5CI failing

Since Jun 21Pushed 6y agoCompare

[ Source](https://github.com/yiui/fadada)[ Packagist](https://packagist.org/packages/yiui/fadada)[ RSS](/packages/yiui-fadada/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (7)Dependencies (2)Versions (8)Used By (0)

fadada SDK for PHP
==================

[](#fadada-sdk-for-php)

Overview
--------

[](#overview)

php 对接法大大

Run environment
---------------

[](#run-environment)

- PHP 5.5+.

安装
--

[](#安装)

- If you use the ***composer*** to manage project dependencies, run the following command in your project's root directory:

    ```
      composer require yiui/fadada "*"

    ```

    You can also declare the dependency on fadada for PHP in the `composer.json` file.

    ```
      "require": {
          "yiui/fadada": "~1.0.1"
      }

    ```

    Then run `composer install` to install the dependency. After the Composer Dependency Manager is installed, import the dependency in your PHP code:

    ```
      require_once __DIR__ . '/vendor/autoload.php';

    ```
- You can also directly download the packaged [PHAR File](https://github.com/yiui/fadada/releases), and introduce the file to your code:

Quick use
---------

[](#quick-use)

### Common classes

[](#common-classes)

### 安装

[](#安装-1)

```
/**
