Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shakahl/hups-util
Hups framework utilities
https://github.com/shakahl/hups-util
Last synced: about 1 month ago
JSON representation
Hups framework utilities
- Host: GitHub
- URL: https://github.com/shakahl/hups-util
- Owner: shakahl
- License: mit
- Created: 2015-03-15T05:34:32.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T20:35:53.000Z (about 1 year ago)
- Last Synced: 2024-04-16T04:17:12.292Z (9 months ago)
- Language: PHP
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
hups-util
=========Hups framework utilities
## Installation
https://packagist.org/packages/shakahl/hups-util
Add `shakahl/hups-util` as a requirement to `composer.json`:
```javascript
{
"require": {
"shakahl/hups-util": "dev-master"
}
}
```Update your packages with `composer update` or install with `composer install`.
You can also add the package using `composer require shakahl/hups-util` and later specifying the version you want (for now, `dev-master` is your best bet).
## Components
- [Hups\\Util\\PHPTemplate](https://github.com/shakahl/hups-util-phptemplate)
- [Hups\\Util\\FileDownloader](https://github.com/shakahl/hups-util-filedownloader)
- [Hups\\Util\\HTMLCompressor](https://github.com/shakahl/hups-util-htmlcompressor)