{"id":20443185,"url":"https://github.com/znframework/package-datetime","last_synced_at":"2026-02-10T19:01:53.932Z","repository":{"id":37849801,"uuid":"118107020","full_name":"znframework/package-datetime","owner":"znframework","description":"ZN Framework Datetime Package","archived":false,"fork":false,"pushed_at":"2025-01-05T14:11:06.000Z","size":63,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"develop","last_synced_at":"2025-09-09T13:01:39.277Z","etag":null,"topics":[],"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/znframework.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":"2018-01-19T09:45:07.000Z","updated_at":"2025-01-05T14:02:25.000Z","dependencies_parsed_at":"2025-01-05T14:33:05.615Z","dependency_job_id":"fed9df0f-9aaf-47df-8631-25291f213297","html_url":"https://github.com/znframework/package-datetime","commit_stats":{"total_commits":36,"total_committers":4,"mean_commits":9.0,"dds":0.5277777777777778,"last_synced_commit":"37b9638cb97132e5af14790e6ca81922a343e153"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/znframework/package-datetime","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/znframework%2Fpackage-datetime","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/znframework%2Fpackage-datetime/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/znframework%2Fpackage-datetime/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/znframework%2Fpackage-datetime/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/znframework","download_url":"https://codeload.github.com/znframework/package-datetime/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/znframework%2Fpackage-datetime/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29312958,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T17:48:59.043Z","status":"ssl_error","status_checked_at":"2026-02-10T17:45:37.240Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2024-11-15T09:46:22.241Z","updated_at":"2026-02-10T19:01:53.896Z","avatar_url":"https://github.com/znframework.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003ca href=\"https://packagist.org/packages/znframework/package-datetime\" rel=\"nofollow\"\u003e\n\t\u003cimg src=\"https://img.shields.io/packagist/dt/znframework/package-datetime?style=flat-square\" style=\"max-width:100%;\"\u003e\u003c/a\u003e\n\u003ca href=\"//packagist.org/packages/znframework/package-datetime\" rel=\"nofollow\"\u003e\n\t\u003cimg src=\"https://img.shields.io/github/v/release/znframework/package-datetime?style=flat-square\u0026color=00BFFF\" style=\"max-width:100%;\"\u003e\u003c/a\u003e\n\u003ca href=\"//packagist.org/packages/znframework/package-datetime\" rel=\"nofollow\"\u003e\n\t\u003cimg src=\"https://img.shields.io/github/release-date/znframework/package-datetime?style=flat-square\" style=\"max-width:100%;\"\u003e\u003c/a\u003e\n\u003ca href=\"//packagist.org/packages/znframework/package-datetime\" rel=\"nofollow\"\u003e\n\t\u003cimg src=\"https://img.shields.io/github/license/znframework/package-datetime?style=flat-square\" style=\"max-width:100%;\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch2\u003eZN Framework Date \u0026 Time Package\u003c/h2\u003e\n\u003cp\u003e\nFollow the steps below for installation and use.\n\u003c/p\u003e\n\n\u003ch3\u003eInstallation\u003c/h3\u003e\n\u003cp\u003e\nYou only need to run the following code for the installation.\n\u003c/p\u003e\n\n```\ncomposer require znframework/package-datetime\n```\n\n\u003ch3\u003eDocumentation\u003c/h3\u003e\n\u003cp\u003e\nClick for \u003ca href=\"https://docs.znframework.com/tarih-ve-zaman-kutuphaneleri\"\u003edocumentation\u003c/a\u003e of your library.\n\u003c/p\u003e\n\n\u003ch3\u003eExample Usage\u003c/h3\u003e\n\u003cp\u003e\nBasic level usage is shown below.\n\u003c/p\u003e\n\n```php\n\u003c?php require 'vendor/autoload.php';\n\nZN\\ZN::run();\n\nOutput::writeLine(Date::standart());\nOutput::writeLine(Time::current());\nOutput::writeLine(Date::calculate('{year}-{monthNumber}-{dayNumber}', '30 day'));\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fznframework%2Fpackage-datetime","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fznframework%2Fpackage-datetime","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fznframework%2Fpackage-datetime/lists"}