Ecosyste.ms: OpenCollective

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

github.com/matomo-org/component-ini

Read and write INI configurations.
https://github.com/matomo-org/component-ini

as README.md, LICENSE and the github repository say something different, (#23)

I assume that the GPL entry is some leftover from the past.

a7aae27cf8eb53977c9e06131d1b9adec2dc3497 authored over 1 year ago
According to lintian (a tool to check Debian packages), it would be better to use (#24)

the term "allows one to" instead of "allows to".

7a575fac23adf562524b4ee1de609a7760c7a009 authored over 1 year ago
Use bash syntax for installation instructions (#22)

191085f8f7a046645404b09d6b493542063caea4 authored almost 2 years ago
Avoid escaping of characters other than " (#21)

* only add slashed to "

* more tests

* fix reading

b55c55da943f4ccd564d48fe6b218fbdada98c1a authored about 2 years ago
Update README.md

14c8cf5e78c8046a3e1b3f2fe8dc6cb474bc3f6b authored over 3 years ago
Update README.md

e0f5a9d2772e750ea005d3e1283ed53341dd00aa authored over 3 years ago
exclude test files from export

232eee52c7d9abeda25175943e019e2aec2e5f09 authored over 3 years ago
Delete .coveralls.yml

cf3b4e811c92f13ec05af75b33e26ca4d2a1764b authored over 3 years ago
Support PHP 7.2 - 8.0 (#19)

* Allow to manually switch to custom reader implementation even if `parse_ini_string` function i...

7c9f549ed4ea3a008db03be6c2518e574f114480 authored over 3 years ago
Switch to custom reader implementation (#18)

* Allow to manually switch to custom reader implementation even if `parse_ini_string` function i...

5aef9b368c4432c57da766584f44b00b5fca1581 authored over 3 years ago
apply more encoding w/ tests (#17)

* apply more encoding w/ tests

* handle double quotes in values

* Update tests/resources/I...

188dbef91a05f0a39714e52a93896c4b02248010 authored almost 4 years ago
Merge pull request #16 from typomedia/master

write multi dim array to valid ini

5226a64d221bba69af435c8666043936379f812a authored almost 4 years ago
allow underscores in key

c247b2e609bbfd898076bb6f8a5746807a66959d authored almost 4 years ago
encode key to prevent injection

e7fc5275ce7613bc5c704ff21957675c92309adf authored almost 4 years ago
unit test for numeric arrays

c1a27216700e1ab1eb9e2c219bd565b42b27f913 authored almost 4 years ago
multi dim array unit test

acf02ce0e1e89f25d8fdbb57c4dcf3b8b99c6192 authored almost 4 years ago
multi dim array to valid ini

1fffc64e6f40f7cd4ddf6ff92bd6f882fbce358e authored almost 4 years ago
fix travis badge

4c5ca5b6fcd1f8d75177de3f0e04c7e8e9b4a7a7 authored about 4 years ago
Merge pull request #15 from matomo-org/14m

Don't use rawValues if raw scanner fails to parse the ini file

cfd614fc2e95f6cc97a5e819f3655825fd640ae6 authored almost 5 years ago
Don't use rawValues if raw scanner fails to parse the ini file

See https://github.com/matomo-org/component-ini/pull/14 but also for master branch which might b...

7c029f9dd553cc82ef3b7de895fc3ffd1ad0d9a9 authored almost 5 years ago
Merge pull request #13 from open-source-contributions/improve_code_covers

Add code cover block

f7b0d6ce594b34ead16864fbc5062c771328ac31 authored about 5 years ago
Add code cover block

40406bc7107de99fc33b3e60a67d932fa3fe2211 authored about 5 years ago
Merge pull request #11 from open-source-contributions/test_enhancement

Test enhancement

6dec8e1f7f31ed6c3656eb997e771f23a1bdf2e1 authored about 5 years ago
Test enhancement

5c80e3af5ec6763a5ab84f4b43d2703dd9b7f07f authored about 5 years ago
Merge pull request #10 from Findus23/weird-array-syntax

don't use deprecated array syntax

40fd6da8e81635dd02ed2ec42c8161dfa071bcfe authored over 5 years ago
use normal array syntax

63a3556e6d7d60d378077dfe134ffd3a19c8d9d5 authored over 5 years ago
Merge pull request #9 from c960657/blank-lines

Split comments on blank lines

4cf2d9d73f884a1ce0d9a8c8a119d56f44771c80 authored over 5 years ago
Create LICENSE

fbb28f9155a908147d02a5871a6469beb2981f6c authored almost 6 years ago
remove hhvm build

0dd6ae3a7e55e10f68b5fb30b842457158509102 authored almost 6 years ago
Split comments on blank lines

2bdcdc4714f63a80f63120bfdb8b031ef04ec86e authored over 6 years ago
Rename Piwik -> Matomo (#8)

* Rename Piwik -> Matomo

* fix coveralls

ac25c899aefdbaca7e00a86367af24bd72aa1b4d authored almost 7 years ago
Travis: Run builds on trusty infrastructure and for PHP 7 (#6)

* Travis: Run builds on trusty infrastructure and for PHP 7

* use precise for php 5.3

* Up...

f1b966240521f45e6c4ef531dfb3446788dbf315 authored over 7 years ago
fix read comments for arrays might not return the expected result

bd2711ba4d5e20e4ca09b6829dc2831576b59dc3 authored about 9 years ago
Merge pull request #4 from piwik/comments

Added possibility to read comments

95c29adf71e10f246c96e14b17aec1e77743943d authored about 9 years ago
added possibility to read comments

bca29eb0d6d9f59c9868ab0a8d1ade13599c9af0 authored about 9 years ago
Performance optimization

9269255fd187e5bda2e5778041c8d143eb615b0a authored almost 10 years ago
Added performance tests

3ea383343a10be24600c1730a214b82f4abfb315 authored almost 10 years ago
Link badge to Packagist

c302b4b7c4b074b79ac6d62fe9271b301880a5f7 authored almost 10 years ago
Added a test

5863e8a006d490c2eb50e32ef08c1c684dff0ed0 authored almost 10 years ago
Fixes another problem of data loss when casting to int (`0123` -> `123`)

Now casting to int is only done when there is no data loss, i.e. `(string) (int) $value === $val...

72e567f586f39067ebefc366b88ad07db69e7f93 authored almost 10 years ago
Merge pull request #2 from piwik/fix/1

Fixes #1

2a2179e56e6e906364e7e978305a2b75b7b34eb0 authored almost 10 years ago
Fixes #1 Strings looking like hex/octal/binary values are not casted to float anymore

10306ce04aa9f31574ade264bfb521d1a83bfd98 authored almost 10 years ago
Tests reproducing #1

73aa60b1d0b3dd9aa357ee3483ce9cbd7d264ee7 authored almost 10 years ago
Update README.md

1bc6295938961fdf5db4c7f5addcf3378296e78f authored almost 10 years ago
Readme

2230c365f1cf09bb97f451fb3053092be32da5ad authored about 10 years ago
Make sure that strings containing keywords (true, false, null, ...) are not interpreted

556640569fa7d8e0649a89c0b4279b9a7f82e21b authored about 10 years ago
phpdoc

96298d04856e94fdc3f13c2699af70fb0a185d7c authored about 10 years ago
Fixes a bug present in PHP <= 5.4.4 http://3v4l.org/m24cT

8e9dbb5111a82a1f1ee3d4ebb4479eb5d82f3037 authored about 10 years ago
Renamed method

833ba5bdb328fe40ed264374f1d2ecb96083ae94 authored about 10 years ago
Removed useless option

45c795ccc72c2496cc9d546282d23b50f1cc24f6 authored about 10 years ago
Extracted method

650f6d22878f27d43b3883cd6d33ecc802097d3b authored about 10 years ago
Fix value decoding for INI without sections + tests

d98f32aaf72bd6cae280bf347491163403ec2fc1 authored about 10 years ago
Coveralls config

6c95b8886871bec86e7d648e913b4dc88b4166a6 authored about 10 years ago
Badges

9088f972c3542c88d07e33a2ed6852cd9e9cae65 authored about 10 years ago
Do not import tests when installing the package through Composer

bde9724bf69ac98974386cf76655d592653ccf19 authored about 10 years ago
Revert change (wasn't the cause of failing builds)

74c6a85b1453160abe857fa835d7b25ed0733d4b authored about 10 years ago
Remove using containers on travis because it makes the build error

29164457c18c4f154d7ae2e41e50b215e466c8ca authored about 10 years ago
Coveralls config

03c431b201a6d3c9d0907a1fcf96aa553b1b4590 authored about 10 years ago
Test when `parse_ini_string()` is disabled

d20b2366f65172b760b4d4e3cd2d80dad97ae82d authored about 10 years ago
Fixes PHP 5.3.3 bug

bbdb3cc217fc7d42fec8fe048d10806ebc44e68d authored about 10 years ago
Test for PHP 5.3.3

40e39c72ac85e599179176c306af883ff17e5fe2 authored about 10 years ago
Fix readme

a039671c5c637f15b95322d7cde0a4956032a9ea authored about 10 years ago
Code coverage

61c5b29d492005e35ae1583b0537c4f9959d68e1 authored about 10 years ago
Use Travis containers

c2ac96c3c5bb1353780f75be313b3a4a6016089b authored about 10 years ago
Initial commit

329c136dd721c49aa6d00089d2713b704b7e12f1 authored about 10 years ago