hatenasyntax / hatenasyntax
Hatena Notation 解析器
v1.0.7
2012-11-23 14:05 UTC
Requires
- php: >=5.2.0
- phppeg/phppeg: 1.0.1
This package is not auto-updated.
Last update: 2024-09-28 15:19:16 UTC
README
はてな記法パーサ。
安装
使用 composer 进行安装。
$ mkdir foobar && cd foobar
$ echo '{"require": {"hatenasyntax/hatenasyntax": "*"}}' > composer.json
$ composer install
为了自动加载,包含 "vendor/autoload.php"。
<?php
include_once __DIR__ . '/vendor/autoload.php';
如何运行测试和示例
在 git-clone 之后,运行 setup.sh。
$ git clone https://github.com/anatoo/HatenaSyntax.git
$ cd HatenaSyntax
$ ./setup.sh
执行所有测试。
$ php test/testall.php
运行示例。
$ php examples/example1.php