Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)