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.
- Host: GitHub
- URL: https://github.com/s9e/myproject
- Owner: s9e
- License: mit
- Created: 2019-11-17T18:36:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-30T17:06:31.000Z (almost 4 years ago)
- Last Synced: 2025-02-27T03:33:14.999Z (over 1 year ago)
- Language: PHP
- Size: 90.8 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```