# base **Repository Path**: mirrors_ramsey/base ## Basic Information - **Project Name**: base - **Description**: Arbitrary base conversion and encoding/decoding for all the bases that are belong to us. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2025-11-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ramsey/base [![Source Code][badge-source]][source] [![Latest Version][badge-release]][packagist] [![Software License][badge-license]][license] [![PHP Version][badge-php]][php] [![Build Status][badge-build]][build] [![Coverage Status][badge-coverage]][coverage] [![Total Downloads][badge-downloads]][downloads] Arbitrary base conversion and encoding/decoding for all the bases that are belong to us. This project adheres to a [Contributor Code of Conduct][conduct]. By participating in this project and its community, you are expected to uphold this code. ## Installation The preferred method of installation is via [Composer][]. Run the following command to install the package and add it as a requirement to your project's `composer.json`: ```bash composer require ramsey/base ``` ## Documentation Check out the [documentation website][documentation] for detailed information and code examples. ## Contributing Contributions are welcome! Please read [CONTRIBUTING][] for details. ## Copyright and License The ramsey/base library is copyright © [Ben Ramsey](https://benramsey.com) and licensed for use under the MIT License (MIT). Please see [LICENSE][] for more information. [conduct]: https://github.com/ramsey/base/blob/master/.github/CODE_OF_CONDUCT.md [composer]: http://getcomposer.org/ [documentation]: https://ramsey.github.io/base/ [contributing]: https://github.com/ramsey/base/blob/master/.github/CONTRIBUTING.md [badge-source]: http://img.shields.io/badge/source-ramsey/base-blue.svg?style=flat-square [badge-release]: https://img.shields.io/packagist/v/ramsey/base.svg?style=flat-square&label=release [badge-license]: https://img.shields.io/packagist/l/ramsey/base.svg?style=flat-square [badge-php]: https://img.shields.io/packagist/php-v/ramsey/base.svg?style=flat-square [badge-build]: https://img.shields.io/travis/ramsey/base/master.svg?style=flat-square [badge-coverage]: https://img.shields.io/coveralls/github/ramsey/base/master.svg?style=flat-square [badge-downloads]: https://img.shields.io/packagist/dt/ramsey/base.svg?style=flat-square&colorB=mediumvioletred [source]: https://github.com/ramsey/base [packagist]: https://packagist.org/packages/ramsey/base [license]: https://github.com/ramsey/base/blob/master/LICENSE [php]: https://php.net [build]: https://travis-ci.org/ramsey/base [coverage]: https://coveralls.io/r/ramsey/base?branch=master [downloads]: https://packagist.org/packages/ramsey/base