Ecosyste.ms: OpenCollective

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

PHP-FIG

We're a group of established PHP projects whose goal is to talk about commonalities between our projects and find ways we can work better together.
Collective - Host: opensource - https://opencollective.com/php-fig - Code: https://github.com/php-fig/fig-standards

Merge branch 'master' of github.com:php-fig/fig-standards

github.com/php-fig/fig-standards - 86897ef2f2e28f3acfe2c397f8b10d3bd8710911 authored over 11 years ago by Paul M. Jones <[email protected]>
add backslashes, space out comments a little

github.com/php-fig/fig-standards - 2b8b0912cd07a72fbd5b7da8ff01388875b48fca authored over 11 years ago by Paul M. Jones <[email protected]>
Merge pull request #135 from Crell/psrx-tweaks

Add link to the PHP manual

github.com/php-fig/fig-standards - dc7cf38847c4b925160fea68d68ac630a540144a authored over 11 years ago by pmjones <[email protected]>
Add link to the PHP manual.

github.com/php-fig/fig-standards - ba562304dc1a1d08538c9e60778a74278e9a5777 authored over 11 years ago by Larry Garfield <[email protected]>
fix error in ltrim

github.com/php-fig/fig-standards - 6a0d6c8a0716eb217add1f381d19392c90b9fd00 authored over 11 years ago by Paul M. Jones <[email protected]>
remove backslash from second example

github.com/php-fig/fig-standards - 0db37d353f1fef865c69240b82df298b90e552e8 authored over 11 years ago by Paul M. Jones <[email protected]>
shorten intro, allow leading backslash

github.com/php-fig/fig-standards - 7a1a947da33f000208fc2e66524c803877909282 authored over 11 years ago by Paul M. Jones <[email protected]>
rename proposal to match title

github.com/php-fig/fig-standards - f4d92e6b4003f42c20403e078e9d5bbde2e984cc authored over 11 years ago by Paul M. Jones <[email protected]>
SHOULD NOT return a value (so it's allowed but discouraged) and MUST NOT raise an error (it's not allowed)

github.com/php-fig/fig-standards - 323039a28cd7f39cbdeb3837120b1d254a058a74 authored over 11 years ago by Paul M. Jones <[email protected]>
add spec item about exceptions/errors

github.com/php-fig/fig-standards - 3cf76997d51752960835623c721617b54b4e2b4a authored over 11 years ago by Paul M. Jones <[email protected]>
it's not PSR-4 just yet

github.com/php-fig/fig-standards - f450b422435d70c65f733ef955aabcd54f32309e authored over 11 years ago by Paul M. Jones <[email protected]>
reduce title even further to just 'autoloader'

github.com/php-fig/fig-standards - 1a977e9cdaa49a84e6760b449ceb75daf63fffbf authored over 11 years ago by Paul M. Jones <[email protected]>
non-yoda conditions we shall use, hm? refs #134

github.com/php-fig/fig-standards - ea9fed25f7a95441bee451b3326a1dbc3ebae9c0 authored over 11 years ago by Paul M. Jones <[email protected]>
Merge pull request #134 from drak/patch-5

Use coding standard neutral if condition

github.com/php-fig/fig-standards - d3104a2fa98379a7f7596e5d8f61f5324f121c3c authored over 11 years ago by pmjones <[email protected]>
Merge pull request #133 from localheinz/hotfix/name-of-test-class

Fix name of test class in example

github.com/php-fig/fig-standards - bd29e75decb9e9d6cddc25c0c632f3aafb285cec authored over 11 years ago by pmjones <[email protected]>
Less controversial false condition

github.com/php-fig/fig-standards - bb0bae2fbe104ae8864d7c65482f0849df87f31a authored over 11 years ago by Drak <[email protected]>
Merge pull request #132 from localheinz/hotfix/disk-vs-file-system

Replace occurences of disk with file system

github.com/php-fig/fig-standards - 2cb5c9f30931242691a6a5a1eedbfbdf0120a368 authored over 11 years ago by pmjones <[email protected]>
Fix name of test class in example

I reckon it should be `Foo\Bar\Baz\Qux\QuuxTest` instead of `Foo\Bar\Baz\QuxTest`.

github.com/php-fig/fig-standards - 880f2f4dc207ef2649f11528de8c218e36f2573e authored over 11 years ago by Andreas Möller <[email protected]>
Replace occurences of disk with file system

github.com/php-fig/fig-standards - 4f61978481d068b0341171da21217dd2626b24b9 authored over 11 years ago by Andreas Möller <[email protected]>
Merge pull request #130 from RobLoach/contributing

Add CONTRIBUTING.md

github.com/php-fig/fig-standards - 6e2d1356e92d05eac06490d18c48d07856673560 authored over 11 years ago by Paul Dragoonis <[email protected]>
Add CONTRIBUTING.md

github.com/php-fig/fig-standards - 7f8d8693e6ccc27f4238cb6cc3c5a3aba28118cb authored over 11 years ago by Rob Loach <[email protected]>
don't need double-backslashes in the middle of the string

github.com/php-fig/fig-standards - 09ea94c5dadf3c45c7aed23582900f1b41119268 authored over 11 years ago by Paul M. Jones <[email protected]>
s/they/it/

github.com/php-fig/fig-standards - 3233a3b589f01a81aa1f6153a8c99fa2a30497a6 authored over 11 years ago by Paul M. Jones <[email protected]>
'absolute' path, not 'fully qualified' path

github.com/php-fig/fig-standards - 476675636807fcc91eab49dd6517738318ecdaa4 authored over 11 years ago by Paul M. Jones <[email protected]>
expand general-purpose implementation to cover multiple directories

github.com/php-fig/fig-standards - 09e1048a87b6ef4cd487dfa44d6ed46da92c7a28 authored over 11 years ago by Paul M. Jones <[email protected]>
wrapping, and typo fix

github.com/php-fig/fig-standards - 43621793052e23226c304e9431fa6b6754d6a373 authored over 11 years ago by Paul M. Jones <[email protected]>
code tweaks; in particular, remove camelCase vars in favor of all lower case, and add comments

github.com/php-fig/fig-standards - 7c6802da4efe7d41a6c29cb41c206037e334fb81 authored over 11 years ago by Paul M. Jones <[email protected]>
fix circular definition, and add in backslashes

github.com/php-fig/fig-standards - 4d30cb6b1ee2fda95b4bbe5917a4446784704826 authored over 11 years ago by Paul M. Jones <[email protected]>
per suggestion from Justin Hileman, use RFC 3092-compliant example names

github.com/php-fig/fig-standards - 2289389242641a2c16974796613c061969dc3827 authored over 11 years ago by Paul M. Jones <[email protected]>
Merge pull request #129 from drak/two-examples

Update terminology and implementations of autoloading PSR

github.com/php-fig/fig-standards - 68c3590cfa0246ea04fa694b636a7a43141cffc0 authored over 11 years ago by Paul Dragoonis <[email protected]>
Merge pull request #128 from bobthecow/patch-1

Fix markdown formatting for fenced code block

github.com/php-fig/fig-standards - 2a86c92fd1664b8b9dd28ee25e7f37bc7501dc9a authored over 11 years ago by Paul Dragoonis <[email protected]>
Fix markdown formatting for fenced code block

So's this'll work in gh-pages :)

github.com/php-fig/fig-standards - 9408590c672160da60f4be6727d1e7947b8f96f6 authored over 11 years ago by Justin Hileman <[email protected]>
Merge pull request #127 from dongilbert/patch-1

Updating name for Joomla representative

github.com/php-fig/fig-standards - 92fbaefb0925b686cea346cf349192179f00aea6 authored over 11 years ago by Paul Dragoonis <[email protected]>
Updating name for Joomla representative

github.com/php-fig/fig-standards - 5a3ff97fcec639f051da03b8ca826a4b10e1fc74 authored over 11 years ago by Don Gilbert <[email protected]>
Add note about how class names are received.

github.com/php-fig/fig-standards - 72cbd26e7d69c4b05e8afd73c5b39f592ccac04f authored over 11 years ago by Drak <[email protected]>
Remove one reference example and use PHP's own terminology for fully qualified classes.

Use PHP's own terminology for class names

github.com/php-fig/fig-standards - c2df8895aa96748c3e5e5828d765084075f6b384 authored over 11 years ago by Drak <[email protected]>
remove unneeded ending backslash from example

github.com/php-fig/fig-standards - ff226a7ddcc8a05b7409c6195b6371d2c820cd5d authored over 11 years ago by pmjones <[email protected]>
Merge pull request #122 from simensen/project-specific-example-cleanup

Fix Project-Specific Implementation example

github.com/php-fig/fig-standards - 34048ed787100f5653bb524cf600ec1cc69500bf authored over 11 years ago by Phil Sturgeon <[email protected]>
Merge pull request #123 from simensen/general-purpose-example-cleanup

Fix General-Purpose Implementation example

github.com/php-fig/fig-standards - 58b9dfa03709fb53755e0568eb4c8b7480d9bd13 authored over 11 years ago by Phil Sturgeon <[email protected]>
Fix General-Purpose Implementation example

* Example namespace prefix has a trailing `\` to show best practices for
registering namespa...

github.com/php-fig/fig-standards - 22bbad20fc718f12d2cb4111f65ba210ddd4a895 authored over 11 years ago by Beau Simensen <[email protected]>
Fix Project-Specific Implementation example

* Ensure namespace prefix has a trailing `\` to ensure incorrect matches do not happen.
(avo...

github.com/php-fig/fig-standards - c1e1e8a0687dbfbb79697c19e1d34e1feae27135 authored over 11 years ago by Beau Simensen <[email protected]>
add Taylor Otwell of Laravel

github.com/php-fig/fig-standards - f5ea4d7cdc18d63577d1553a99a1b3ebb9f1531d authored over 11 years ago by pmjones <[email protected]>
Merge branch 'master' of github.com:php-fig/fig-standards

github.com/php-fig/fig-standards - bac333552e05d2b99ffb1c1b6b61b448bb1f0493 authored over 11 years ago by Paul M. Jones <[email protected]>
suggestions from Beau Simensen

github.com/php-fig/fig-standards - c6c1359731b12f1fdfdffe1f48103e424d206871 authored over 11 years ago by Paul M. Jones <[email protected]>
Merge pull request #119 from demonkoryu/patch-1

Use concatenating assignment operator

github.com/php-fig/fig-standards - 8a263da9c82d846785aedfc1b6030a1564e69928 authored over 11 years ago by pmjones <[email protected]>
Use concatenating assignment operator

This makes the code more concise; and it is easier to parse mentally because one sees the modify...

github.com/php-fig/fig-standards - 7da50114cee5bbfbc7f001dbf4bba0c7aaf05b40 authored over 11 years ago by demonkoryu <[email protected]>
typo fix

github.com/php-fig/fig-standards - 6a894c9f0b1c110e705eb2246303b89df75c93db authored over 11 years ago by Paul M. Jones <[email protected]>
wording

github.com/php-fig/fig-standards - 30a70163ec59d3b58dba133d6f62b23be9dd777d authored over 11 years ago by Paul M. Jones <[email protected]>
wording

github.com/php-fig/fig-standards - e9fb81ce2a004ea196f867bc9376cffb24d169e6 authored over 11 years ago by Paul M. Jones <[email protected]>
comment change

github.com/php-fig/fig-standards - 1e8b4adad15781624474e62cde6f6d095a05f2e4 authored over 11 years ago by Paul M. Jones <[email protected]>
update the general-purpose example

github.com/php-fig/fig-standards - cdff97638be818e0a03b04751140a977cd546cc9 authored over 11 years ago by Paul M. Jones <[email protected]>
put class example in a namespace

github.com/php-fig/fig-standards - bebc337c064432e084f91a26aca2df3e88e77afe authored over 11 years ago by Paul M. Jones <[email protected]>
wording

github.com/php-fig/fig-standards - 541816d1c6c1051f46eed298b2c957dcd699b454 authored over 11 years ago by Paul M. Jones <[email protected]>
move narrative into examples

github.com/php-fig/fig-standards - 56f41e07a37a5e2b44cfc45b41df8f5c7f442df2 authored over 11 years ago by Paul M. Jones <[email protected]>
wording changes

github.com/php-fig/fig-standards - a2113ff696989a000dc8b4ef909938e65244b1c0 authored over 11 years ago by Paul M. Jones <[email protected]>
cleaner terminology

github.com/php-fig/fig-standards - 4bfd5ee8d5c028088bc544c41f574ecf0bf3a2ed authored over 11 years ago by Paul M. Jones <[email protected]>
style and wording

github.com/php-fig/fig-standards - d083fce7703a31a941aab6fcde0f68649056e498 authored over 11 years ago by Paul M. Jones <[email protected]>
suggestions from Beau Simensen

github.com/php-fig/fig-standards - 6cec2bedaeb546413000cc252dc580d0d5fbf1a6 authored over 11 years ago by Paul M. Jones <[email protected]>
suggestions from Nathan Haug

github.com/php-fig/fig-standards - 38f6ed5ba16a506b953a0b714717338a17ca4393 authored over 11 years ago by Paul M. Jones <[email protected]>
speling eror

github.com/php-fig/fig-standards - 4ba255a52f58e9b17883bde0f08eb5a54856e524 authored over 11 years ago by Paul M. Jones <[email protected]>
de-dupe

github.com/php-fig/fig-standards - d7a0e877de3525a031f7b6a7fc4f8931ede662b8 authored over 11 years ago by Paul M. Jones <[email protected]>
edits via Beau Simensen

github.com/php-fig/fig-standards - c6eb508953209edf59fd2852fbc96337451f3abf authored over 11 years ago by Paul M. Jones <[email protected]>
remove empty links at end

github.com/php-fig/fig-standards - c4c3ec3d4823cc23e68be5c8766495e037a8ded6 authored over 11 years ago by Paul M. Jones <[email protected]>
add formal proposal

github.com/php-fig/fig-standards - 5414838994ac75794f6c7546dc7f72c716aa6ad3 authored over 11 years ago by Paul M. Jones <[email protected]>
Start PSR-3-logger-interface.md

github.com/php-fig/fig-standards - fe93f5d3cc8f2d91e0f31b587bfe04d9ab5b67a8 authored over 11 years ago by Adel ELHAIBA <[email protected]>
fix typos

github.com/php-fig/fig-standards - 6018f324068be6bdd7665ce982afaa036b3d9dc6 authored over 11 years ago by Adel ELHAIBA <[email protected]>
Fix typos

github.com/php-fig/fig-standards - 6b013f2eea2649f3e6a0e278e43b48da941630fc authored over 11 years ago by Adel ELHAIBA <[email protected]>
Merge remote-tracking branch 'upstream/master' into french_translations

github.com/php-fig/fig-standards - 9753897cd24c1e89f3de3ceeb331fa211d9a1e79 authored over 11 years ago by Adel ELHAIBA <[email protected]>
Fix typos + translate PSR2

github.com/php-fig/fig-standards - 53567fa12535ffe2db2a5c579498ad815b0d9fa7 authored over 11 years ago by Adel ELHAIBA <[email protected]>
Merge pull request #95 from padraic/bylaw/membership

Proposed Membership Bylaw

github.com/php-fig/fig-standards - 70f29640018b6674e25a853729053d8567878f1b authored over 11 years ago by Paul Dragoonis <[email protected]>
Merge pull request #16 from xphere/spanish

Updated LEAME.md

github.com/php-fig/fig-standards - ed09f521bd95111aff7799cab5627281226bdafb authored over 11 years ago by Antonio Villamarin <[email protected]>
Update LEAME.md

fixed some typos

github.com/php-fig/fig-standards - 8c287c3c35b1c5fa5878937524aa4395f3429e02 authored over 11 years ago by Berny Cantos <[email protected]>
Cambio NECESARIO por OBLIGATORIO y homogeneización de comentarios en minúsculas como en el original

github.com/php-fig/fig-standards - 39d9cc75b7efdeacd0d5b315c8d37137546f7a66 authored over 11 years ago by Antonio Villamarin <[email protected]>
Correcciones varias

github.com/php-fig/fig-standards - 7c2093a92a3a87d0e7b82f3ada510a2a70f24bb3 authored over 11 years ago by Antonio Villamarin <[email protected]>
Correcciones varias

github.com/php-fig/fig-standards - 4dcb0ad3da9bf350419145144637c33f2d87a9fe authored over 11 years ago by Antonio Villamarin <[email protected]>
Merge pull request #15 from egulias/spanish

Limite de 120 caracteres camibado a 'TIENE QUE estar en'

github.com/php-fig/fig-standards - 9dfbf10097d9909109ae5eb29e0d29f902547b8c authored over 11 years ago by Antonio Villamarin <[email protected]>
Limite de 120 caracteres camibado a TIENE QUE estar en

github.com/php-fig/fig-standards - 83d1f6d30046a6c015b043f90e7f08cbe2f6d91f authored over 11 years ago by Eduardo Gulias Davis <[email protected]>
Merge pull request #12 from egulias/BarClass-to-BarClase

BarClass y BazClass cambiados a BarClase y BazClase

github.com/php-fig/fig-standards - 979412f92990f888d303c3206ddd326bcce790c2 authored over 11 years ago by jfcalcerrada <[email protected]>
Merge pull request #13 from egulias/generos

Cambios respecto a generos y homogeneización de 'cuerpo'

github.com/php-fig/fig-standards - 25579a11d39ae840a46d8fe3f16232b60211e45f authored over 11 years ago by jfcalcerrada <[email protected]>
Merge pull request #14 from egulias/PSR-3

Anglicisimos entre ``

github.com/php-fig/fig-standards - ae8d73683bb7e0dcfb9d5aa49c619420f28b50c0 authored over 11 years ago by jfcalcerrada <[email protected]>
Anglicisimos entre

github.com/php-fig/fig-standards - 4992b819b59d1f495093aaaea96826e9ebd4c8de authored over 11 years ago by Eduardo Gulias Davis <[email protected]>
Cambios respecto a generos y homogeneización de 'cuerpo'

github.com/php-fig/fig-standards - aed3d1866437065614297e74c2ede01e75a2928a authored over 11 years ago by Eduardo Gulias Davis <[email protected]>
BarClass y BazClass cambiados a BarClase y BazClase

github.com/php-fig/fig-standards - 26dde71631afb45e88d06009e191c870c406f6f1 authored over 11 years ago by Eduardo Gulias Davis <[email protected]>
Cambio de frase en LEAME.md

github.com/php-fig/fig-standards - 078797214c33b4c22d82f6d580595cdc10610777 authored over 11 years ago by Antonio Villamarin <[email protected]>
Merge pull request #10 from aferrandini/correcciones

Propuesta de correcciones final

github.com/php-fig/fig-standards - 2534b684d337f84369c50d010d3992fa890a5972 authored over 11 years ago by Antonio Villamarin <[email protected]>
Eliminación de salto de línea en PSR-0

github.com/php-fig/fig-standards - 822188f084882aa98b0ce6d84b94756e395e2f0b authored over 11 years ago by Ariel Ferrandini Price <[email protected]>
Propuesta de correcciones final

github.com/php-fig/fig-standards - 3d9a679b17cfcdbc1d150d3f8fe57e86fbbb3e1b authored over 11 years ago by Ariel Ferrandini Price <[email protected]>
Merge pull request #9 from jfcalcerrada/correciones

Correciones finales de los PSR en español

github.com/php-fig/fig-standards - 14a36521ea56ecc12665d975f2f62126488b77b1 authored over 11 years ago by Antonio Villamarin <[email protected]>
Correciones finales de los PSR en español

github.com/php-fig/fig-standards - a3ac3ac7dd183fbe8eefd43b796bde0156c69113 authored over 11 years ago by josefer <josefer@nlaptop>
Eliminada una errata y líneas largas

github.com/php-fig/fig-standards - 64aa8f266d8c6030025f38f83826e6c4cfb30e73 authored over 11 years ago by Antonio Villamarin <[email protected]>
Merge pull request #8 from jfcalcerrada/correciones

Correciones en PSR-2

github.com/php-fig/fig-standards - 8f67100c373b10875200b808e19bf667aecb622b authored over 11 years ago by Antonio Villamarin <[email protected]>
Correcion en la traduccion de Namespaces

github.com/php-fig/fig-standards - 2b2e73562243716cb675ff1e78d8499eb4bb9d11 authored over 11 years ago by Jose F. Calcerrada <[email protected]>
Merge branch 'correcciones' of https://github.com/villamarin/fig-standards into correciones

github.com/php-fig/fig-standards - 9bff6bd18cd57416ecc0ee91cb6fb8c90d1cd28b authored over 11 years ago by Jose F. Calcerrada <[email protected]>
Cambio del enlace PSR-0 al español

github.com/php-fig/fig-standards - 047d16965e6cb34552866a12fa6ff0958517388d authored over 11 years ago by Antonio Villamarin <[email protected]>
Corrección de LEAME

github.com/php-fig/fig-standards - 9c87d40684c59c2b7fb333fb10a0353b71c0dcb5 authored over 11 years ago by Antonio Villamarin <[email protected]>
Corrección de algunas erratas y líneas de párrafos a una sola línea

github.com/php-fig/fig-standards - f358c55b0084aa166392c3d6687c25bb38d1aa39 authored over 11 years ago by Antonio Villamarin <[email protected]>
Corregidos pequeños errores en PSR-3 y documento bylaws

github.com/php-fig/fig-standards - b4e99565452e3745696620953a6dd0b07630fd74 authored over 11 years ago by Antonio Villamarin <[email protected]>
Revisión y correciones en PSR-2

github.com/php-fig/fig-standards - 09dba1867cc667147bacde398203b4eb24e7d301 authored over 11 years ago by josefer <josefer@nlaptop>