Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zhukmax/stringpad

StringPad for php
https://github.com/zhukmax/stringpad

Last synced: 10 days ago
JSON representation

StringPad for php

Awesome Lists containing this project

README

        

# StringPad
[![Software License][ico-license]](license.md)
[![Total Downloads][ico-downloads]][link-downloads]

Lib for add symbols to start or end of string like spaces, dots or any another.

## Install
```console
composer require zhukmax/stringpad
```

## Usage

```php
000005
echo StringPad::right('b', 5, 'a'); // => baaaa
```

[ico-license]: https://img.shields.io/badge/license-Apache%202-brightgreen.svg
[ico-downloads]: https://img.shields.io/packagist/dt/zhukmax/stringpad.svg
[link-downloads]: https://packagist.org/packages/zhukmax/stringpad