PHP code example of ok / uml-php
1. Go to this page and download the library: Download ok/uml-php library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
ok / uml-php example snippets
namespace Tests;
use OK\Uml\Uml;
use OK\Uml\Parser\Parser;
use OK\Uml\Serializer\JsonSerializer;
class Test {
public function __construct() {
$uml->getRaw();
sh
$ php test.php >> file