https://github.com/kattsoftware/phassets
Web assets manager library written in PHP
https://github.com/kattsoftware/phassets
php
Last synced: 13 days ago
JSON representation
Web assets manager library written in PHP
- Host: GitHub
- URL: https://github.com/kattsoftware/phassets
- Owner: kattsoftware
- License: mit
- Created: 2017-06-03T11:27:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-20T17:47:34.000Z (over 8 years ago)
- Last Synced: 2025-02-16T04:04:40.824Z (12 months ago)
- Topics: php
- Language: PHP
- Homepage:
- Size: 36.1 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Introduction
Phassets is a PHP library for managing Web assets, making it easy, simple and effective.
Minifying the JS/CSS? Compiling the SCSS to CSS? Deploying these to local filesystem or a cloud provider, such as Amazon S3? Just some things that this library is doing.
The base (and required) component, `kattsoftware/phassets`, can be installed via [composer](https://getcomposer.org/):
```
composer require kattsoftware/phassets:0.2.0-beta
```
## Install notes
See [Getting Started](https://github.com/kattsoftware/phassets/wiki/Getting-Started) for information about the installation process and usage instructions.
## License
The library is licensed under the MIT License (MIT). See the `LICENSE` file for more information.
Copyright (c) 2017 KattSoftware dev team.