# fadada **Repository Path**: yiui/fadada ## Basic Information - **Project Name**: fadada - **Description**: 法大大接口对接 - **Primary Language**: PHP - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-06-20 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # fadada对接 fadada =============================== * 法大大合同对接接口 * 合同处理 * 个人企业存证 * 合同签署 */ Installation ------------ The preferred way to install this extension is through [composer](http://getcomposer.org/download/). Either run ``` composer require --prefer-dist yiui/fadada ``` or add ``` "yiui/fadada": "*" ``` to the require section of your `composer.json` file. Requirements ------------ This extension require twitter-bootstrap Usage ----- Once the extension is installed, simply use it in your code by : ```php /** * * 法大大接口继承, * **/ 继承并配置参数 ```