PHPackages                             ateliee/plantuml-parser - 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. ateliee/plantuml-parser

ActiveLibrary

ateliee/plantuml-parser
=======================

PlantUML parse package

v0.1.0(6y ago)2231MITPHPPHP &gt;=5.5.38CI failing

Since Oct 24Pushed 6y ago1 watchersCompare

[ Source](https://github.com/ateliee/plantuml-parser)[ Packagist](https://packagist.org/packages/ateliee/plantuml-parser)[ Docs](https://ateliee.com)[ RSS](/packages/ateliee-plantuml-parser/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (6)Versions (4)Used By (1)

PlantUML parser for PHP
=======================

[](#plantuml-parser-for-php)

[![Build Status](https://camo.githubusercontent.com/f0d6bb7e5b4715c15c960df389a49692525d1f056ea45b3b26e19918b4f109f4/68747470733a2f2f7472617669732d63692e636f6d2f6174656c6965652f706c616e74756d6c2d7061727365722e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/ateliee/plantuml-parser)[![Coverage Status](https://camo.githubusercontent.com/c2efe425201dbae4078611217033f8b6ce510ae4ad9cfa4662dcb19cab1cd31e/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f6174656c6965652f706c616e74756d6c2d7061727365722f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/ateliee/plantuml-parser?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/6242a283e0e7ddd5568060aeb083722b59bda2768d9d7d6ea428d7afea4c93d2/68747470733a2f2f706f7365722e707567782e6f72672f6174656c6965652f706c616e74756d6c2d7061727365722f762f737461626c65)](https://packagist.org/packages/ateliee/plantuml-parser)[![Codacy Badge](https://camo.githubusercontent.com/8f68d01a8e37f0496a77425fc8be35b41cb62de5a46bc4907b6a137fef500641/68747470733a2f2f6170692e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f6433353561633261366166643430656439653234363133376465633636333237)](https://www.codacy.com/manual/ateliee/plantuml-parser?utm_source=github.com&utm_medium=referral&utm_content=ateliee/plantuml-parser&utm_campaign=Badge_Grade)[![License: MIT](https://camo.githubusercontent.com/784362b26e4b3546254f1893e778ba64616e362bd6ac791991d2c9e880a3a64e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d677265656e2e737667)](https://camo.githubusercontent.com/784362b26e4b3546254f1893e778ba64616e362bd6ac791991d2c9e880a3a64e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d677265656e2e737667)

[PlantUML](http://plantuml.com/ja/)の書き込み・読み込みができるものがなかったので作成。

usage
-----

[](#usage)

- PHP 5.5.38 &gt;=

機能
--

[](#機能)

PlantUMLは機能が多いので、読み取り・出力のみサポート。

論理式は今の所対応しない予定

対応範囲
----

[](#対応範囲)

- Use Case (ユースケース図)
- Activity (アクティビティ図)
- State (ステートチャート図)
- Sequence (シーケンス図)
- Class (クラス図)
- Object (オブジェクト図)
- Component (コンポーネント図)
- Component (パッケージ図)
- Component (配置図)

install
-------

[](#install)

```
composer require ateliee/plantuml-parser

```

example
-------

[](#example)

```
