Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sebastiandedeyne/bits
https://github.com/sebastiandedeyne/bits
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sebastiandedeyne/bits
- Owner: sebastiandedeyne
- License: mit
- Created: 2017-05-05T09:20:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-10T07:59:44.000Z (over 7 years ago)
- Last Synced: 2024-10-17T16:06:12.574Z (27 days ago)
- Language: PHP
- Size: 29.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Bits
[![Build Status](https://img.shields.io/travis/sebastiandedeyne/bits/master.svg?style=flat-square)](https://travis-ci.org/sebastiandedeyne/bits)
A little experiment for storing key/values in CMS contexts. Might never see the light of day.
## Installation
You can install the package via composer:
```bash
composer require bits-cms/bits:dev-master
```## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.
## Testing
``` bash
$ ./vendor/bin/phpunit
```## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
## Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
## Credits
- [Sebastian De Deyne](https://github.com/sebastiandedeyne)
- [All Contributors](../../contributors)## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.