PHP Classes

File: build/generate_docs.php

Recommend this page to a friend!
  Classes of Lars Moelleken   Portable UTF-8   build/generate_docs.php   Download  
File: build/generate_docs.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Portable UTF-8
Manipulate UTF-8 text strings in pure PHP
Author: By
Last change:
Date: 2 years ago
Size: 301 bytes
 

Contents

Class file image Download
<?php

require __DIR__ . '/../vendor/autoload.php';
require
__DIR__ . '/vendor/autoload.php';

$readmeText = (new \voku\PhpReadmeHelper\GenerateApi())->generate(
   
__DIR__ . '/../src/voku/helper/UTF8.php',
   
__DIR__ . '/docs/base.md'
);

file_put_contents(__DIR__ . '/../README.md', $readmeText);