PHPackages                             assegaiphp/attributes - 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. [Framework](/categories/framework)
4. /
5. assegaiphp/attributes

ActiveLibrary[Framework](/categories/framework)

assegaiphp/attributes
=====================

A small library defining the core attributes of the AssegaiPHP framework.

10.1(1y ago)0109↑36.4%3MITPHPPHP ^8.3

Since Feb 2Pushed 12mo ago1 watchersCompare

[ Source](https://github.com/assegaiphp/attributes)[ Packagist](https://packagist.org/packages/assegaiphp/attributes)[ RSS](/packages/assegaiphp-attributes/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelog (2)Dependencies (2)Versions (5)Used By (3)

 [![Assegai Logo](https://camo.githubusercontent.com/d7dab2658d76e460e31be249de2fe5d420f7a7237eb9f2a315f83123632a3b6c/68747470733a2f2f617373656761697068702e636f6d2f696d616765732f6c6f676f732f6c6f676f2d63726f707065642e706e67)](https://assegaiphp.com/)

A progressive [PHP](https://php.net) framework for building effecient and scalable server-side applications.

Description
-----------

[](#description)

The attributes library is a collection of common PHP 8 attributes that can be used in your Assegai application.

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

[](#installation)

You can install the package via composer:

```
$ composer require assegaiphp/attributes
```

- To check out the [guide](https://assegaiphp.com/guide), visit [assegaiphp.com](https://assegaiphp.com). 📚

Usage
-----

[](#usage)

Use the `Injectable` attribute to mark a class as injectable.

```
