seregazhuk/php-pinterest-bot

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/misc_issue.md
.gitignore
.scrutinizer.yml
.travis.yml
CHANGELOG.md
CONTRIBUTING.md
LICENSE
README.md
composer.json
docs/account.md
docs/boards.md
docs/cookes.md
docs/custom-request.md
docs/errors-handling.md
docs/inbox.md
docs/interests-and-topics.md
docs/keywords.md
docs/pagination.md
docs/pinners.md
docs/pins.md
docs/proxy.md
docs/search.md
logo.jpg
phpunit.xml
phpunit.xml.dist
examples/auto_pins.php22
examples/comments_repins.php13
examples/followers.php9
examples/multiple_accounts_and_proxy.php56
examples/pins_parser.php11
src/Api/Contracts/HttpClient.php19
src/Api/Contracts/PaginatedResponse.php9
src/Api/CurlHttpClient.php162
A
2 hrs
src/Api/Error.php24
src/Api/Forms/Form.php12
src/Api/Forms/Profile.php86
src/Api/Forms/Registration.php79
src/Api/Providers/Auth.php120
A
1 hr
src/Api/Providers/BoardSections.php37
src/Api/Providers/Boards.php111
src/Api/Providers/Comments.php43
src/Api/Providers/Core/EntityProvider.php10
src/Api/Providers/Core/FollowableProvider.php65
src/Api/Providers/Core/Provider.php96
src/Api/Providers/Core/ProviderWrapper.php35
src/Api/Providers/Inbox.php81
src/Api/Providers/Interests.php30