scripturadesign / tokenizer
Tokenizer
dev-master / 1.0.x-dev
2016-01-27 02:11 UTC
Requires
- php: ^5.6|^7.0
Requires (Dev)
- hamcrest/hamcrest-php: ^1.2
- phpunit/phpunit: ^4.0|^5.1
- scrutinizer/ocular: ~1.3
- squizlabs/php_codesniffer: ~2.5
This package is auto-updated.
Last update: 2024-10-29 00:54:09 UTC
README
Take a string an split it into a list of tokens.
Install
Via Composer:
$ composer require scripturadesign/tokenizer
Usage
//
Change log
Please see CHANGELOG for more information what has changed recently.
Testing
$ composer test
Code Style
Easily check the code style against PSR-2 Coding Standard by running:
$ composer sniff
And automatically fix them with this:
$ composer fix
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email martindilling@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.