An open API service indexing awesome lists of open source software.

https://github.com/s9e/myproject

Example project using the s9e\TextFormatter library.
https://github.com/s9e/myproject

Last synced: 4 months ago
JSON representation

Example project using the s9e\TextFormatter library.

Awesome Lists containing this project

README

          

This is an example project using the [s9e\TextFormatter](https://github.com/s9e/TextFormatter) library.

### Installation

Clone this repository then install its dependencies via Composer:

```bash
composer install
```

The `www` directory contains a page that displays a rudimentary form that can be used to test the markup via your browser.

### Tinker with it

You can regenerate the bundle's files by executing the script found in the `scripts` directory:

```bash
php scripts/generateBundle.php
```