Ecosyste.ms: OpenCollective

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

github.com/infection/include-interceptor

Stream Wrapper: Include Interceptor. Allows to replace included (autoloaded) file with another one.
https://github.com/infection/include-interceptor

Merge pull request #19 from peter279k/issue_#18

Migrate to GitHub actions

afdc4767617594ba745067505573b4bb358e1e14 authored almost 2 years ago by Maks Rafalko <[email protected]>
Resolves issue #18

aad44a5b86fd7166bd548323a06b66a86f5ee369 authored almost 2 years ago by Peter <[email protected]>
Merge pull request #16 from infection/feature/flock

Use the correct lock constant when stream wrapper locks the file

0cc76d95a79d9832d74e74492b0a30139904bdf7 authored over 3 years ago by Maks Rafalko <[email protected]>
Use the correct lock constant when stream wrapper locks the file

$operation contains `0` value which results to `ValueError: flock(): Argument #2 ($operation) mu...

32a873e50286cee19a2d2aad54e1717618dfe102 authored over 3 years ago by maks-rafalko <[email protected]>
Add FUNDING.yml to sponsor Infection organization

498f0a655aec2fdc6b6a42febddf5606a509a9fa authored about 4 years ago by Maks Rafalko <[email protected]>
Merge pull request #14 from DanielSiepmann/bugfix/is_link-detection

Respect symlinks in url_stat

e3cf9317a7fd554ab60a5587f028b16418cc4264 authored over 4 years ago by Maks Rafalko <[email protected]>
Merge branch 'master' into bugfix/is_link-detection

89fd3e879005501dee287f3a3cc0861283ec8a50 authored over 4 years ago by Maks Rafalko <[email protected]>
Merge pull request #15 from sanmai/pr/2020-08/psalm

Fix Psalm warning

159ae3d9d2e6e59aa2237e51c4882492715b8bfb authored over 4 years ago by Maks Rafalko <[email protected]>
Respect symlinks in url_stat

url_stat is called with an additional $flags argument by PHP.
This includes an flag whether info...

ee1c6bbdd02f3d115a59dfdcda48a00b596af089 authored over 4 years ago by Daniel Siepmann <[email protected]>
Fix Psalm warning

4c756e819059bfdb6c6f5bd6f730e0f7595ff95d authored over 4 years ago by Alexey Kopytko <[email protected]>
Add tests-checker bot

727a884dd895ab1e140eb2746437b2019a848903 authored almost 5 years ago by borNfreee <[email protected]>
Merge pull request #12 from sanmai/pr/2020/coveralls

Coveralls integration

965facd7b9126285c9fac8dd5da49a0ced0b56c8 authored almost 5 years ago by Maks Rafalko <[email protected]>
Coveralls integration

a4ef0865ea4bfb5bcd8540d73035129cdcbaf29f authored almost 5 years ago by Alexey Kopytko <[email protected]>
Missing bits and pieces (#10)

b1122e3adb6567f3bfdee319e67107687d603744 authored almost 5 years ago by Alexey Kopytko <[email protected]>
Clean up PHP CS Fixer config (#9)

edc87c8dc2022f59084add390310ef846635cf6e authored almost 5 years ago by Alexey Kopytko <[email protected]>
Use PCOV for coverage (#11)

Closes #6

a7f737ebdfb9f6884831d12d65f5b0f8dcf8c1e2 authored almost 5 years ago by Alexey Kopytko <[email protected]>
CI procedure (#5)

* CI procedure

Remove 7.1

* Untag IncludeInterceptorTest as intergrational as it is the on...

bb42d66dc1f1eb4df56ed6302783fca9e57b1287 authored almost 5 years ago by Alexey Kopytko <[email protected]>
Missing bits and pieces

c4d03b4d6ee10b0da6d5e751d169d8cbb9fdf5be authored almost 5 years ago by Alexey Kopytko <[email protected]>
Merge pull request #7 from infection/location-const

Use correct magic const for location

07d20c33a6c0624b8636adf25ddca7e9e19a5dc9 authored almost 5 years ago by Maks Rafalko <[email protected]>
Use correct magic const for location

Using __DIR__ for an include isn't a great idea, we want to have the file.

767d45536d540bf3d2c896d552524c8fd2f57b9b authored almost 5 years ago by Gert de Pagter <[email protected]>
Merge pull request #4 from infection/sanmai-patch-1

Update README.md to include a build status badge

136066e2064b83c4aaf9fcee88745158fda79960 authored almost 5 years ago by Maks Rafalko <[email protected]>
Merge pull request #3 from sanmai/composer-update

Update composer.json

b2932174fc794fd41d21730d2f4b8e69069336d9 authored almost 5 years ago by Maks Rafalko <[email protected]>
Merge pull request #2 from infection/no-lock

Delete composer.lock

778a828b4af6a850c6f4bcb4d6da1feabd0fb38d authored almost 5 years ago by Maks Rafalko <[email protected]>
Update README.md

5dbdfe8bd7a59f8b7cb9a954886d1bf42794c01d authored almost 5 years ago by Alexey Kopytko <[email protected]>
Delete composer.lock

2af779ef9b3ac7d98bf568cd20e9f5e8e0819de2 authored almost 5 years ago by Alexey Kopytko <[email protected]>
Merge pull request #1 from infection/expose-location

Expose file location of IncludeInterceptor

1ee702b7cb512b58a24a96b66e9f94e00a3219e0 authored almost 5 years ago by Maks Rafalko <[email protected]>
Expose file location of IncludeInterceptor

This removes the need to use reflection for that.

c7ad413068fd5d40a82c093a4d606787267b37d0 authored almost 5 years ago by Gert de Pagter <[email protected]>
Update composer.json

- Platform lock is not required for a library.
- Normalize.

44a111c4cbf38a3a7d61f003993f66cc96701415 authored almost 5 years ago by Alexey Kopytko <[email protected]>
Add tests & README.md

02f9f90ef598bb09a2bbbe7cf7a6adeabf7b3158 authored almost 5 years ago by borNfreee <[email protected]>
Add IncludeInterceptor

a9b14b580ea3c3189f6e9e5f0921746125077fdb authored almost 5 years ago by borNfreee <[email protected]>