Download the PHP package ricoa/copywriting-correct without Composer

On this page you can find all versions of the php package ricoa/copywriting-correct. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package copywriting-correct

copywriting-correct

中英文文案排版纠正器。

> 项目地址 https://github.com/ricoa/copywriting-correct 演示地址 https://copywriting-correct.ricoo.top # 描述 > 统一中文文案、排版的相关用法,降低团队成员之间的沟通成本,增强网站气质。 比较以下排版: * 排版1 >LeanCloud数据存储是围绕AVObject进行的.每个AVObject都包含了与JSON兼容的key-value对应的数据。数据是schema-free的,你不需要在每个AVObject上提前指定存在哪些键,只要直接设定对应的key-value即可。 gitHub是一个通过git进行版本控制的软件源代码托管服务,由GitHub公司(曾称Logical Awesome)的开发者Chris Wanstrath、PJ Hyett和Tom Preston-Werner使用Ruby on Rails编写而成。 * 排版2 >LeanCloud 数据存储是围绕 AVObject 进行的。每个 AVObject 都包含了与 JSON 兼容的 key-value 对应的数据。数据是 schema-free 的,你不需要在每个 AVObject 上提前指定存在哪些键,只要直接设定对应的 key-value 即可。 GitHub 是一个通过 Git 进行版本控制的软件源代码托管服务,由 GitHub 公司(曾称 Logical Awesome)的开发者 Chris Wanstrath、PJ Hyett 和 Tom Preston-Werner 使用 Ruby on Rails 编写而成。 很明显,第二种排版中英文有空格,标点符号也使用正确,专有名词使用正确,会让人看起来更舒服,也更专业。 本系统正是基于 [中文文案排版指北(简体中文版)](https://github.com/mzlogin/chinese-copywriting-guidelines) 进行纠正,帮助解决中英文混排的排版问题,提高文案可阅读性。 # 安装 # 使用 # 注入自己的纠正器 继承 \Ricoa\CopyWritingCorrect\Correctors\Corrector,并实现 handle 方法。例如 ExampleCorrector.php 使用: # 已实现 ## 空格 1. 中文字符与[半角字符](http://zh.wikipedia.org/wiki/%E5%85%A8%E5%BD%A2%E5%92%8C%E5%8D%8A%E5%BD%A2)(例如英文字符,数字,英文标点符号)间添加空格。 2. 数字后面跟着英文字符则在数字后添加空格(适用于数字+单位,例如 1 GB)。 3. 全角标点与其他字符之间不加空格 4. 希腊字母与中文字符以及数字和英文字符之间添加空格(不在指北内)。 ## 标点符号 1. 不重复使用中文标点符号(仅!和?),重复时只保留第一个。 ## 全角和半角 1. 中文以及中文标点符号()后使用全角中文标点符号(包括!?。,():;)。 2. 数字使用半角字符。 3. 全角转半角(不在指北内)。 ## 名词 1. 专有名词使用正确的大小写(部分名词达成,见 [词典](https://github.com/NauxLiu/auto-correct/blob/afb60f8685a205adfe33ee342c98cc3e20d33c9e/dicts.php)) # 未实现 ## 全角和半角 1. 遇到完整的英文整句、特殊名词,其內容使用半角标点 # 改进 有什么新的想法和建议,欢迎提交 [issue](https://github.com/ricoa/copywriting-correct/issues) 或者 [Pull Requests](https://github.com/ricoa/copywriting-correct/pulls)。 # License 基于 [MIT license](http://opensource.org/licenses/MIT).

All versions of copywriting-correct with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4.0
naux/auto-correct Version ^1.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package ricoa/copywriting-correct contains the following files

Loading the files please wait ....