PHPackages                             comphp/assets - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. comphp/assets

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

comphp/assets
=============

Asset serving, resolution, and response helpers for PHP applications.

0.3(3w ago)01MITPHPPHP ^8.5

Since May 20Pushed 3w agoCompare

[ Source](https://github.com/commonphp/assets)[ Packagist](https://packagist.org/packages/comphp/assets)[ RSS](/packages/comphp-assets/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (1)Dependencies (4)Versions (2)Used By (0)

CommonPHP Assets
================

[](#commonphp-assets)

CommonPHP Assets provides asset resolution and serving support for CommonPHP applications. It helps locate, identify, and return static application or package assets through the HTTP layer.

The package is intended to make assets available without requiring applications to expose their full source or package structure directly through the public web root.

Requirements
------------

[](#requirements)

- PHP `^8.5`
- `comphp/runtime:^0.3`
- `comphp/http:^0.3`

Installation
------------

[](#installation)

Once this package is available through your Composer repositories, install it with:

```
composer require comphp/assets
```

Usage
-----

[](#usage)

```
