Ecosyste.ms: OpenCollective

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

github.com/php-fig/fig-standards

Standards either proposed or approved by the Framework Interop Group
https://github.com/php-fig/fig-standards

Updating CacheInterface references

5731fc06a4614350f1d54e894de602efde7e5759 authored over 8 years ago
Fix typo

3ba67bd04bdf53772924a8b34fc8623b42cbcabf authored over 8 years ago
Add adapter and combine all three interfaces into one

efd626404f09550bf3d27048d0b6d11db9d25d58 authored over 8 years ago
Bunch of fine tuning tweaks, wording and added meta document

6022249f48bf739cc721cc4dc3a81d98dabc171e authored over 8 years ago
Updated reserved characters list. Updated getMultiple() to always return all requested keys. Updated TTL to accept DateInterval

86fab50a606f749d9a96c894c28cf5cfc104ccb9 authored over 8 years ago
Initial version of PSR SimpleCache

2bd5ba3d048a3991d6ac184f8d2411e10bf39cd7 authored over 8 years ago
Updating CacheInterface references

33f7ef1f9f7aaf33ad0508599b6f439687aa5b4b authored over 8 years ago
PSR SimpleCache people update

b802a9eca554af73d808e70f32abebdd6afbb232 authored over 8 years ago
Minor SimpleCache adjustments as per feedback from Michael Cullum

36c21c8cc9291eaa668c965451f1e70c79ca8721 authored over 8 years ago
Updating SimpleCache people

466bea509109738cae8d1b26a476479c62703b06 authored over 8 years ago
Merge pull request #765 from philsturgeon/bylaw-expulsion-caveat

Common sense bylaw caveats on member expulsion

2c87e02b7f3d5eb40d682a1c39c7844c00a48a59 authored over 8 years ago
Fixed typo

630560714c3f7fb11c5b71fea4f30ccc2fedd901 authored over 8 years ago
Fixed parameter name in docblock

0515dc99d793dc0df9f80ad5d5ddb2369be2cb26 authored over 8 years ago
Merge pull request #748 from carnage/patch-1

Adds suggested naming convention for container interop implementations

f5e2551c11c6d19993f1d6e21350c9250db57a73 authored over 8 years ago
Merge pull request #253 from dunglas/patch-1

[PSR-3] Fixed interpolate() to pass tests

70462aeaca867675995b4bf08c87c00072ae5a6d authored over 8 years ago
Merge pull request #169 from phpDocumentor/master

[DRAFT, WIP] PSR-5: PHPDoc Standard

a82e13e5721bfa0f34d529e1ee62004ea41a1d6b authored over 8 years ago
Update factory meta document (#776)

Adds comparison of existing approaches in Diactoros, Guzzle, and Slim.

Refs #759

0adc8289ab445f7bdf23c43a77d418df5b53bebc authored over 8 years ago
Update PSR index

3b4121996f981d01c07d77e59ed6612270a6c016 authored over 8 years ago
Fix grammatical issues in accepted proposals

19a487911ba9d53f4d6c73e9e5123afebf3a5411 authored over 8 years ago
Merge pull request #775 from Crell/link-templates

Link template handling

542db95d1aa3368f5d8126d0379bffcaaa545ad3 authored over 8 years ago
fixed a typo in the autoloader example description (#784)

df0d0f4bc5b5bef1ac62b71f1731d6ba0c499524 authored over 8 years ago
let code blocks in markdown be paired (#781)

6870f98f6648ac99168079885e4e509903f80af6 authored over 8 years ago
Name Michael Hess Editor of PSR-9/10 (#780)

* Name Michael Hess Editor of PSR-9/10.

* Update the index file, too.

91f728181e6a2e6ffe1cf3c1416c32c19d7ccf02 authored over 8 years ago
Merge pull request #759 from shadowhand/http-factory

Create initial proposal for HTTP factories

15d5969bcccf8e7b07ffc4f0454d551c490cf120 authored over 8 years ago
Set PSR reference number

96f348befbdfe2edad0ea15fadba95d1b52c1ed9 authored over 8 years ago
Remove last open questions from the meta doc.

b258dc7359a7d39c09a30ced5ac7ebad0c15fd06 authored over 8 years ago
Add hanlding of link templates.

b640ba49aff9f13a8429588435eceffb17e2163f authored over 8 years ago
Merge pull request #773 from shadowhand/fix/middleware-invoke-method-name

Rename handle() to process()

a9d6c59650c9fcc3f65605a4868c146d3afdedd4 authored over 8 years ago
Merge pull request #772 from shadowhand/fix/middleware-type-declaration

Change wording around type declarations

90644416fe3873aca4a0c6bee82e62cc1df584f6 authored over 8 years ago
Rename handle() to process()

Using the same method name for the stack and middleware is logical and
may reduce conflicts with...

833350d08b8c9d81a7cd01b0cfeb2374402ce28e authored over 8 years ago
Change wording around type declarations

Type hints refer to docblocks and declarations refer to types that
are enforced by the engine.

...

cf0ec52f32d120bb1df789d430d18df37d38745f authored over 8 years ago
Merge pull request #771 from shadowhand/middleware/lambda-style

Update interfaces with a lambda style approach

8d67149d3705f3b6d2c8a50850ca0064b608f707 authored over 8 years ago
Update interfaces with a lambda style approach

Based on feedback from the community, a lambda style approach offers
better runtime checking and...

df7aceb62d2996c923fbdae3bc6691fadb4335d2 authored over 8 years ago
Update request/response for complete objects

Avoid a scenario where several different factories are injected to
create a request or response ...

f0ed8e764ceb903e61ceeba1adbd27f21dd92cd3 authored over 8 years ago
Add second sponsor

Made Roman coordinator, since Paul is already coordinating another PSR.

Refs #755

bb49b6b243fbbb92d0868d91b270a351f4ea450d authored over 8 years ago
Separate stream factory methods

Having separate methods for creating streams from different sources
makes it easier for vendors ...

16ceb5a0c3bbfaf79079c458ed442f95bef4909d authored over 8 years ago
Create initial proposal for HTTP factories

c5e15c313cc18a64c78fe9c7807065ce9389987f authored over 8 years ago
Add entrance vote link

59b152f8be8622b9cbf61c5525fc0794d8daf85e authored over 8 years ago
Update request/response with mandatory parameters

A request must always have a method and a URI.

A response must always have a status code.

A se...

b703bec4005b10e518dba333281fd841e6651798 authored over 8 years ago
Remove HTTP factory interface extensions

Allowing (eg) response factory to also act as a stream factory violates
Single Responsibility Pr...

9e571921498df3fcbd9071bcac050be545554541 authored over 8 years ago
Add link to feedback thread

5fe146bec46e81aa2c713aec3406b744898b68cc authored over 8 years ago
Merge pull request #770 from Crell/psr-13-sponsor

Add Marc Alexander as PSR-13 sponsor

883221cd0882f98e883eeed432f05af47b1e6251 authored over 8 years ago
Add Marc Alexander as PSR-13 sponsor.

20a4c4d173a03c4b3f12eaba814194b990454b67 authored over 8 years ago
Merge pull request #755 from shadowhand/middleware

Create initial proposal for middleware interface

67c8c42fa9b2e2b672c62c9d295fedf00c6b3925 authored over 8 years ago
Merge pull request #768 from Crell/link-rels

Relocate relationship definitions

36781cdd4b12e702f8a0f7b3983870be2de1231f authored over 8 years ago
Remove more todo items that are essentially answered now.

6b71b7af3acfdf4920771e2e6bf61129f7191aaf authored over 8 years ago
Remove another todo item.

94ab406a0a0c6936ea95694c425c0796d62dc178 authored over 8 years ago
List IANA first, because they're more prominent.

58e7407826ac4a7e0e28887db7dd32fc223f9b7a authored over 8 years ago
Move relationship definition out of the interface to prose.

de26ff1c5b52b498ea03389807a74e17b9d45eac authored over 8 years ago
Merge pull request #767 from AndrewCarterUK/patch-6

Added PHP opening tags

6e2ec083db4eba9fdda675505e3a93a0591c4390 authored over 8 years ago
Added PHP opening tags

Not having these ruins syntax highlighting on the website (it's also more accurate).

http://w...

b18cb55944b42d7bf2e99c459e28efa421799577 authored over 8 years ago
Add comparison of single and double pass

20cb774a2a7a2309c64569a7d0607e5b39ce9c03 authored over 8 years ago
Add proposal for middleware interface

A PSR-7 compatible middleware interface has been defined as an informal
standard already. This t...

7611500e426615212ac6846a2b754369f193685a authored over 8 years ago
Add link to entrance vote

41fb839089b4cb9e167dda9e16a34ff60cdddf55 authored over 8 years ago
Common sense bylaw caveats on member expulsion

The FIG does not need to get into the habit of making bylaws for every
decision the secretaries ...

64ddec47e003652d14bd957fd630caa406273a57 authored over 8 years ago
Merge pull request #763 from reinink/patch-1

Fix tildes issue caused by extra ticks.

16e29db3d08bc1b6a8ba66c8112ed0d0111245ed authored over 8 years ago
Fix tildes issue caused by extra ticks.

5741cac733fb0eab3394baeac82b32bab1602449 authored over 8 years ago
Fix a grammatical error from 4 years ago. (#760)

8cc52c2eab16feba3301a1f439b6a7c0c72130f1 authored over 8 years ago
Merge pull request #758 from reinink/master

Convert ticks to tildes.

3ecd42843d6f875af3c702ab55720f8ac95e8cc6 authored over 8 years ago
Convert ticks to tildes.

9683ed768d50098d8954a4377bd7f50f05f2c127 authored over 8 years ago
Merge pull request #754 from svpernova09/psr-14

Add PSR-14 info to index

7dd947db59d39099ad0095ab904e0c71bbf49812 authored almost 9 years ago
Add PSR-14 info to index

e2239629f406585333a5ce540ea150762392c377 authored almost 9 years ago
Merge pull request #753 from bretterer/event-manager

Event manager Addition

f35d729f59a9f9d5ea79d6dc9b4fdde87b7f5083 authored almost 9 years ago
Added Chuck as editor

5f9d7c4f07cc61161607baeb700f804a8d191b9c authored almost 9 years ago
Update other bylaws we are keeping

02d928f3014536a65372ff0e2188b8f74e69abc9 authored almost 9 years ago
Move around bylaws and introduce FIG 3.0

f521dffc3a6a1b630f6d4ad457c6c3d786e01374 authored almost 9 years ago
Merge pull request #2 from leofeyer/patch-1

Fix the EventInterface::stopPropagation() method

a2152c24da53e5f118cd15feb5ed410e7bf525f4 authored almost 9 years ago
Merge pull request #1 from colinodell/patch-2

Fix small typo

497e151627df7e4ca1a0a801e9c779c5b56f9910 authored almost 9 years ago
Fix the EventInterface::stopPropagation() method

The phpDoc of the `EventInterface::stopPropagation()` method defines a boolean parameter, howeve...

2b4e398cc32bc25ead79d7e1632c8494dcc5b8fa authored almost 9 years ago
Fix small typo

e8d06bf5f5f940221aa8532c96bcfd0e0d0f3db1 authored almost 9 years ago
Add editor attributions to numerical index as well

d25706f1db495253b96fe61f1f6c15d9ddaa5b44 authored almost 9 years ago
Merge pull request #751 from php-fig/pre-workflow-editors

Add "editor" names on pre-workflow-bylaw PSRs

56e640cf3a91a1ab0f5b8de30d79bfb1597787ab authored almost 9 years ago
Add "editor" names on pre-workflow-bylaw PSRs

"Editor" seems the closest correct role for PSRs before the adoption of the workflow bylaw. Happ...

bbae20c3613de4cfb7539f5d4ef289e2e847f12f authored almost 9 years ago
Merge pull request #692 from shadowhand/patch-1

Remove confusing "non-blank" phrase

9459e78cf9df8eb8dd11999e828b982eb9eee214 authored almost 9 years ago
Minor tweaks per feedback in the PR.

d2e25544add8636f658eddb6697db4566110a998 authored almost 9 years ago
Merge pull request #749 from WouterJ/patch-1

Move deprecated standards further down

10f6b65c8220bfb0f3142ed849857a1842c07bbc authored almost 9 years ago
Move deprecated standards further down

a8be8b604b2ab8d2ecbc03c75579366691f189e6 authored almost 9 years ago
updated docs

a1b67a69a18b243cf38d2a506c56a6097e7cd75b authored almost 9 years ago
updated titles

0565a3208ef0a50c7551a948f7a59f6b0a48a6bf authored almost 9 years ago
remove copied link for entrance vote

d359a1af9761632e1560e27ab1ba81868a6f15d3 authored almost 9 years ago
change heading level

760a4752c7b59710fb5ca81527168a94bd41a501 authored almost 9 years ago
add proposed event manager

ca646f513525b77fdf75c96260f11f2a9505d7ae authored almost 9 years ago
merge in upstream

0be91a2f046e043f00a8815f80f8cb7115f5b703 authored almost 9 years ago
Added note for implementation names

0d5b50cf6a87c087842a401d1438e855c6b04ae7 authored almost 9 years ago
Merge pull request #745 from squinones/change-psr12-editor

Changed PSR-12 author from Michael Cullum to Korvin Szanto

0e77568bf6e9ba68bcd49aeb0e3c8029d908dcb2 authored almost 9 years ago
Changed PSR-12 author from Michael Cullum to Korvin Szanto

0b2af03eb1f01263fe878fef49da9f78165a1de5 authored almost 9 years ago
Update a missed instance of the PSR-11 sponsor.

4d788ff82b650a17ac41c0fad727d43e56e376d0 authored almost 9 years ago
Update PSR-11 sponsor

bfdad895aafb1e8247947750dfe8170649cb4b86 authored almost 9 years ago
Merge pull request #126 from spiegelm/patch-1

Fix typo in table of contents

b994d853b8ba33bd4bfb00e53cc268d57a5d1e7b authored almost 9 years ago
Fix typo in table of contents

Replace "ABFN" by "ABNF"

ead19fb5e48590e922a628be2691e9109236088d authored almost 9 years ago
Merge pull request #744 from teohhanhui/multiline-arg

[PSR-12] Move note and example on multi-line arg

3dd94ab05df2b3e36733bb45eb9d369443476ce8 authored almost 9 years ago
[PSR-12] Move note and example on multi-line arg

The note and example on "a single argument being split across multiple lines" were in the wrong ...

34461decb23e14f64a7ba2c0667ab985f3bc8408 authored almost 9 years ago
Merge pull request #566 from gaomd/master

[PSR-7] Fix title heading level

8dc47c142abf712ae89e6ce6cf80b65be336801b authored almost 9 years ago
Merge pull request #563 from Tobion/patch-3

[PSR-7] single quotes are used in code examples

f6871555cf7828066f600d70d243cecdc45f6da6 authored almost 9 years ago
Fix the way around and clarify which is which between PSR-9 and PSR-10

20b6f29ae568ed880996dcf643cc293e55b1e233 authored almost 9 years ago
Merge pull request #712 from mnapoli/patch-1

Fix wrong links for PSR-9 and 10

2654f62ccf9372cb9c9d0aff11e6c78740dced40 authored almost 9 years ago
Merge pull request #718 from peterkokot/patch-psr6

Markdown small fix

1fc49b4d730789f598fbd45737d2cf647731485c authored almost 9 years ago
Update which co-ordinator/sponsor positions are vacant

7f1c2035248aeaa307b30c7312c38ac0a7c9c346 authored almost 9 years ago
Merge pull request #741 from jaikdean/spelling-correction

Correct spelling of 'preceded' in PSR-12

ee9b94c84b5c1a0aa03b5083bee1f4124d634ea7 authored about 9 years ago
Correct spelling of 'preceded' in PSR-12

249f559ab86ea2950811301394c09dd1c1b11797 authored about 9 years ago