Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sven-ve/svc-param-bundle
Package to handle (set, get, edit) params in a database table
https://github.com/sven-ve/svc-param-bundle
Last synced: 30 days ago
JSON representation
Package to handle (set, get, edit) params in a database table
- Host: GitHub
- URL: https://github.com/sven-ve/svc-param-bundle
- Owner: Sven-Ve
- License: mit
- Created: 2021-06-25T15:04:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-22T20:36:09.000Z (7 months ago)
- Last Synced: 2024-07-24T08:26:03.726Z (6 months ago)
- Language: PHP
- Homepage:
- Size: 205 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# SvcParamBundle
[![CI](https://github.com/Sven-Ve/svc-param-bundle/actions/workflows/php.yml/badge.svg)](https://github.com/Sven-Ve/svc-param-bundle/actions/workflows/php.yml)
[![Latest Stable Version](https://poser.pugx.org/svc/param-bundle/v)](https://packagist.org/packages/svc/param-bundle)
[![License](https://poser.pugx.org/svc/param-bundle/license)](https://packagist.org/packages/svc/param-bundle)
[![Total Downloads](https://poser.pugx.org/svc/param-bundle/downloads)](https://packagist.org/packages/svc/param-bundle)
[![PHP Version Require](http://poser.pugx.org/svc/param-bundle/require/php)](https://packagist.org/packages/svc/param-bundle)## :warning: **Attention:**
The package will no longer be developed further. I now use [jbtronics/settings-bundle](https://github.com/jbtronics/settings-bundle) for all my programs.### Package to handle (set, get, edit) params in a database table
* [installation](docs/installation.md)
* [Usage](docs/usage.md)
* [Changelog](CHANGELOG.md)