https://github.com/morphose/shannon
A data humanizer for PHP humans.
https://github.com/morphose/shannon
bytes convert converter humanize humanizer php
Last synced: about 1 month ago
JSON representation
A data humanizer for PHP humans.
- Host: GitHub
- URL: https://github.com/morphose/shannon
- Owner: morphose
- License: mit
- Created: 2018-07-18T22:40:00.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T16:55:15.000Z (over 3 years ago)
- Last Synced: 2025-12-15T02:53:08.511Z (7 months ago)
- Topics: bytes, convert, converter, humanize, humanizer, php
- Language: PHP
- Homepage: https://morphose.github.io/shannon/
- Size: 1.84 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## About
In resume, **Shannon** is a data humanizer library writen in [PHP](http://php.net) that attempts to convert computing data (namely bytes) into a descriptive output that humans can easily read. It is available as a [Composer](https://packagist.org/packages/morphose/shannon) package. We have plans to boost **Shannon** to do more than that:
- It could cast between different data units.
- It could convert humananized data into computing data.
- It could have a **CLI** utility.
## Documentation
We are writing a nice [documentation](https://morphose.github.io/shannon) that tries to cover everything you need to know to get full advantage of **Shannon**.
## Contributing
Contributions can be made via pull requests. Changes will be merged into the main project as long they comply to the [adhered code standards](https://www.php-fig.org/psr/psr-2/) and the purposes of this library.
## Reporting a Problem
If you discover a problem with **Shannon**, please report it with the appropriated level of detail [creating an issue request](https://github.com/morphose/shannon/issues/new) so it can be promptly addressed.
## License
**Shannon** is an open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).