2017 © Pedro Peláez
 

library accentuation

This repository works making a parser in some string replacing the accented characters

image

reisraff/accentuation

This repository works making a parser in some string replacing the accented characters

  • Sunday, February 14, 2016
  • by reisraff
  • Repository
  • 1 Watchers
  • 4 Stars
  • 13,716 Installations
  • PHP
  • 4 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 26 % Grown

The README.md

Accentuation

Latest Stable Version Total Downloads Latest Unstable Version License Build Status, (*1)

This library works by replacing all accented characters to not accented characters., (*2)

To use, (*3)

Add in your composer.json, (*4)

"require" : {
    "reisraff/accentuation" : ">=2.0.2"
}

Using in your code, (*5)

<?php

namespace MyNameSpace;

use Accentuation\Accentuation;

class MyClass
{
    public function test()
    {
        return Accentuation::remove('This string will be returned without accentuation áéíóú');
    }
}

Tests, (*6)

To run the test suite, you need install the dependencies via composer, then run PHPUnit., (*7)

$ composer install
$ phpunit

You can also use the following command to run the most common QA checks, such as php -l, phpcs, phpunit:, (*8)

$ ant check

The Versions

14/02 2016

dev-master

9999999-dev https://github.com/reisraff/accentuation

This repository works making a parser in some string replacing the accented characters

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

parser package replace remove accentuation

14/02 2016

2.0.2

2.0.2.0 https://github.com/reisraff/accentuation

This repository works making a parser in some string replacing the accented characters

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

parser package replace remove accentuation