Ecosyste.ms: OpenCollective

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

SimpleXLSX

SimpleXLSX, SimpleXLS, SImpleXLSXGen, SimpleCSV - read and write MS Excel files
Collective - Host: opensource - https://opencollective.com/simplexlsx - Website: https://shuchkin.ru - Code: https://github.com/shuchkin

Merge pull request #452 from andreasschroth/patch-1

Fix return type for curl_init()

github.com/shuchkin/phpstorm-stubs - 45ee44e5ae838f1ba91076aaa5a82f37e3079337 authored about 6 years ago
Merge pull request #444 from bakedpotat0/session_SessionIdInterface

session: add SessionIdInterface

github.com/shuchkin/phpstorm-stubs - 3b61287b7d04993c5d463402cf70dbdd294d6d16 authored about 6 years ago
Merge pull request #443 from bakedpotat0/intl_IntlTimeZone

intl: update IntlTimeZone

github.com/shuchkin/phpstorm-stubs - 5caa00b4cd0366c7109109f2d744301783d5ea4c authored about 6 years ago
Merge pull request #457 from mhujer/argon2id-hash

[WI-44284] Add PASSWORD_ARGON2ID constant (PHP 7.3)

github.com/shuchkin/phpstorm-stubs - 9aadd5a33859906092d47eea6243ead640dd6572 authored about 6 years ago
add PASSWORD_ARGON2ID constant (PHP 7.3)

- see https://wiki.php.net/rfc/argon2_password_hash_enhancements

github.com/shuchkin/phpstorm-stubs - 336927cac13cf7bd6b44292e21e9eadc1740b632 authored about 6 years ago
Changed the value type for db2_autocommit from bool to int

github.com/shuchkin/phpstorm-stubs - a99a22da797b8a37e99970307edd9caa7279323a authored about 6 years ago
Made return types of ibm_db2 functions more accurate

github.com/shuchkin/phpstorm-stubs - 98e2bfd2eccd804a413653e4e432000c133ed515 authored about 6 years ago
Made return types of the oci8 functions more accurate

github.com/shuchkin/phpstorm-stubs - a62928050ded0a5c0a3452fe95d8f95057b527ef authored about 6 years ago
Update http3.php (pecl/http using version 3.2.0)

See https://mdref.m6w6.name/http

github.com/shuchkin/phpstorm-stubs - 6379e805db8fa4e87a4fa675cd421fbd255430a7 authored about 6 years ago
Fix return type for array_combine()

github.com/shuchkin/phpstorm-stubs - 806bf627dce436ad44a1e9c43aafff07427afcaf authored about 6 years ago
Fix return type in curl_init()

github.com/shuchkin/phpstorm-stubs - a93f4a4943a7e1663703e38ee6c1338c25b9b189 authored about 6 years ago
Add tests for interfaces

github.com/shuchkin/phpstorm-stubs - 3bb251045202e86108f99c53ce63c6b2633411e2 authored about 6 years ago
fixed open phpdoc

github.com/shuchkin/phpstorm-stubs - cd3e1cd8b809bbc028ae81e132d76c874adff345 authored about 6 years ago
fixed popen phpdocs

github.com/shuchkin/phpstorm-stubs - 8ed30aa62472dd585aedd7bdc5f00d0bf4b41804 authored about 6 years ago
added missing arguments for connect and pconnect

github.com/shuchkin/phpstorm-stubs - 80d733149cc3202d949680d38f4599b9a2e0238b authored about 6 years ago
added echo as normal method

github.com/shuchkin/phpstorm-stubs - 030c8dd851a6336d97dd3e0dfa83e01efe633119 authored about 6 years ago
Merge branch 'feature/redis-streams-functions' of github.com:alexander-schranz/phpstorm-stubs into feature/redis-streams-functions

github.com/shuchkin/phpstorm-stubs - 593dbcb7678d3276f841626948530653f0a0bf71 authored about 6 years ago
set min idle time to xclaim

github.com/shuchkin/phpstorm-stubs - 62d04d4b8054d2f135960f9106ba24c02aa54ccf authored about 6 years ago
fixed example wildcard

github.com/shuchkin/phpstorm-stubs - 75bd13b6991b3448b1161f8494dcf5046c641eef authored about 6 years ago
added redis streams functions

github.com/shuchkin/phpstorm-stubs - 7b71d31e33bb5ea38130bbf692da300bf57f90cc authored about 6 years ago
Add missing closing p tag to DocBlock

github.com/shuchkin/phpstorm-stubs - 0ee6e2fa30e916bd3f3a4b7eefa08278aafceb7b authored about 6 years ago
session: add SessionIdInterface

github.com/shuchkin/phpstorm-stubs - 87485aec171239e984d2265a2f2b2954653499da authored about 6 years ago
intl: update IntlTimeZone docs for missing info and new content from PHP 7.1

github.com/shuchkin/phpstorm-stubs - c8c30575783c8a3c643fdfead2e01ff2ae9ed64b authored about 6 years ago
Merge pull request #436 from bakedpotat0/pthreads_v3

Update pthreads stub based on latest docs (v3.1.6)

github.com/shuchkin/phpstorm-stubs - 67268eaee848a03d46e7181b7a531e35df17e51d authored over 6 years ago
Merge pull request #437 from bakedpotat0/bcmath

Update bcmath stub

github.com/shuchkin/phpstorm-stubs - 4c221838f5dbac386830573ad5723264451e572e authored over 6 years ago
Merge pull request #441 from ctlajoie/patch-1

DateTimeZone getOffset method accepts DateTimeInterface instead of DateTime

github.com/shuchkin/phpstorm-stubs - 9ea50bd277504ac21a7af903abd00b2399e9cd33 authored over 6 years ago
Merge pull request #440 from bladeofsteel/fix-example-for-redis.zRangeByScore-method

Fix wrong example in method zRangeByScore

github.com/shuchkin/phpstorm-stubs - 3a77f47b4205b3f01aa24792860ffd0de23f6756 authored over 6 years ago
Terms for non-standard stubs support

github.com/shuchkin/phpstorm-stubs - 149b460f7b451f130662f0989dc49035d0acd9f3 authored over 6 years ago
Merge pull request #442 from darrenedale/WI-44153-_throws-ReflectionException-is-missing-for-ReflectionClass__getMethod

WI-44153 Added @throws ReflectionException to stub for ReflectionClass:getMethod()

github.com/shuchkin/phpstorm-stubs - 3f2a11ca2f3cfed52e31e68c2db425b7611754a7 authored over 6 years ago
Initial commit

github.com/shuchkin/simplexls - 3d6542b2410bf05fca7a6c062ba88674c7951b79 authored over 6 years ago
WI-44153 Added @throws ReflectionException to stub for

ReflectionClass:getMethod()

github.com/shuchkin/phpstorm-stubs - 480bf52f559ccb5a01e9d926670c8043e630ff0f authored over 6 years ago
getCell - fixed, safe now but slow

github.com/shuchkin/simplexlsx - 6a11ac8f2ee4b7f10ec2ec96d2c98fb618f2252b authored over 6 years ago
DateTimeZone getOffset method accepts DateTimeInterface instead of DateTime

As of now, the PHP documentation still says it is a DateTime, but testing confirms both DateTime...

github.com/shuchkin/phpstorm-stubs - cdc9b5e4a078be5b8cbb7ec75f31fbf838c08fe9 authored over 6 years ago
WI-10662 Undefined variable: Undefined variables after index 0 in sscanf

github.com/shuchkin/phpstorm-stubs - a9e42cb008fa037dee6a4a9eda5296d2436c2ea4 authored over 6 years ago
comments about datetime helpers

github.com/shuchkin/simplexlsx - c349a61878b3763284aeb2a14d69d3a29b745b49 authored over 6 years ago
comments about datetime helpers

github.com/shuchkin/simplexlsx - ab634c82226e5ff2ebc3bdc9e09a0447d6a83022 authored over 6 years ago
fixed empty cells and rows in rows() and rowsEx(), + setDateTimeFormat( $see_php_date )

github.com/shuchkin/simplexlsx - 12835e52354d76ae8d290d7a6f39e7a06a517b47 authored over 6 years ago
remove old link

github.com/shuchkin/simplexlsx - 9411bc6b5dd546453c0dd832472f7433fe867fa4 authored over 6 years ago
shields next time

github.com/shuchkin/simplexlsx - a0757e123a611ec399bdd0853ba0a24b7720b6fd authored over 6 years ago
0.8.1

renamed simplexlsx.class.php to SimpleXLSX.php
renamed parse_error to parseError
added toHTML() /...

github.com/shuchkin/simplexlsx - bba693ebc4af785f6df705936305585eed29d894 authored over 6 years ago
Fix wrong example in method zRangeByScore

github.com/shuchkin/phpstorm-stubs - bcaa315adcf355a6bf4b059f9d11e16a2d979a29 authored over 6 years ago
Merge pull request #435 from voku/fix_mysqli_get_server_version

Fix mysqli get server version

github.com/shuchkin/phpstorm-stubs - 3fb72fa614ef475d7ffb1369866cbaa371ca18eb authored over 6 years ago
Merge pull request #432 from maxiwheat/master

Added missing @throws annotions in ReflectionParameter methods

github.com/shuchkin/phpstorm-stubs - 3fbfb949173c44eabe8b5eb8d03881f5e54033df authored over 6 years ago
Add pthreads stubs for addRef/delRef/getRefCount functions for Threaded class

github.com/shuchkin/phpstorm-stubs - fdfdcd1e1b61593b6948515f8c99fb7a05206598 authored over 6 years ago
Fix pthreads stub for Threaded::extend()

github.com/shuchkin/phpstorm-stubs - 4e603755019d9fa64913691a664698fb691e0747 authored over 6 years ago
Merge pull request #430 from gnumoksha/patch-1

Improve docs for DateTimeImmutable constructor

github.com/shuchkin/phpstorm-stubs - 23bf468e1c8d1263215690ea24802ac1ec1ee920 authored over 6 years ago
Merge pull request #438 from bakedpotat0/standard_7_dir

Fix dir() URL and update its param descriptions based on docs

github.com/shuchkin/phpstorm-stubs - c20ea8efb6215aa066e7e94b00d4acb32d02444b authored over 6 years ago
Minor changes in pthreads for consistency

github.com/shuchkin/phpstorm-stubs - af4474c61c967118884ad11e617d285ed8ae9e5e authored over 6 years ago
Update various @return's in bcmath based on PR feedback

github.com/shuchkin/phpstorm-stubs - d9e5c1eb33d1076f4d9cb9cfb0c5bec44d92cf4a authored over 6 years ago
Update dir()'s @return based on PR feedback

github.com/shuchkin/phpstorm-stubs - 90a6324def940ff415376d35ca3305235a069963 authored over 6 years ago
Fix dir() URL and update its param descriptions based on docs

github.com/shuchkin/phpstorm-stubs - 4dbd14fef60af614abb32adfef0b5456377090c2 authored over 6 years ago
Update bcmath stub based on latest docs minus changes set for the (future) PHP 7.3.0

github.com/shuchkin/phpstorm-stubs - c59692123b01ed5afd5ea9020f6c2f49bdf2d0f1 authored over 6 years ago
Update pthreads stub based on latest docs (v3.1.6)

github.com/shuchkin/phpstorm-stubs - 3f581076ebd1a5e84efdd00939b1a18cc0d20eca authored over 6 years ago
Merge remote-tracking branch 'upstream/master' into fix_mysqli_get_server_version

* upstream/master: (51 commits)
Change all other links available in HTTPS
@link and @see tag...

github.com/shuchkin/phpstorm-stubs - e2099d510d53ef7d3b081c99a1809ba9b61b73f2 authored over 6 years ago
[+]: fix return of "mysqli_get_server_version()"

github.com/shuchkin/phpstorm-stubs - 118be6d65250888361583d2fb9403a4f5be2d6ab authored over 6 years ago
Create LevelDB.php

github.com/shuchkin/phpstorm-stubs - 761666109f341eba78d187d2834fa17043c9caee authored over 6 years ago
Added missing @throws annotions in ReflectionParameter methods

github.com/shuchkin/phpstorm-stubs - 7df82c7021d9929b081c31bdaf860f1c94029a4a authored over 6 years ago
Convert links to HTTPS

github.com/shuchkin/phpstorm-stubs - 488a132469f2bb60a6c09f2a9f721d70c9668b61 authored over 6 years ago
Add stubs for the Saxon/C extension

Stubs are based on the API docs at http://www.saxonica.com/saxon-c/doc/html/index.html#php-api,
...

github.com/shuchkin/phpstorm-stubs - 9242376dc208313a6d35fe80d2413d80a2078d95 authored over 6 years ago
Add https prefix to some @link

github.com/shuchkin/phpstorm-stubs - 47767e07dfd94c5766b51687216bebb8dc09e2bb authored over 6 years ago
Merge remote-tracking branch 'upstream/master' into patch-1

github.com/shuchkin/phpstorm-stubs - 8c8436ec376a60671754937a502fb93adf156b5a authored over 6 years ago
Remove incorrect return type

github.com/shuchkin/phpstorm-stubs - acfda3697718ef9bad2e7233eb5d8f47ad8ee93b authored over 6 years ago
Remove return statement from DateTime[Immutable]

@b1rdex said it is useless

github.com/shuchkin/phpstorm-stubs - 941237f25acc0e6f6722db9d68ba6b6f05121e73 authored over 6 years ago
Change all other links available in HTTPS

github.com/shuchkin/phpstorm-stubs - e7ff3c65baa69ec949eecab49b8569484461bec0 authored over 6 years ago
@link and @see tags should use https (test for constants)

github.com/shuchkin/phpstorm-stubs - ca3d20b88b700a686ce836ae0a98ace92c531d17 authored over 6 years ago
@link and @see tags should use https

github.com/shuchkin/phpstorm-stubs - 890dcf4a42f7182cec81ae0928b86a8c168794d7 authored over 6 years ago
Configuration for tests

github.com/shuchkin/phpstorm-stubs - 409e0583a2cbe75b583146828b179df047e29f8b authored over 6 years ago
Merge pull request #397 from b1rdex/patch-2

Improve \RedisArray typehinting

github.com/shuchkin/phpstorm-stubs - 0156230321671c7b85bdb5c3d5dcee560163cd1b authored over 6 years ago
Merge pull request #422 from goodspb/master

Update RedisCluster Options for OPT_SLAVE_FAILOVER

github.com/shuchkin/phpstorm-stubs - fa92a27e8d8ba170e1b45aace0caa8007a105a9a authored over 6 years ago
Merge pull request #418 from tacovandenbroek/RedisClusterException

Add RedisClusterException

github.com/shuchkin/phpstorm-stubs - 2cd83c241d2307ef3f4917221cd245cb67e174f7 authored over 6 years ago
Merge pull request #407 from mrcnpdlk/mongodb

Mongodb (WI-43476)

github.com/shuchkin/phpstorm-stubs - 87b3bc491bc194b3654b22f200e62d39dd01569e authored over 6 years ago
Merge pull request #405 from SergeAx/patch-1

Update mongodb.php (WI-43350)

github.com/shuchkin/phpstorm-stubs - cdb8c56db0d7025b38fb41ee40c5177764e43a0e authored over 6 years ago
Merge pull request #420 from sjlehn/patch-1

Add docs for mysqli_result close and free_result

github.com/shuchkin/phpstorm-stubs - cc175cd93d541e16241848f0f0b261b90152b9e2 authored over 6 years ago
Merge pull request #421 from sjlehn/pdflib

Add PDFlib stubs based on php.net documentation

github.com/shuchkin/phpstorm-stubs - 850294f27bbbded876d2cb877c62b1073b9d1f58 authored over 6 years ago
Improve docs for DateTimeImmutable constructor

Improve documentation for DateTime and DateTimeImmutable constructors. The motivation behind thi...

github.com/shuchkin/phpstorm-stubs - 31d3f3e43db67160af568d08ad751f6ac641abf0 authored over 6 years ago
Merge pull request #398 from EFTEC/master

adding mysql_xdevapi stub
updating redis->set

github.com/shuchkin/phpstorm-stubs - f73b7236a34f9111c3ee575b43cced5433282f81 authored over 6 years ago
Merge pull request #423 from andreasschroth/patch-1

Fix return type in iconv()

github.com/shuchkin/phpstorm-stubs - 5e60d1bae836b57a121d2f1cf088d4b07f6e1b30 authored over 6 years ago
Merge pull request #424 from andreasschroth/patch-2

Fix return type of file_get_contents()

github.com/shuchkin/phpstorm-stubs - 267de90b22c726c89ca5cdf6a32bc16174a6d838 authored over 6 years ago
Merge pull request #425 from andreasschroth/patch-3

Fix return type of idn_to_utf8()

github.com/shuchkin/phpstorm-stubs - 6bd0b1bfadcb7c46f9dff350c760164b4c31df24 authored over 6 years ago
Merge pull request #429 from andreasschroth/patch-6

Fix return type of SplFileInfo::getRealPath()

github.com/shuchkin/phpstorm-stubs - b8381634163adfdc524c28d930efff418b798d74 authored over 6 years ago
Merge pull request #426 from andreasschroth/patch-4

Specify return type of curl_exec() further

github.com/shuchkin/phpstorm-stubs - 195f0e74b44bc6775344bc09f8cb91c4976e3e96 authored over 6 years ago
Fix return type of SplFileInfo::getRealPath()

github.com/shuchkin/phpstorm-stubs - 30620fc9a2589d89b33c2ad05ad9cc411d805687 authored over 6 years ago
Merge pull request #427 from andreasschroth/patch-5

Fix return type from DateTimeImmutable::createFromFormat()

github.com/shuchkin/phpstorm-stubs - 077a191e552601a37c67aee5607941d0d4994879 authored over 6 years ago
Merge pull request #428 from andreasschroth/patch-6

Fix return type for PDO::query()

github.com/shuchkin/phpstorm-stubs - c73a1f47547e198bd490ce3294f7f4fd12857b5d authored over 6 years ago
Fix return type for PDO::query()

github.com/shuchkin/phpstorm-stubs - e8a23e0b15c56fed3aef1706d7a1180a8019d96d authored over 6 years ago
Fix return type from DateTimeImmutable::createFromFormat()

github.com/shuchkin/phpstorm-stubs - 4b8bf521e480bc3e70864882bef4f9979b01f30c authored over 6 years ago
Specify return type of curl_exec() further

github.com/shuchkin/phpstorm-stubs - 80c5bf1bf29c127491d0de80434837995992014d authored over 6 years ago
Fix return type in idn_to_utf8()

github.com/shuchkin/phpstorm-stubs - 14dfdcf1586b5893b9a30b8d6eb46e30d79c7992 authored over 6 years ago