Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tlapnet/report-project
:bar_chart: Demo project of the tlapnet/report library based on Nette Framework
https://github.com/tlapnet/report-project
charts graphs php project reports tlapnet
Last synced: about 3 hours ago
JSON representation
:bar_chart: Demo project of the tlapnet/report library based on Nette Framework
- Host: GitHub
- URL: https://github.com/tlapnet/report-project
- Owner: tlapnet
- License: mit
- Created: 2018-11-11T14:49:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-20T09:50:42.000Z (about 4 years ago)
- Last Synced: 2024-04-20T21:21:07.474Z (7 months ago)
- Topics: charts, graphs, php, project, reports, tlapnet
- Language: PHP
- Homepage:
- Size: 39.1 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Report Project
> Tlapnet Report Project.
### Installation
#### Git
- clone project
- `composer install`#### Composer
- `composer create-project tlapnet/report-project:@dev`
## Development
```
php -S 0.0.0.0:8000 -t www
```