PHPackages                             hatenasyntax/hatenasyntax - 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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. hatenasyntax/hatenasyntax

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

hatenasyntax/hatenasyntax
=========================

Hatena Notation Parser

v1.0.7(13y ago)4493MITPHPPHP &gt;=5.2.0

Since Nov 23Pushed 13y ago3 watchersCompare

[ Source](https://github.com/anatoo/HatenaSyntax)[ Packagist](https://packagist.org/packages/hatenasyntax/hatenasyntax)[ Docs](http://github.com/anatoo/HatenaSyntax)[ RSS](/packages/hatenasyntax-hatenasyntax/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (2)Used By (0)

HatenaSyntax
============

[](#hatenasyntax)

はてな記法パーサ。

Install
-------

[](#install)

[composer](http://getcomposer.org/)を使ってインストール。

```
$ mkdir foobar && cd foobar
$ echo '{"require": {"hatenasyntax/hatenasyntax": "*"}}' >  composer.json
$ composer install

```

オートローディングのために、"vendor/autoload.php"をincludeする。

```
