diff --git a/doc/Index.Md b/doc/Index.Md deleted file mode 100644 index 23f9d73..0000000 --- a/doc/Index.Md +++ /dev/null @@ -1,28 +0,0 @@ -# Sdds For Php 0.1.0 - -## Summary - -Sdds For Php is a Sdds Engine written using PHP according the Sdds Specification. - -For Chinese document please visit: [中文文档](https://github.com/byteferry/sdds_php/doc/zh_cn/index.MD) - - - -## Features - - - -## Quick Toturial - - To start using Sdds Engine For php, you could do according the steps: - - * Install Sdds Engine For php vai composer -``` - $ composer require byteferry/sdds 0.1.0 -``` - * Write the schema for your protocol. - To write the schema, please read the quick toturial of Sdds Specification document. - - * Debug your schema - - \ No newline at end of file diff --git a/doc/zh_cn/index.md b/doc/zh_cn/index.md deleted file mode 100644 index ed2679b..0000000 --- a/doc/zh_cn/index.md +++ /dev/null @@ -1,31 +0,0 @@ -# Sdds For Php 0.1.0 - -## 概要 - -Sdds For Php是一个依据SDDS规范用PHP写成的Sdds引擎。此程序即是依据SDDS规范对SOCKET的二进制通信数据包进行编码与解码的引擎。 - -关于SDDS规范,请参考:[SDDS规范](https://github.com/byteferry/sdds/doc/zh_cn/index.MD) - -## 特性 - -* Sdds For Php支持SDDS规范要求的所有特性。同时支持一套程序多个协议。 -* Sdds For Php支持以下数据类型的读写: - -* 使用Sdds For Php可以大大简化你的二进制应用协议的编码与解杩的开发。 - - -## 快速入门 - - 要开始使用Sdds Engine For php,你需要按照以下步骤 - - * 通过composer安装Sdds Engine For php -``` - $ composer require byteferry/sdds 0.1.0 -``` - * 编写你的应用协议的方案(schema) - 要开始编写应用协议的方案,请参考SDDS规范的快速入门向导。 - - * 调试你的应用协议的方案(schema) - 你可以通过http页面访问模式来调试你的应用协议的方案(schema),你可以借助dd函数输出调试信息。 - - \ No newline at end of file