Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.0

Packagist Dependencies
---------------
* None

Installation
---------------
With composer:
``` json
{
"require": {
"zazalt/strink": "dev-master"
}
}
```