Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Portable UTF-8

๐Ÿ‰‘ Portable UTF-8 library - performance optimized (unicode) string functions for php.
Collective - Host: opensource - https://opencollective.com/portable-utf8 - Website: https://t.co/xALcpeMtWU - Code: https://github.com/voku/portable-utf8

Apply fixes from StyleCI

github.com/voku/portable-utf8 - 9ebcef1ff03a806b45d650709e02bec6b5eb0c95 authored over 3 years ago
[*]: update the README

github.com/voku/portable-utf8 - d0d0f0362e7c10755ef17db19ee89b70221e90a4 authored over 3 years ago
[+]: fix for issue #108

... and fix phpstan reported stuff.

github.com/voku/portable-utf8 - d124edea603df8d406c42cd0f5275a861dfaee94 authored over 3 years ago
Merge remote-tracking branch 'origin/master' into master

* origin/master:
Apply fixes from StyleCI

# Conflicts:
# tests/Utf8IsValidTest.php

github.com/voku/portable-utf8 - 2617d01a94edd86117d2ba6a40bdb609a81abcc9 authored over 3 years ago
[!]: removed "deprecated" methods

github.com/voku/portable-utf8 - 93d7403a0512be8df9d6ee5475eff44662bc1590 authored over 3 years ago
Merge pull request #109 from voku/analysis-5Zjn5B

Apply fixes from StyleCI

github.com/voku/portable-utf8 - 86a6b8b5ddda5b5bdce7bd526eadccc8704e524c authored over 3 years ago
Apply fixes from StyleCI

github.com/voku/portable-utf8 - b1fe63e463f6fadd16c344d753ec3c19ae9cacd6 authored over 3 years ago
[+]: test with PHP 8.1

github.com/voku/portable-utf8 - 150ef9dcf5f658c3e1c0220e1606e81123657aaa authored over 3 years ago
[+]: add some more tests only

github.com/voku/portable-utf8 - 14102d10db1817714d42792e50979389a0854118 authored over 3 years ago
[*]: fix some tests v2.2

-> fix for Windows CI

github.com/voku/portable-utf8 - 4caf5ad273dab270e91b29443fc4acd93911b934 authored almost 4 years ago
[~]: "UTF8" -> micro optimizations + phpdoc improvments

github.com/voku/portable-utf8 - c08b92ede2102c06825eddf4de883265508983ab authored almost 4 years ago
[*]: update README v2

github.com/voku/portable-utf8 - 6eaa7f471ebea39a6b970444e419da35c754aad8 authored almost 4 years ago
[*]: update the README

github.com/voku/portable-utf8 - f1473f36c1e0c0d80efc5041a69598a20e37443f authored almost 4 years ago
[*]: fix some tests v2.1

-> fix for PHP 8

github.com/voku/portable-utf8 - 7c0b660bc7c5c4e08e22cb03aad547c6a4c56e50 authored almost 4 years ago
[*]: fix some tests v2

github.com/voku/portable-utf8 - 9e45b85933a669ad080b67f5e2bda8436bcba9b9 authored almost 4 years ago
[*]: fix some tests

github.com/voku/portable-utf8 - 7d85eebc1403ca4146ba200528b574796ac2bc33 authored almost 4 years ago
[~]: "UTF8" -> micro optimizations

github.com/voku/portable-utf8 - c96fda620dea8301d8cec682b9dae10ddb7f5eba authored almost 4 years ago
[*]: use github actions

github.com/voku/portable-utf8 - 42a20cc36712432699c9a1d0387303394450b8b1 authored almost 4 years ago
Use mb_convert_encoding() for character conversion

html_entity_decode() will not decode characters for many values < 160,
most notably 0-31 and 127...

github.com/voku/portable-utf8 - d3f67728391a80d1ccfe75953b8830d7b6705818 authored almost 4 years ago
Add .whitesource configuration file

github.com/voku/portable-utf8 - 0d0a66e9ce97f1e24d51f7a03f0b14fc476c36ed authored about 4 years ago
[*]: update the changelog

github.com/voku/portable-utf8 - 578f5266725dc9880483d24ad0cfb39f8ce170f7 authored about 4 years ago
[+] "UTF8::rawurldecode()" + "UTF8::urldecode()" -> optimize performance

github.com/voku/portable-utf8 - d44683ae9de265d85e969a78703d98259810226a authored about 4 years ago
[+] "UTF8::normalize_whitespace()" -> can now also remove "control characters" if needed v2

github.com/voku/portable-utf8 - f14ed68ea9ced6639e71ca989c6d907892115ba0 authored about 4 years ago
[+] "UTF8::normalize_whitespace()" -> can now also remove "control characters" if needed

[+] "UTF8::is_printable()" -> fix for non-printable control characters

github.com/voku/portable-utf8 - 68aebc58486ae319897e3af66270b6d8d6bc41d0 authored about 4 years ago
[*]: update the README

github.com/voku/portable-utf8 - 4a5f2207c3eade3b16602535d3abd2bde8c7ac0d authored about 4 years ago
[*]: update the README

github.com/voku/portable-utf8 - 0f9f156eb0baa0bf72ceef250cd74fe70e2e6379 authored about 4 years ago
[+]: add more tests + update the changelog

github.com/voku/portable-utf8 - a41b746897c50246080f758c324efe7fb716c216 authored about 4 years ago
[+]: use native functions from PHP 8.0 v2

github.com/voku/portable-utf8 - 5bc8c1a2fd44fce95aa52aa33efe6e1f252d70df authored about 4 years ago
[+]: use native functions from PHP 8.0

github.com/voku/portable-utf8 - 6df7481b616bb5d39cf58b72aa3d1943f6afd2de authored about 4 years ago
[+]: try to run test for php 8 v2.2

github.com/voku/portable-utf8 - 5912c03c01089fb9a11a8ca72909fa50304e1800 authored about 4 years ago
[*]: try to fix "windows" tests

github.com/voku/portable-utf8 - fb5ca1a1f35e11f9c71081bd91848ea9ae73ee66 authored about 4 years ago
[+]: try to run test for php 8 v2.1

github.com/voku/portable-utf8 - f4c6a61882838c1e51a40bbe422e5e8e2e345335 authored about 4 years ago
[+]: try to run test for php 8 v2

github.com/voku/portable-utf8 - 2059f41bb101d5e2d32c569ef72ef305bd023419 authored about 4 years ago
[+]: try to run test for php 8

github.com/voku/portable-utf8 - adaba212f10b1dda711eabee1c00caa79b2fcc78 authored about 4 years ago
[*]: fix "styleci" config

github.com/voku/portable-utf8 - 362423cded19ce8835df9ba52b5ec866fa99b94e authored over 4 years ago
[*]: update the README

github.com/voku/portable-utf8 - ea880fb8bc9a046fe305a94bc017abf35af884aa authored over 4 years ago
[~]: optimize performance by re-using the result of "strlen()"

github.com/voku/portable-utf8 - c92522515a2d5ec9b03fd3c9e231b8b277c65121 authored over 4 years ago
[*]: update the changelog

github.com/voku/portable-utf8 - 664a710cc07c83c5d023a3ae8be22d69e3622286 authored over 4 years ago
[*]: phpstan.neon config v2

github.com/voku/portable-utf8 - 1ae61e6cd19c4f042c98cc582a2a97154a78af04 authored over 4 years ago
[*]: phpstan.neon config

github.com/voku/portable-utf8 - e03c84c199fc4b759d352ec662d80877636c5086 authored over 4 years ago
[+]: "UTF8::str_obfuscate()" + tests added

github.com/voku/portable-utf8 - 95f62bb7eebc4dbe2c7a45dd975d0cdc115c752c authored over 4 years ago
[~]: "UTF8::str_split()" -> replace ```Bootup::is_php('7.4')``` usage with ```\function_exists('mb_str_split')```

-> https://github.com/voku/portable-utf8/pull/99#issuecomment-654817203

github.com/voku/portable-utf8 - b9cb9a51de8715db29a66c42d8f30b216957871f authored over 4 years ago
[*]: optimize phpdocs v2

github.com/voku/portable-utf8 - 0381b87156c4925e33d497eed05fca5cf5f627e1 authored over 4 years ago
[~]: optimize phpdocs

+ add more tests
+ try to fix phpstan.neon config

github.com/voku/portable-utf8 - d50de1ceab3de89a9c9820ba9ea85bbedcf99bf4 authored over 4 years ago
Merge pull request #100 from szepeviktor/patch-2

Modernize Travis configuration

github.com/voku/portable-utf8 - eb7992154422287207e8a10b1acf4252d9b313f2 authored over 4 years ago
Merge pull request #99 from szepeviktor/patch-1

Simplify and update phpstan configuration

github.com/voku/portable-utf8 - 0828e1f7e12bb5ea446f8cbe37037a395374f80f authored over 4 years ago
hhvm's if had an else!

github.com/voku/portable-utf8 - d932669ee779b0364c40c3b40872f21080bb5801 authored over 4 years ago
Modernize Travis configuration

github.com/voku/portable-utf8 - e74263c331681b6fd182584251637c30500be0c3 authored over 4 years ago
Fix copy-paste error

github.com/voku/portable-utf8 - fe695e077d99a96557e21d2b85f78a44b8330ec4 authored over 4 years ago
Simplify and update phpstan configuration

github.com/voku/portable-utf8 - ffd47a7f7b39e74dfa76873121063240bc3903f9 authored over 4 years ago
[*]: update the changelog + coแธฟment

github.com/voku/portable-utf8 - 5445d44086ea7b53dcd6dd1b182ae5bdcb1fbb07 authored over 4 years ago
Merge pull request #98 from pmacko/hotfix/trim-with-string-0-in-charlist

trim('0002', '0') returns '0002'

github.com/voku/portable-utf8 - c5f27d8a08911f55db744bc3a6a0fdef85059510 authored over 4 years ago
styleci issues

github.com/voku/portable-utf8 - 99e82de221235f07fa0f8fc6e1cd06ac0f3e0717 authored over 4 years ago
trim('0002', '0') returns '0002'

expected is '2'

(bool)('0') is false

the same problem is in ltrim and rtrim

github.com/voku/portable-utf8 - 4594afb29d8a559a75c589089a54e71b6119e2a9 authored over 4 years ago
[*]: update the changelog

github.com/voku/portable-utf8 - 6eef2006f84fd47fff11173c89af746461728926 authored over 4 years ago
[+]: update "voku/portable-ascii"

github.com/voku/portable-utf8 - 667a69f310e46796b84cae9edff37b9b2f03fb3c authored over 4 years ago
[~]: use "voku/php-readme-helper" v2

github.com/voku/portable-utf8 - 2d6691d338eed23364de71a16f48242b857d6a61 authored over 4 years ago
[~]: use "voku/php-readme-helper"

github.com/voku/portable-utf8 - 67412fe8953a9fe0c440c468b35d4b5047a61dcd authored over 4 years ago
[*]: auto code-style fixes only

github.com/voku/portable-utf8 - ca43fcf0d953909217565d6cbfa923053de0acdc authored over 4 years ago
Merge remote-tracking branch 'origin/master'

* origin/master:
Apply fixes from StyleCI

github.com/voku/portable-utf8 - 6b0cde7387dbc9d9f5594cc4acced12b423cc9f1 authored over 4 years ago
[*]: update the changelog

github.com/voku/portable-utf8 - 666d79f197536374a52a6875c46e55d6588a3023 authored over 4 years ago
Merge pull request #97 from voku/analysis-1b3Mb3

Apply fixes from StyleCI

github.com/voku/portable-utf8 - e1f4011fda849a5088313d0ba83821d4fd41289b authored over 4 years ago
Apply fixes from StyleCI

github.com/voku/portable-utf8 - 4f0d9701eaf8e1b194fc94da60a84586e0325a47 authored over 4 years ago
[+]: use "voku/simple-php-code-parser" for building the "README" v2

github.com/voku/portable-utf8 - 8baf1089cde58befa3476186024f050b27934a36 authored over 4 years ago
[+]: use "voku/simple-php-code-parser" for building the "README"

github.com/voku/portable-utf8 - 3ff57b9ff15a45dbe0f0e4a1d346dc7efc8d2a1f authored over 4 years ago
[+]: "README.md" -> skip "deprecated" methods

github.com/voku/portable-utf8 - ba186c5f65c863c90553430f62d588a723863f4d authored over 4 years ago
[+]: fix errors reported by phpstan (level: max)

github.com/voku/portable-utf8 - dcdb1d8fbda1ce3047bf2377558e8fea13bd1ae9 authored over 4 years ago
[*]: update the changelog

github.com/voku/portable-utf8 - 71c39ebe0558f6a01d2ef97ab9b873320adc90ca authored over 4 years ago
[~]: move examples into the code

github.com/voku/portable-utf8 - 310e50c5c1d2459ac5513e4fd3624eee30f48085 authored over 4 years ago
[+]: fix test for "UTF8::css_identifier()"

github.com/voku/portable-utf8 - 63d32192d41f6563c66d2fa4be65d056ae4d0bc8 authored over 4 years ago
[~]: remove default parameter usages

github.com/voku/portable-utf8 - 1c729837fd3965d57054757a823304144b8bf0b8 authored over 4 years ago
[*]: autogenerated documentation v2.5

github.com/voku/portable-utf8 - 43cb89853c75864f1b897c7aacbe5cf173f9001f authored over 4 years ago
Merge pull request #96 from voku/analysis-1bZKpN

Apply fixes from StyleCI

github.com/voku/portable-utf8 - 953c75062d5cdf43f06acd1cb39703adda8d9303 authored over 4 years ago
Apply fixes from StyleCI

github.com/voku/portable-utf8 - 7d1e08818ec404659320c5f852a088d84cb9cf86 authored over 4 years ago
[*]: fix code style only

github.com/voku/portable-utf8 - 9cdb893e03ca3b32cb94ec0e2cae136d642e523c authored over 4 years ago
[*]: autogenerated documentation v2.4

github.com/voku/portable-utf8 - a7252b7bf0df4ebde203ef04c9e2d4ec86573294 authored over 4 years ago
[*]: autogenerated documentation v2.3

github.com/voku/portable-utf8 - 741af0b72c963fe6c6e2994c95ed089fd200d67a authored over 4 years ago
[*]: autogenerated documentation v2.2

github.com/voku/portable-utf8 - eb0a13a21edc9d63905742065e8be137712c0ad9 authored over 4 years ago
[*]: autogenerated documentation v2.1

github.com/voku/portable-utf8 - 2357d36426f6d616d4ac459c3ca89a4a69357451 authored over 4 years ago
[*]: autogenerated documentation v2

github.com/voku/portable-utf8 - 0fdda3f53a22fa08c3b65daa0c32403dfb122b7f authored over 4 years ago
[+]: add "UTF8::css_identifier()"

+ autogenerated documentation, this needs some more love

github.com/voku/portable-utf8 - c6fbed41d52f83e541ba33e7fa879cea6feb9239 authored over 4 years ago
[*]: add one more test ;)

-> https://twitter.com/jetbrains/status/1236986174075482113

github.com/voku/portable-utf8 - 0db427da32e7ee6cf587909be0a2cfeba3921598 authored almost 5 years ago
[-]: "UTF8::is_utf8_string()" -> clean-up

-> remove unneeded variable only

github.com/voku/portable-utf8 - cbc4522d530202ab5b08f83d858edb6379a262e5 authored almost 5 years ago
[*]: update the changelog

github.com/voku/portable-utf8 - e34247dce28f9aebebd2d752d8813b91de689aec authored almost 5 years ago
[*]: try to fix phpstan usage

github.com/voku/portable-utf8 - 8fddf5601eeb27df84515293ce4a64b839211b1e authored almost 5 years ago
[*]: fix ".styleci.yml"

github.com/voku/portable-utf8 - 89c2d562749b03bf5f5ce924037eef7fe809d3ee authored almost 5 years ago
[+]: fix "UTF8::is_utf8*" -> big thanks @daniel-jeffery

"The UTF8::is_utf8_string function is incorrectly detecting UTF8 encoding when the last byte in ...

github.com/voku/portable-utf8 - f5d54d0eb317296c635629b0e39971f6f6b989ec authored almost 5 years ago
[*]: update the changelog

github.com/voku/portable-utf8 - 1b558059a84d566843c8d0a2ba1d9c3051764565 authored almost 5 years ago
[+]: fix some php notices (php 7.0)

github.com/voku/portable-utf8 - 8da1bacb4237f4aeb4e3f2c167995f53a6626bbc authored almost 5 years ago
[+]: fix some php notices (php 7.4)

github.com/voku/portable-utf8 - 8179233de1f6f39c5b8962bcb7dedebb9000beb1 authored almost 5 years ago
[+]: fix some php notices

github.com/voku/portable-utf8 - 9ba13f6effba0a293ae1726b384fa8d9ced1c066 authored almost 5 years ago
[*]: update the changelog v2

github.com/voku/portable-utf8 - d625a370530456b226699f7106c57ca9ddea8689 authored almost 5 years ago
[*]: update the changelog

github.com/voku/portable-utf8 - e462e8985a80cbd927765fd7e09f52bb103c9797 authored almost 5 years ago
[+]: ignore "false-positive" from phpstan v2

github.com/voku/portable-utf8 - 134a90fa60713482271f57b768743b75cb3921b0 authored almost 5 years ago
[+]: cleanup "phpstan"-config

github.com/voku/portable-utf8 - d1592a880b9d9055755454459336236d75af86fe authored almost 5 years ago
[+]: ignore "false-positive" from phpstan

-> https://github.com/phpstan/phpstan-src/pull/123

github.com/voku/portable-utf8 - 28919d2a59b0ff9e39501861186b3a4d005aca14 authored almost 5 years ago
[+]: update "travis"-config

github.com/voku/portable-utf8 - de4b172aac6c4d2b38d75181da3659d6308382e9 authored almost 5 years ago
[+]: fix tests for PHP 7.0 + fix typos

github.com/voku/portable-utf8 - 0a59eef2e925358c873a7eef38b940e2046e6ebd authored almost 5 years ago
[+]: enable nearly all phpstorm inspections

- do not use "=== false" | "=== true" for "bool" types
- "GRAPHEME_CLUSTER_RX" -> is not used an...

github.com/voku/portable-utf8 - f96fe021f1c6fc2e0f95e09953afe2900b0f496f authored almost 5 years ago
[*]: update the changelog

github.com/voku/portable-utf8 - 0991729d5ca364078b00fe0e107f87ec0d53b0d7 authored about 5 years ago