Ecosyste.ms: OpenCollective

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

github.com/voku/simple_html_dom

📜 Modern Simple HTML DOM Parser for PHP
https://github.com/voku/simple_html_dom

[*]: fix php-doc v2

2a517c91d54bc63e9996ac3377e3347bc0a61208 authored almost 8 years ago by Lars Moelleken <[email protected]>
[*]: fix php-doc

20f9a10c8a5845823197cea24522e7efb64cea4b authored almost 8 years ago by Lars Moelleken <[email protected]>
[*]: add more php-docs

fe4f91aa687d2508a3866fe92bb85bef8b132724 authored almost 8 years ago by Lars Moelleken <[email protected]>
Merge remote-tracking branch 'origin/master'

f48dd5aab66050ecbe32f627f6c1a70063d01202 authored almost 8 years ago by Lars Moelleken <[email protected]>
[*]: update the readme

8c130afa27e5dfa4cd61ea91cdf17eb381092c08 authored almost 8 years ago by Lars Moelleken <[email protected]>
Update README.md

f51bdcda5cb204bcf0b40cac4616cf065575d4aa authored almost 8 years ago by Lars Moelleken <[email protected]>
[*]: update the changelog

643dc0d08d54ed9d50621746efd94ffa82cfe4e5 authored almost 8 years ago by Lars Moelleken <[email protected]>
[!]: use output from "SimpleHtmlDomNode" as array instead of string

60a9ddec7d7989498659db5df636b01df49f185c authored almost 8 years ago by Lars Moelleken <[email protected]>
[~]: refactoring some "if"-checks

[*]: add some more php-docs

90cd96c2c6978c9f4cfe1d415f79e4bfc8e8992e authored almost 8 years ago by Lars Moelleken <[email protected]>
Merge remote-tracking branch 'origin/master'

41d4ace7e3c1063d773941da77316797ab495f51 authored almost 8 years ago by Lars Moelleken <[email protected]>
[+]: fix "SimpleHtmlDom->__isset()"

c3dd349414172d051db23fe38ed5d0b95ea702cc authored almost 8 years ago by Lars Moelleken <[email protected]>
Update composer.json

29394a4dac84ba35d5485643cc9549a053c22d09 authored almost 8 years ago by Lars Moelleken <[email protected]>
Merge pull request #13 from voku/analysis-XVDrbK

Apply fixes from StyleCI

f2d5a5e287bed4fea24a02c92f15a92ec6b2b546 authored almost 8 years ago by Lars Moelleken <[email protected]>
Apply fixes from StyleCI

ce233b34ec8e960ef4e3c9f06e491f4c310f4ebf authored almost 8 years ago by Lars Moelleken <[email protected]>
[+]: try to handle more broken HTML && more tests

2a6ca1e36c97f0ad2d1013f8dd98f42288eb726a authored almost 8 years ago by Lars Moelleken <[email protected]>
[+]: add one more test for "UTF-8"

b7ff31de7c8cc0d6f8999ea9c8679130ff9fd305 authored about 8 years ago by Lars Moelleken <[email protected]>
[+]: fix url-regex for e.g. links in plain-text-mails

-> e.g. [https://foo.bar]

2b9d4e644ae2abe0743b01962b5e4cd7ed4ef899 authored about 8 years ago by Lars Moelleken <[email protected]>
[~]: don't use magic-method in the "SimpleHtmlDom"-Class

7a71b3e9970a6b3ad6584ef55935b4f3e53cb92f authored about 8 years ago by Lars Moelleken <[email protected]>
[~]: optimize regex for links

-> thx @ PhpStorm

3ba7446b8b0300554b70f7725d80df8ae9bfb629 authored about 8 years ago by Lars Moelleken <[email protected]>
[+]: add one more test

c0fc023d99fd8a719937d3aa03d2b596fa972251 authored about 8 years ago by Lars Moelleken <[email protected]>
Merge pull request #12 from voku/analysis-X0wx5w

Applied fixes from StyleCI

8111dae0dcec633d7775fb306f0217460d2244bb authored about 8 years ago by Lars Moelleken <[email protected]>
Applied fixes from StyleCI

2418dad67225acda20bfd1e7f0c441966f7a2fa6 authored about 8 years ago by Lars Moelleken <[email protected]>
[+]: add one more test

19094c443df53aa769b9e310a01946c1a0b77c88 authored about 8 years ago by Lars Moelleken <[email protected]>
[+]: use "LIBXML*" for PHP >= 5.4 (revert)

e093d70b619c005a3625b4a50ea1a5bbb38d11cf authored about 8 years ago by Lars Moelleken <[email protected]>
[+]: optimize performance

2a5e10cfd2e9eef9be3e6f152fe567c9a6ef9e68 authored about 8 years ago by Lars Moelleken <[email protected]>
[+]: fix php warning

60197ca588904084e34a167632d4158ef015f701 authored about 8 years ago by Lars Moelleken <[email protected]>
[+]: use "LIBXML*" for PHP >= 5.4 v2

2937038b862fa6b1e6bdfa7cf552fdcc6de78989 authored about 8 years ago by Lars Moelleken <[email protected]>
[+]: use "LIBXML*" for PHP >= 5.4

5193596e5ab652a9bf681e9d4b7589f8a6c92bc9 authored about 8 years ago by Lars Moelleken <[email protected]>
[~]: fixed code, reported by PhpStorm

32d697d5e5822095d466469f22c81784c1969ea1 authored about 8 years ago by Lars Moelleken <[email protected]>
[+]: "replaceToPreserveHtmlEntities()" is public now

-> so we can use it for other dom-manipulations

e483dfa5fd6296b81ec2e0d79ccd140bfb0b1399 authored about 8 years ago by Lars Moelleken <[email protected]>
[-]: clean-up

9cf0fcc486cd9ae1ff809d6bb1d8f49549887c1f authored about 8 years ago by Lars Moelleken <[email protected]>
[+]: prepare to fix "bool attributes" via setAttribute()

68bca52ea86394e3369ea9ef09bc60fcb53824d2 authored about 8 years ago by Lars Moelleken <[email protected]>
Revert "[+]: fixed bug, to set bool attributes"

This reverts commit 73ec85a573d92fb14ea15017035a0a71c08f66e1.

6eb900bb9f85dddc413cfc37ab8c4f223898fc5f authored about 8 years ago by Lars Moelleken <[email protected]>
[+]: fixed bug, to set bool attributes

-> to keep compatibility we can't use "null" or empty string, so we will check if the value and ...

73ec85a573d92fb14ea15017035a0a71c08f66e1 authored about 8 years ago by Lars Moelleken <[email protected]>
[*]: add code-comment only

5ec2c1fffe829afb608b246b5cabbbcd5c3585c3 authored about 8 years ago by Lars Moelleken <[email protected]>
[+]: fix for xPath selectors

6cf4d73e56dec52a050c5c243c42894a014103ec authored about 8 years ago by Lars Moelleken <[email protected]>
[*]: add one more example

1b4688f0ea5d4bb61d888ce48dcd691a1a1c1381 authored about 8 years ago by Lars Moelleken <[email protected]>
[+]: use additional random hash for "dom-replace-helper"-variables

7c876a2ca2c2ce020031fe93d7a821bd792a6473 authored about 8 years ago by Lars Moelleken <[email protected]>
Merge remote-tracking branch 'origin/master'

0ea57e41934520f9eeea3d890c903cce910f330a authored about 8 years ago by Lars Moelleken <[email protected]>
[+]: add some more tests with HTML-ENTITIES

fe870e0b953881aeecab872f36eda1ba322b731c authored about 8 years ago by Lars Moelleken <[email protected]>
Update README.md

e7ce4aef40f88be1369c2576f8bad268f10e7a9c authored about 8 years ago by Lars Moelleken <[email protected]>
Create LICENSE

ef4cd6bb4f377a22d2bb61adb905d7fabd76b9ba authored about 8 years ago by Lars Moelleken <[email protected]>
[*]: "Text files should end with a newline character"

-> https://insight.sensiolabs.com/projects/be3e4851-272f-4499-9fc4-4b2704a43301/analyses/25

6b0cbf685e7e3a84dcc0c29e9ae6e662c0d2910f authored over 8 years ago by Lars Moelleken <[email protected]>
Merge remote-tracking branch 'origin/master'

414f4bf03bd28e03586b521d8ecc87d0f7f068aa authored over 8 years ago by Lars Moelleken <[email protected]>
[+]: update "symfony/css-selector"

closes #10

f6aad633b7d8cbbdc92e77fcebecbe73cb40bd0a authored over 8 years ago by Lars Moelleken <[email protected]>
Update .travis.yml

d1346cd2ee8e563ad4cb061cfa92b5f3c0a1cb37 authored over 8 years ago by Lars Moelleken <[email protected]>
[+]: fixed test v2

0247303e617b947571c6ac21e483cc28a2de1afa authored over 8 years ago by Lars Moelleken <[email protected]>
[+]: fixed test

b97f036764cbe812c5ec88ebe913212818e51812 authored over 8 years ago by Lars Moelleken <[email protected]>
[+]: convert non-UTF-8 documents into UTF-8 + tests

871ff9de7b143d0600c56058f7d757e526a174d3 authored over 8 years ago by Lars Moelleken <[email protected]>
[+]: update "composer.json"

01893ce9790f1c074435f4553eb5a8aaa0aa4592 authored over 8 years ago by Lars Moelleken <[email protected]>
[+]: use new version of "portable-utf8" (3.0)

2d9fcbdd902bc28fcab22c845eb08915b9fb3abc authored over 8 years ago by Lars Moelleken <[email protected]>
[+]: added UTF-8 test

c351f43b593a43d31ceddcb879712d438a3b11dc authored over 8 years ago by Lars Moelleken <[email protected]>
Merge remote-tracking branch 'origin/master'

* origin/master:
Applied fixes from StyleCI

1483ee3715501fef5a0f5792c7f686335d199eaf authored over 8 years ago by Lars Moelleken <[email protected]>
[+]: use "libxml.constants"

a491b9106ba765ea6cb195ece8d945b5fa12502c authored over 8 years ago by Lars Moelleken <[email protected]>
Merge pull request #9 from voku/analysis-XVB463

Applied fixes from StyleCI

335fe8bade9af3864fc2f9dd951db0a46f8211f3 authored over 8 years ago by Lars Moelleken <[email protected]>
Applied fixes from StyleCI

40a85e6198a381e36ad351ef77a09ba40a27ef33 authored over 8 years ago by Lars Moelleken <[email protected]>
Merge remote-tracking branch 'origin/master'

* origin/master:
Applied fixes from StyleCI

# Conflicts:
# tests/HtmlDomParserTest.php

2739b6c821a31959aff9c9b19dfc84ff6bc7dd71 authored over 8 years ago by Lars Moelleken <[email protected]>
[+]: use "assertSame" instead of "assertEquals"

ff684eb2587842199ec4507662199fe98cfaf607 authored over 8 years ago by Lars Moelleken <[email protected]>
Merge pull request #8 from voku/analysis-z4wPQn

Applied fixes from StyleCI

28f10ee97d2d9950976416c416b41757a2380c9a authored over 8 years ago by Lars Moelleken <[email protected]>
Applied fixes from StyleCI

b020e9d6d1326f51ead1bcff319248259705e66a authored over 8 years ago by Lars Moelleken <[email protected]>
Revert "[+]: load html -> use some more "libxml" options"

This reverts commit c8ea6bca30fe3d0147c9c1dbfd9097a492b1967a.

54968fd2ccd2822ce93bdafe80c8f707e1b56ae0 authored over 8 years ago by Lars Moelleken <[email protected]>
Revert "[+]: load html -> use some more "libxml" options v2"

This reverts commit 5f3ecc25a3c5e282769b36f7c75e15cdc5b3ed10.

2a5ce6de7ee38804d2736d78eb7962121deac640 authored over 8 years ago by Lars Moelleken <[email protected]>
[+]: load html -> use some more "libxml" options v2

5f3ecc25a3c5e282769b36f7c75e15cdc5b3ed10 authored over 8 years ago by Lars Moelleken <[email protected]>
[+]: load html -> use some more "libxml" options

c8ea6bca30fe3d0147c9c1dbfd9097a492b1967a authored over 8 years ago by Lars Moelleken <[email protected]>
[+]: added some more tests + aliases v3

5375ae6b3b337ef8e7f25b5391d9eb1612bed1c6 authored over 8 years ago by Lars Moelleken <[email protected]>
[+]: added some more tests + aliases v2

0d09900705d5eded078499f59686b5d1edaedae5 authored over 8 years ago by Lars Moelleken <[email protected]>
[+]: added some more tests + aliases

57d66c75fc239a4c3eb778311a72f0622f911c0f authored over 8 years ago by Lars Moelleken <[email protected]>
[+]: added "SimpleHtmlDomNodeInterface"

[+]: fixed php-doc
[+]: added more php-unit test

4cdcadcfa991f7df288d0132879bb6bd0edc6168 authored over 8 years ago by Lars Moelleken <[email protected]>
[+]: added one more test

f8ae2fc7384384e4e5c4923bcc1463d30f5003f4 authored over 8 years ago by Lars Moelleken <[email protected]>
[!]: keep url-encoding if needed v2

c60398fb666a6f52ed9120beeafcc04eb731310b authored over 8 years ago by Lars Moelleken <[email protected]>
[!]: keep url-encoding if needed

7c5e3fdd068b0f0c842f33eeb4a4f7cdf072eaa2 authored over 8 years ago by Lars Moelleken <[email protected]>
[!]: fixed "getAttribute()" & "getAllAttributes()"

b703739e9d3d45f920b59d7bd9a793ac49584eff authored over 8 years ago by Lars Moelleken <[email protected]>
[+]: fix strings with special chars

[+]: added more tests

e8747e3e1f4bd4830071ef60e3f7ca371bda6ee0 authored over 8 years ago by Lars Moelleken <[email protected]>
[+]: fix strings with broken encoding

44c3660726e9c49ec22ab51bb6cbce349989c3b7 authored over 8 years ago by Lars Moelleken <[email protected]>
[+]: added "xml()"-output

a85a91a0ec2b9d4dac56bf39194b3d26afdf7da6 authored over 8 years ago by Lars Moelleken <[email protected]>
[!]: fixed "Dom-Parser" v2

29e7007c9fa77478f3af04aa52fd1738aa923559 authored over 8 years ago by Lars Moelleken <[email protected]>
[!]: fixed "Dom-Parser"

cb8736331b02c6a82e4915a6bddb751e86bd4ff6 authored over 8 years ago by Lars Moelleken <[email protected]>
[+]: edit examples

cb4c735167d4a3a993cf9862d46b9d346ffe6db2 authored over 8 years ago by Lars Moelleken <[email protected]>
Merge pull request #7 from voku/analysis-qJGNgW

Applied fixes from StyleCI

de0c412c4e82ccf3829957e08bd34d99aa5e7b85 authored over 8 years ago by Lars Moelleken <[email protected]>
Applied fixes from StyleCI

7aa932bd8a1a3e74b38ff1ecf776f084af312a1b authored over 8 years ago by Lars Moelleken <[email protected]>
[+]: fixed php-warning from "dom_import_simplexml()"

653dd6bb8e2e81ecc3d66c7b55a4b82f2da076e9 authored over 8 years ago by Lars Moelleken <[email protected]>
[~]: use native "getElementsByTagName()" v2

-> so that we can use tags like "<content:encoded>"

info: http://stackoverflow.com/questions/33...

3c81470f1a79e59d72937637ac11c218960bab55 authored over 8 years ago by Lars Moelleken <[email protected]>
[~]: use native "getElementsByTagName()"

-> so that we can use tags like "<content:encoded>"

info: http://stackoverflow.com/questions/33...

3a68df2126b313946f069e02dadc925cbb69066a authored over 8 years ago by Lars Moelleken <[email protected]>
[*]: fixed php-doc

1290e583251a63d1fb208e3780009d5d10f6338f authored over 8 years ago by Lars Moelleken <[email protected]>
Merge remote-tracking branch 'origin/master'

* origin/master:
Applied fixes from StyleCI

f8ad5b3887183fa41077403ebcef2f7fa8e4b169 authored over 8 years ago by Lars Moelleken <[email protected]>
[+]: use "SimpleXML"-options

a8dae36b431a273baededd9d631fae1298f9f050 authored over 8 years ago by Lars Moelleken <[email protected]>
Merge pull request #6 from voku/analysis-X0gB2n

Applied fixes from StyleCI

2483d32309683963f7ce0208354c05799afae589 authored over 8 years ago by Lars Moelleken <[email protected]>
Applied fixes from StyleCI

bab01076bd0b626e5ff9479330832b649e5e22bf authored over 8 years ago by Lars Moelleken <[email protected]>
[+]: more compatible with v1.x

b996d2fb5ea6cd5ad2f28eac7381e5bc75e39b9a authored over 8 years ago by Lars Moelleken <[email protected]>
[+]: more compatible with v1.x

a12f42e4da2e68c75755f08030d70598c8e37a1d authored over 8 years ago by Lars Moelleken <[email protected]>
[*]: update docs / comments v1

9cc464eebdfe1f3398a789992a1851c6c1860115 authored over 8 years ago by Lars Moelleken <[email protected]>
Merge pull request #5 from voku/analysis-XkaLy1

Applied fixes from StyleCI

996ceec475ee1d61b0bf341af10fd91bb8f50b91 authored over 8 years ago by Lars Moelleken <[email protected]>
Applied fixes from StyleCI

9fb91005ab4c7af8d860d70a5e8c06a138689b23 authored over 8 years ago by Lars Moelleken <[email protected]>
Merge pull request #4 from voku/scrutinizer-patch-2

Scrutinizer Auto-Fixes

12978adfb7d7cc273e3fa3505cc4a70003906580 authored over 8 years ago by Lars Moelleken <[email protected]>
Scrutinizer Auto-Fixes

This commit consists of patches automatically generated for this project on https://scrutinizer-...

3e0b904d1e4e5e35603360f63133bf7e088bfb51 authored over 8 years ago by Scrutinizer Auto-Fixer <[email protected]>
[*]: need some more work for hhvm

297de969b08824712f43787962c6fcaedeac1311 authored over 8 years ago by Lars Moelleken <[email protected]>
[!]: a re-write ...

thx @ https://github.com/dimabdc/PHP-Fast-Simple-HTML-DOM-Parser

3f1b1837f5084de714ac4151ffdd81820d0daf7d authored over 8 years ago by Lars Moelleken <[email protected]>
[+]: added some more tests

05ef16261a6a2ef59fa1064760ecee3cf334a86b authored over 8 years ago by Lars Moelleken <[email protected]>
[*]: fixed test-name -> "testLall()" -> "testEditInnerText()"

8b3e6cf676b87ac29dee236a7c68c94739857644 authored almost 9 years ago by Lars Moelleken <[email protected]>
[+]: fixed phpdoc / code-style reported by PhpStorm

766171ff0f21a087d08d8de7df7bbf859a4fdd9b authored almost 9 years ago by Lars Moelleken <[email protected]>