Ecosyste.ms: OpenCollective

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

PHP Standard Library

Creating a a modern, consistent, centralized, well-typed set of APIs for PHP programmers.
Collective - Host: opensource - https://opencollective.com/php-standard-library - Website: https://t.co/npzOrTXvdx - Code: https://github.com/azjezz/psl

feat(type): add unsigned integer types

github.com/azjezz/psl - KennedyTedesco opened this pull request almost 2 years ago
feat(type): add signed integer types

github.com/azjezz/psl - azjezz opened this pull request almost 2 years ago
feat(type): add uint type

github.com/azjezz/psl - azjezz opened this pull request almost 2 years ago
feat(type): add nonnull type

github.com/azjezz/psl - azjezz opened this pull request almost 2 years ago
chore: remove float ranges

github.com/azjezz/psl - azjezz opened this pull request almost 2 years ago
[Type] add `string_range` and `int_range` types.

github.com/azjezz/psl - azjezz opened this issue almost 2 years ago
[Type] add `nonnull` type

github.com/azjezz/psl - azjezz opened this issue almost 2 years ago
[Type] introduce new integer/float functions

github.com/azjezz/psl - azjezz opened this issue about 2 years ago
rename all parameters to use snake_case everywhere.

github.com/azjezz/psl - azjezz opened this issue about 2 years ago
doc(async): add documentation

github.com/azjezz/psl - azjezz opened this pull request about 2 years ago
feat(str): add range function

github.com/azjezz/psl - azjezz opened this pull request about 2 years ago
Return might be non-empty-list/non-empty-array for map functions

github.com/azjezz/psl - dragosprotung opened this pull request about 2 years ago
fix(vec): `reproduce` and `range` return type is always non-empty-list

github.com/azjezz/psl - dragosprotung opened this pull request about 2 years ago
add `Vec\flatten` and `Vec\flatten_by`

github.com/azjezz/psl - azjezz opened this issue about 2 years ago
curse(option): declare None as a constant

github.com/azjezz/psl - azjezz opened this pull request about 2 years ago
feat(range): add wither methods

github.com/azjezz/psl - azjezz opened this pull request about 2 years ago
andThen()

github.com/azjezz/psl - veewee opened this issue about 2 years ago
feat: introduce `Range` component

github.com/azjezz/psl - azjezz opened this pull request about 2 years ago
add `Psl\Str\range`

github.com/azjezz/psl - azjezz opened this issue about 2 years ago
introduce `Psl\Range` component

github.com/azjezz/psl - azjezz opened this issue about 2 years ago
add `Iter\range`

github.com/azjezz/psl - azjezz opened this issue about 2 years ago
feat(option): introduce `Option\from_nullable` function

github.com/azjezz/psl - veewee opened this pull request about 2 years ago
Adjusted testcases for better pipe plugin

github.com/azjezz/psl - veewee opened this pull request about 2 years ago
chore: update license copyright year

github.com/azjezz/psl - azjezz opened this pull request about 2 years ago
Support psalm v5

github.com/azjezz/psl - veewee opened this pull request about 2 years ago
chore: introduce rust extension

github.com/azjezz/psl - azjezz opened this pull request about 2 years ago
fix(type): add more valid float coerceings

github.com/azjezz/psl - bcremer opened this pull request about 2 years ago
Idea: `Psl\Type\enum(MyEnum::class)`

github.com/azjezz/psl - Ocramius opened this issue about 2 years ago
chore(php): fix PHP 8.2 deprecations

github.com/azjezz/psl - azjezz opened this pull request about 2 years ago
Use array_is_list for vec types

github.com/azjezz/psl - BackEndTea opened this pull request over 2 years ago
chore(php): fix PHP 8.2 deprecations

github.com/azjezz/psl - jrmajor opened this pull request over 2 years ago
Add mixed dict and vec types

github.com/azjezz/psl - BackEndTea opened this pull request over 2 years ago
Scopable loader

github.com/azjezz/psl - veewee opened this pull request over 2 years ago
Loader is not scopable

github.com/azjezz/psl - veewee opened this issue over 2 years ago
assert/coerce on dict will always loop over entire dict

github.com/azjezz/psl - BackEndTea opened this issue over 2 years ago
Type for `numeric-string`

github.com/azjezz/psl - zerkms opened this issue over 2 years ago
Type\not_null()

github.com/azjezz/psl - rodnaph opened this issue over 2 years ago
feat(option): introduce option component

github.com/azjezz/psl - azjezz opened this pull request over 2 years ago
Result is too restrictive, introduce Either type?

github.com/azjezz/psl - someniatko opened this issue over 2 years ago
chore(docs): fix wrong function name in examples

github.com/azjezz/psl - jrmajor opened this pull request over 2 years ago
README - add PHPStan Integration

github.com/azjezz/psl - ondrejmirtes opened this pull request over 2 years ago
Fix file truncate writing mode

github.com/azjezz/psl - dragosprotung opened this pull request over 2 years ago
Fix Filesystem\get_extension() returning empty string

github.com/azjezz/psl - dragosprotung opened this pull request over 2 years ago
`\Psl\Filesystem\get_extension()` can return empty string

github.com/azjezz/psl - dragosprotung opened this issue over 2 years ago
Use Revolt EventLoop stable version (0.2)

github.com/azjezz/psl - simPod opened this pull request over 2 years ago
Fix source doc function summary

github.com/azjezz/psl - Zerogiven opened this pull request over 2 years ago
chore(filesystem): improve docblock descriptions

github.com/azjezz/psl - jrmajor opened this pull request over 2 years ago
feat(vec): introduce slice(), take() and drop() functions

github.com/azjezz/psl - jrmajor opened this pull request over 2 years ago
chore(dict): narrow `Dict\take` return type

github.com/azjezz/psl - jrmajor opened this pull request over 2 years ago
Add TLS/SSL support

github.com/azjezz/psl - iggyvolz opened this issue almost 3 years ago
chore(ga): bump actions/cache from 2.1.7 to 3

github.com/azjezz/psl - dependabot[bot] opened this pull request almost 3 years ago
chore(ga): bump actions/checkout from 2 to 3

github.com/azjezz/psl - dependabot[bot] opened this pull request almost 3 years ago
chore(psalm): update type hint

github.com/azjezz/psl - patoui opened this pull request almost 3 years ago
feat(network): support idle connections

github.com/azjezz/psl - azjezz opened this pull request almost 3 years ago
Backport static analysis fixes to 1.6

github.com/azjezz/psl - veewee opened this pull request almost 3 years ago
[Result] Collect stats from result sets

github.com/azjezz/psl - veewee opened this pull request almost 3 years ago
feat(io): add streaming function

github.com/azjezz/psl - azjezz opened this pull request almost 3 years ago
feat(shell): introduce error output behavior feature

github.com/azjezz/psl - azjezz opened this pull request almost 3 years ago
Add static analysis checks for the new psalm pipe hook

github.com/azjezz/psl - veewee opened this pull request almost 3 years ago
chore(deps): bump php-standard-library/psalm-plugin from 1.1.1 to 1.1.2

github.com/azjezz/psl - dependabot[bot] opened this pull request about 3 years ago
chore(deps): bump vimeo/psalm from 4.16.1 to 4.17.0

github.com/azjezz/psl - dependabot[bot] opened this pull request about 3 years ago
Exit code 139 with no error thrown in `File\write()`

github.com/azjezz/psl - jrmajor opened this issue about 3 years ago
Closure vs callable

github.com/azjezz/psl - veewee opened this issue about 3 years ago
chore(filesystem): rework exceptions

github.com/azjezz/psl - azjezz opened this pull request about 3 years ago
[bug][async]: sequence allows for concurrent calls.

github.com/azjezz/psl - azjezz opened this issue about 3 years ago
chore(deps): bump vimeo/psalm from 4.15.0 to 4.16.1

github.com/azjezz/psl - dependabot[bot] opened this pull request about 3 years ago
chore(data-structure): rework exceptions

github.com/azjezz/psl - azjezz opened this pull request about 3 years ago
chore: remove all references to callable, replace by closure

github.com/azjezz/psl - azjezz opened this pull request about 3 years ago
[DataStructures] Set

github.com/azjezz/psl - veewee opened this pull request about 3 years ago
`Psl\Shell\execute` with TTY

github.com/azjezz/psl - bendavies opened this issue about 3 years ago
[meta] version 2.0

github.com/azjezz/psl - azjezz opened this issue about 3 years ago
Benchmarks and performance improvements

github.com/azjezz/psl - Ocramius opened this pull request over 3 years ago
Dict\take() not playing nice with generators

github.com/azjezz/psl - veewee opened this issue over 3 years ago
Added repro for #212

github.com/azjezz/psl - zerkms opened this pull request over 3 years ago
Typing for `shape` makes psalm think it's a no-op

github.com/azjezz/psl - zerkms opened this issue over 3 years ago
[Collection] add CollectionInterface::chunk()

github.com/azjezz/psl - azjezz opened this pull request over 3 years ago
ShapeType and CoercionException

github.com/azjezz/psl - vaclavvanik opened this issue over 3 years ago
rework exceptions

github.com/azjezz/psl - azjezz opened this issue over 3 years ago
[Type] string to float coerce

github.com/azjezz/psl - veewee opened this pull request almost 4 years ago
[Type] Coerce float to string

github.com/azjezz/psl - veewee opened this issue almost 4 years ago
Not installable without ARGON2 support

github.com/azjezz/psl - bendavies opened this issue almost 4 years ago
[DataStructure] iterating over data structures

github.com/azjezz/psl - azjezz opened this issue about 4 years ago
Intl API

github.com/azjezz/psl - azjezz opened this issue over 4 years ago
[Tests] missing static analysis

github.com/azjezz/psl - azjezz opened this issue over 4 years ago
Quality Assurance tools integration.

github.com/azjezz/psl - azjezz opened this issue over 4 years ago
DateTime API

github.com/azjezz/psl - azjezz opened this issue over 4 years ago