https://github.com/ahmard/utiweb
A web-based utilities, mainly consist of fzmovies, netnaija, 480mkv download link extractors, written purely in PHP.
https://github.com/ahmard/utiweb
php quick-route scrapper scrapping uticlass web
Last synced: over 1 year ago
JSON representation
A web-based utilities, mainly consist of fzmovies, netnaija, 480mkv download link extractors, written purely in PHP.
- Host: GitHub
- URL: https://github.com/ahmard/utiweb
- Owner: Ahmard
- Created: 2020-10-27T02:17:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-15T23:32:17.000Z (over 3 years ago)
- Last Synced: 2023-03-04T03:45:56.157Z (over 3 years ago)
- Topics: php, quick-route, scrapper, scrapping, uticlass, web
- Language: Twig
- Homepage: http://utiweb.ml/
- Size: 7.15 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UtiWeb
A web-based version of [UtiClass](http://github.com/Ahmard/uticlass)
# Installation
Make sure that you have [composer](https://getcomposer.org) installed in your machine
Clone this repository
```bash
git clone https://github.com/Ahmard/utiweb.git
```
Navigate to the project directory and run below command
```bash
composer install
```
Now, install database table for saving messages
```bash
php migrate.php
```
Start the server
```bash
php serve
```
Now visit **http://localhost:8181** in your web browser.
You can also see [how the project works](HOW_IT_WORKS.md).
Help keep this project alive by adding new features or fixing bugs.
**_Enjoy 😉_**
### References
- [UtiClass](http://github.com/Ahmard/uticlass)
- [QuickRoute](https://github.com/Ahmard/quick-route)
### Licence
**UtiWeb** is _MIT_ licenced.