https://github.com/owenvoke/vidox
A simple video hosting script using only 1 file.
https://github.com/owenvoke/vidox
hosting pdo php single-page-site video
Last synced: about 1 year ago
JSON representation
A simple video hosting script using only 1 file.
- Host: GitHub
- URL: https://github.com/owenvoke/vidox
- Owner: owenvoke
- License: mit
- Created: 2016-10-14T22:07:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-26T09:19:31.000Z (over 8 years ago)
- Last Synced: 2025-03-28T02:38:46.285Z (about 1 year ago)
- Topics: hosting, pdo, php, single-page-site, video
- Language: PHP
- Homepage: https://packagist.org/packages/pxgamer/vidox
- Size: 38.1 KB
- Stars: 4
- Watchers: 3
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# vidox
[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]](LICENSE.md)
[![Build Status][ico-travis]][link-travis]
[![Style CI][ico-styleci]][link-styleci]
[![Code Coverage][ico-code-quality]][link-code-quality]
[![Total Downloads][ico-downloads]][link-downloads]
A simple video hosting script using only 1 file.
## Structure
```
public/
resources/
vendor/
```
## Install
Via Composer
``` bash
$ composer require pxgamer/vidox
```
## Usage
Example Name | Example URL
------------ | --------------
Home Example | https://vidox.pxgamer.xyz
Video Example | https://vidox.pxgamer.xyz/5802ae4ce0581
Upload Example | https://vidox.pxgamer.xyz/upload
*Please note that you cannot upload to the demo site.*
## Change log
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Testing
``` bash
$ composer test
```
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) and [CODE_OF_CONDUCT](CODE_OF_CONDUCT.md) for details.
## Security
If you discover any security related issues, please email owzie123@gmail.com instead of using the issue tracker.
## Credits
- [pxgamer][link-author]
- [All Contributors][link-contributors]
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
[ico-version]: https://img.shields.io/packagist/v/pxgamer/vidox.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[ico-travis]: https://img.shields.io/travis/pxgamer/vidox/master.svg?style=flat-square
[ico-styleci]: https://styleci.io/repos/70950538/shield
[ico-code-quality]: https://img.shields.io/codecov/c/github/pxgamer/vidox.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/pxgamer/vidox.svg?style=flat-square
[link-packagist]: https://packagist.org/packages/pxgamer/vidox
[link-travis]: https://travis-ci.org/pxgamer/vidox
[link-styleci]: https://styleci.io/repos/70950538
[link-code-quality]: https://codecov.io/gh/pxgamer/vidox
[link-downloads]: https://packagist.org/packages/pxgamer/vidox
[link-author]: https://github.com/pxgamer
[link-contributors]: ../../contributors