shakahl / hups-util
Wrapper package for Hups framework utilities.
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 1
pkg:composer/shakahl/hups-util
Requires
- php: >=5.4.0
- shakahl/hups-util-filedownloader: dev-master
- shakahl/hups-util-htmlcompressor: dev-master
- shakahl/hups-util-phptemplate: dev-master
Requires (Dev)
- phpunit/phpunit: 4.*
This package is not auto-updated.
Last update: 2025-09-27 22:54:16 UTC
README
Hups framework utilities
Installation
https://packagist.org/packages/shakahl/hups-util
Add shakahl/hups-util
as a requirement to composer.json
:
{ "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).