{"id":22292007,"url":"https://github.com/aedart/athenaeum-http-cookies","last_synced_at":"2026-03-01T00:32:17.973Z","repository":{"id":56899581,"uuid":"248951901","full_name":"aedart/athenaeum-http-cookies","owner":"aedart","description":"[READ ONLY] Athenaeum Http Cookies package - see https://github.com/aedart/athenaeum","archived":false,"fork":false,"pushed_at":"2026-02-21T08:19:17.000Z","size":70,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-21T15:28:40.973Z","etag":null,"topics":["cookie","dto","set-cookie"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aedart.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-03-21T10:20:31.000Z","updated_at":"2026-02-21T08:19:20.000Z","dependencies_parsed_at":"2023-12-13T15:41:08.091Z","dependency_job_id":"5a2b2d14-b184-4ac7-b035-7a9ddc826abe","html_url":"https://github.com/aedart/athenaeum-http-cookies","commit_stats":{"total_commits":143,"total_committers":2,"mean_commits":71.5,"dds":0.4055944055944056,"last_synced_commit":"d9174e2e0ea1b206d904fa24d69744d4dc96e6e5"},"previous_names":[],"tags_count":163,"template":false,"template_full_name":null,"purl":"pkg:github/aedart/athenaeum-http-cookies","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aedart%2Fathenaeum-http-cookies","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aedart%2Fathenaeum-http-cookies/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aedart%2Fathenaeum-http-cookies/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aedart%2Fathenaeum-http-cookies/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aedart","download_url":"https://codeload.github.com/aedart/athenaeum-http-cookies/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aedart%2Fathenaeum-http-cookies/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29956195,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-28T22:53:01.873Z","status":"ssl_error","status_checked_at":"2026-02-28T22:52:50.699Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["cookie","dto","set-cookie"],"created_at":"2024-12-03T17:19:15.339Z","updated_at":"2026-03-01T00:32:17.938Z","avatar_url":"https://github.com/aedart.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Athenaeum Cookies\n\nProvides very simple [DTOs](https://en.wikipedia.org/wiki/Data_transfer_object) for [Http Cookie](https://en.wikipedia.org/wiki/HTTP_cookie).\nThese DTOs are nothing more than data placeholders; they do not offer \"advanced\" capabilities.\nFeel free to extend them with whatever logic your application might require.\n\n## Examples\n\n```php\n\u003c?php\nuse Aedart\\Http\\Cookies\\Cookie;\n\n$cookie = new Cookie([\n    'name' =\u003e 'my_cookie',\n    'value' =\u003e 'sweet'\n]);\n```\n\n```php\n\u003c?php\nuse Aedart\\Http\\Cookies\\SetCookie;\n\n$cookie = new SetCookie([\n    'name' =\u003e 'my_cookie',\n    'value' =\u003e 'sweet',\n    'maxAge' =\u003e 60 * 5,\n    'secure' =\u003e true\n]);\n```\n\n## Documentation\n\nPlease read the [official documentation](https://aedart.github.io/athenaeum/) for additional information.\n\n## Repository\n\nThe mono repository is located at [github.com/aedart/athenaeum](https://github.com/aedart/athenaeum)\n\n## Versioning\n\nThis package follows [Semantic Versioning 2.0.0](http://semver.org/)\n\n## License\n\n[BSD-3-Clause](http://spdx.org/licenses/BSD-3-Clause), Read the LICENSE file included in this package\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faedart%2Fathenaeum-http-cookies","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faedart%2Fathenaeum-http-cookies","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faedart%2Fathenaeum-http-cookies/lists"}