2017 © Pedro Peláez
 

library ia-str

Laravel Illuminate Agnostic Str

image

pragmarx/ia-str

Laravel Illuminate Agnostic Str

  • Thursday, March 15, 2018
  • by AntonioCarlosRibeiro
  • Repository
  • 1 Watchers
  • 20 Stars
  • 27,790 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 9 Versions
  • 76 % Grown

The README.md

IlluminateAgnostic \ Str

Latest Stable Version License Code Quality Build Downloads , (*1)

Coverage StyleCI PHP , (*2)

This package is an extraction of the Laravel's Illuminate\Support\Str class, including all helpers, repackaged to be agnostic and available to any PHP project., (*3)

It has its own namespace (IlluminateAgnostic\Str), so you can use it even on Laravel apps without risking a namespace conflict., (*4)

You can find some documentation on the available helpers here: https://laravel.com/docs/5.5/helpers., (*5)

Install

Via Composer, (*6)

``` bash $ composer require pragmarx/ia-str, (*7)


## Usage ``` php use IlluminateAgnostic\Str\Support\Str; Str::endsWith('Jönköping', 'ing') // or str_endswith('Jönköping', 'ing')

Change log

Please see CHANGELOG for more information on what has changed recently., (*8)

Testing

bash $ composer test, (*9)

Contributing

Please see CONTRIBUTING and CODE_OF_CONDUCT for details., (*10)

Security

If you discover any security related issues, please email acr@antoniocarlosribeiro.com instead of using the issue tracker., (*11)

Credits

License

The MIT License (MIT). Please see License File for more information., (*12)

The Versions

31/01 2018

v5.5.33

5.5.33.0 https://github.com/antonioribeiro/ia-str

Laravel Illuminate Agnostic Str

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel helpers string str pragmarx