PHPackages                             delboy1978uk/bone-settings - 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. delboy1978uk/bone-settings

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

delboy1978uk/bone-settings
==========================

A generic settings entity

v1.3.0(2y ago)01952MITPHPPHP ^8.1

Since Jun 26Pushed 2y ago1 watchersCompare

[ Source](https://github.com/delboy1978uk/bone-settings)[ Packagist](https://packagist.org/packages/delboy1978uk/bone-settings)[ RSS](/packages/delboy1978uk-bone-settings/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (6)Used By (2)

bone-settings
=============

[](#bone-settings)

[![build status](https://github.com/delboy1978uk/bone-settings/actions/workflows/master.yml/badge.svg)](https://github.com/delboy1978uk/bone-settings/actions/workflows/master.yml/badge.svg) [![Code Coverage](https://camo.githubusercontent.com/dc2aed2ab35b52977a0baa04fc098e84397ccdb7e0960f1d143e1781a2a0cae3/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f64656c626f7931393738756b2f626f6e652d73657474696e67732f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/delboy1978uk/bone-settings/?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/98dd6d2c9954f77c404f8f196d8341de3777d17f73f809ad5b9ee5d3f427585c/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f64656c626f7931393738756b2f626f6e652d73657474696e67732f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/delboy1978uk/bone-settings/?branch=master)

A generic settings doctrine entity

installation
------------

[](#installation)

```
composer require delboy1978uk/settings

```

configuration
-------------

[](#configuration)

There is a default `Bone\Settings\Entity\UserSettings` entity, and/or you can create your own. Simply add the package class to Bone's package config if using bone Framework, or add `vendor/delboy1978uk/bone-settings/src/Entity` as one of your entity paths if not .

```
