Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhukmax/stringpad
StringPad for php
https://github.com/zhukmax/stringpad
Last synced: 10 days ago
JSON representation
StringPad for php
- Host: GitHub
- URL: https://github.com/zhukmax/stringpad
- Owner: ZhukMax
- License: gpl-3.0
- Created: 2016-03-26T10:59:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-11-01T13:33:58.000Z (about 5 years ago)
- Last Synced: 2024-05-04T08:42:06.132Z (7 months ago)
- Language: PHP
- Homepage:
- Size: 35.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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