{"id":21312567,"url":"https://github.com/dfridrich/ares","last_synced_at":"2025-10-23T17:24:32.648Z","repository":{"id":18293311,"uuid":"21465560","full_name":"dfridrich/Ares","owner":"dfridrich","description":"Communication with ARES (Czech business register)","archived":false,"fork":false,"pushed_at":"2023-09-19T05:41:50.000Z","size":85,"stargazers_count":25,"open_issues_count":2,"forks_count":27,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-24T04:11:19.233Z","etag":null,"topics":["ares","czech-business-register","php"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dfridrich.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-07-03T14:31:41.000Z","updated_at":"2025-04-06T07:33:26.000Z","dependencies_parsed_at":"2024-06-18T16:42:52.712Z","dependency_job_id":"07e72df4-99af-473e-8426-0398daa305fd","html_url":"https://github.com/dfridrich/Ares","commit_stats":{"total_commits":94,"total_committers":9,"mean_commits":"10.444444444444445","dds":0.5319148936170213,"last_synced_commit":"013600ce28f2db3d1382080d31934103ccb3d2ea"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfridrich%2FAres","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfridrich%2FAres/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfridrich%2FAres/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfridrich%2FAres/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dfridrich","download_url":"https://codeload.github.com/dfridrich/Ares/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250560054,"owners_count":21450173,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ares","czech-business-register","php"],"created_at":"2024-11-21T17:34:23.253Z","updated_at":"2025-10-23T17:24:32.586Z","avatar_url":"https://github.com/dfridrich.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ARES \n\n[![Build Status](https://img.shields.io/travis/dfridrich/Ares.svg?style=flat-square)](https://travis-ci.org/dfridrich/Ares)\n[![Quality Score](https://img.shields.io/scrutinizer/g/dfridrich/Ares.svg?style=flat-square)](https://scrutinizer-ci.com/g/dfridrich/Ares)\n[![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/dfridrich/Ares.svg?style=flat-square)](https://scrutinizer-ci.com/g/dfridrich/Ares)\n[![Downloads](https://img.shields.io/packagist/dt/dfridrich/ares.svg?style=flat-square)](https://packagist.org/packages/dfridrich/ares)\n[![Latest stable](https://img.shields.io/packagist/v/dfridrich/ares.svg?style=flat-square)](https://packagist.org/packages/dfridrich/ares)\n\n\nCommunication with ARES \u0026 Justice (Czech business registers).\n\n## Installation\n\n```sh\ncomposer require dfridrich/ares\n```\n\n## Usage\n\n```php\n\u003c?php\nrequire __DIR__.'/vendor/autoload.php';\n\nuse Defr\\Ares;\n\n$ares = new Ares();\n\n$record = $ares-\u003efindByIdentificationNumber(73263753); // instance of AresRecord\n\n$people = $record-\u003egetCompanyPeople(); // array of Person\n```\n\n## ARES Balancer\n\nYou can use simple balance script to spread the traffic among more IP addresses. See script `examples/external.php`.\n\n### Usage\n\n```php\n$ares = new Ares();\n$ares-\u003esetBalancer('http://some.loadbalancer.domain');\n```\n\n## Develop\n\n### Running tests suite in local docker environment\n```php\ndocker run -v `pwd`:/app -i -t php:7.2-fpm /bin/bash -c \"/app/vendor/phpunit/phpunit/phpunit --colors --configuration /app/phpunit.xml /app/tests/\"\n```\n\n\n## Coding standard\n\n### Check\n\n```\nvendor/bin/symplify-cs check src tests\n```\n\n### Fix\n\n```\nvendor/bin/symplify-cs fix src tests\n```\n\n## Contributors\n\nThe list of people who contributed to this library.\n\n - @dfridrich\n - @TomasVotruba\n - @filipmelik\n - @Zemistr\n - @jkuchar\n - @petrparolek\n - @tlapi\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdfridrich%2Fares","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdfridrich%2Fares","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdfridrich%2Fares/lists"}