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

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

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.