Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zazalt/strink
Strink is a PHP library/package for string manipulation
https://github.com/zazalt/strink
minify php php7 php71 sanitization sanitizer slugify string string-manipulation strings
Last synced: 11 days ago
JSON representation
Strink is a PHP library/package for string manipulation
- Host: GitHub
- URL: https://github.com/zazalt/strink
- Owner: Zazalt
- License: mit
- Created: 2016-09-01T21:47:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-01T22:24:22.000Z (almost 8 years ago)
- Last Synced: 2024-12-02T20:45:21.313Z (2 months ago)
- Topics: minify, php, php7, php71, sanitization, sanitizer, slugify, string, string-manipulation, strings
- Language: PHP
- Homepage:
- Size: 44.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
Strink
=================[![Build Status](https://travis-ci.org/Zazalt/Strink.svg?branch=master)](https://travis-ci.org/Zazalt/Strink)
[![Coverage Status](https://coveralls.io/repos/github/Zazalt/Strink/badge.svg?branch=master)](https://coveralls.io/github/Zazalt/Strink?branch=master)
[![Code Climate](https://codeclimate.com/github/Zazalt/Strink/badges/gpa.svg)](https://codeclimate.com/github/Zazalt/Strink)
[![Issue Count](https://codeclimate.com/github/Zazalt/Strink/badges/issue_count.svg)](https://codeclimate.com/github/Zazalt/Strink/issues)
[![Total Downloads](https://poser.pugx.org/zazalt/strink/downloads)](https://packagist.org/packages/zazalt/strink/stats)
[![Latest Stable Version](https://poser.pugx.org/zazalt/strink/v/stable)](https://packagist.org/packages/zazalt/strink)
![Version](https://img.shields.io/badge/version-beta-yellow.svg)Strink is a PHP library/package for string manipulation, minify, compress and sanitize
Requirements
---------------
* php >= 7.1.0Packagist Dependencies
---------------
* NoneInstallation
---------------
With composer:
``` json
{
"require": {
"zazalt/strink": "dev-master"
}
}
```