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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
github.com/azjezz/psl - azjezz opened this pull request about 2 years ago
feat: introduce `Range` component
github.com/azjezz/psl - azjezz opened this pull request about 2 years ago
github.com/azjezz/psl - azjezz opened this pull request about 2 years ago
add `Vec\get`, `Vec\get_typed`, `Dict\get` and `Dict\get_typed` functions.
github.com/azjezz/psl - azjezz opened this issue about 2 years ago
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
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
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
github.com/azjezz/psl - azjezz opened this pull request about 2 years ago
`Psl\Filesystem\exists()` has an invalid `@psalm-assert-if-true`
github.com/azjezz/psl - Ocramius opened this issue about 2 years ago
github.com/azjezz/psl - Ocramius opened this issue about 2 years ago
chore: introduce rust extension
github.com/azjezz/psl - azjezz opened this pull request about 2 years ago
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
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
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
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
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
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
github.com/azjezz/psl - BackEndTea opened this pull request 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
github.com/azjezz/psl - BackEndTea 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
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
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
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
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
github.com/azjezz/psl - dragosprotung opened this pull request over 2 years ago
Writing to a non existing file using \Psl\File\WriteMode::TRUNCATE does not create the file
github.com/azjezz/psl - dragosprotung opened this issue over 2 years ago
github.com/azjezz/psl - dragosprotung opened this issue over 2 years ago
Fix Filesystem\get_extension() returning empty string
github.com/azjezz/psl - dragosprotung opened this pull request over 2 years ago
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
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
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
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
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
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
github.com/azjezz/psl - jrmajor opened this pull request over 2 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
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
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
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
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
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
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
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
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
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
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
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
github.com/azjezz/psl - jrmajor opened this issue about 3 years ago
chore(filesystem): rework exceptions
github.com/azjezz/psl - azjezz opened this pull request about 3 years ago
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
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
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
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
github.com/azjezz/psl - azjezz opened this pull request about 3 years ago
extend `Error` for `InvariantViolationException` instead of `Exception`
github.com/azjezz/psl - azjezz opened this issue about 3 years ago
github.com/azjezz/psl - azjezz opened this issue about 3 years ago
asserting type of non_empty_string triggers psalm error when asserting known string
github.com/azjezz/psl - bendavies opened this issue over 3 years ago
github.com/azjezz/psl - bendavies opened this issue over 3 years ago
Benchmarks and performance improvements
github.com/azjezz/psl - Ocramius opened this pull request over 3 years ago
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
github.com/azjezz/psl - veewee opened this issue 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
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
github.com/azjezz/psl - azjezz opened this pull request over 3 years ago
[Collection] add `CollectionInterface::chunk()` method.
github.com/azjezz/psl - azjezz opened this issue over 3 years ago
github.com/azjezz/psl - azjezz opened this issue over 3 years ago
ShapeType and CoercionException
github.com/azjezz/psl - vaclavvanik opened this issue over 3 years ago
github.com/azjezz/psl - vaclavvanik 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
github.com/azjezz/psl - veewee opened this pull request almost 4 years ago
`Psl\Type\non_empty_string()` is not marked as `@psalm-pure`?
github.com/azjezz/psl - Ocramius opened this issue almost 4 years ago
github.com/azjezz/psl - Ocramius opened this issue almost 4 years ago
Not installable without ARGON2 support
github.com/azjezz/psl - bendavies opened this issue almost 4 years ago
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
github.com/azjezz/psl - azjezz opened this issue about 4 years ago
Quality Assurance tools integration.
github.com/azjezz/psl - azjezz opened this issue over 4 years ago
github.com/azjezz/psl - azjezz opened this issue over 4 years ago