{"id":18669474,"url":"https://github.com/zoilomora/ocean-smart-client","last_synced_at":"2026-01-07T16:49:18.882Z","repository":{"id":57091791,"uuid":"195123809","full_name":"zoilomora/ocean-smart-client","owner":"zoilomora","description":"This library helps to communicate with OceanSmart software.","archived":false,"fork":false,"pushed_at":"2024-07-11T14:01:14.000Z","size":6,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-04T12:44:03.273Z","etag":null,"topics":["client","ocean","smart"],"latest_commit_sha":null,"homepage":"https://packagist.org/packages/zoilomora/ocean-smart-client","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zoilomora.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2019-07-03T20:42:19.000Z","updated_at":"2024-07-11T13:56:53.000Z","dependencies_parsed_at":"2024-11-07T08:47:28.398Z","dependency_job_id":"73fa3348-9d77-44dc-b18e-133f7d8da28b","html_url":"https://github.com/zoilomora/ocean-smart-client","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"7a67d1d960592561ad61f3b6f2e2ce48c45c1145"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoilomora%2Focean-smart-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoilomora%2Focean-smart-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoilomora%2Focean-smart-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoilomora%2Focean-smart-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zoilomora","download_url":"https://codeload.github.com/zoilomora/ocean-smart-client/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246180891,"owners_count":20736459,"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":["client","ocean","smart"],"created_at":"2024-11-07T08:47:19.779Z","updated_at":"2026-01-07T16:49:13.851Z","avatar_url":"https://github.com/zoilomora.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ocean Smart Client\nThis library helps to communicate with **OceanSmart** software.\n\nTested with **[Ocean Smart 1.4.0603.1](https://oceansoftware.es/)**.\n\n## Usage\nTo facilitate the use with several users, a factory is included to start the session.\n\nBelow is an example of use:\n\n```php\n\u003c?php\nrequire __DIR__ . '/../vendor/autoload.php';\n\n$factory = new \\ZoiloMora\\OceanSmartClient\\ClientFactory(\n    new \\GuzzleHttp\\Client(\n        [\n            'base_uri' =\u003e BASE_URI,\n            // ... specific user settings\n        ]\n    )\n);\n\n$client = $factory-\u003ebuild(USER, PASSWORD);\n\n$markings = $client-\u003emarkings(\n    new DateTime('2019-06-01'), // from\n    new DateTime('2019-07-01')  // to\n);\n```\n\n## Notes\nFor now, raw array of API responses are returned, they are not transformed into mapped objects.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzoilomora%2Focean-smart-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzoilomora%2Focean-smart-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzoilomora%2Focean-smart-client/lists"}