{"id":43216426,"url":"https://github.com/padcmoi/simply-jwt","last_synced_at":"2026-02-01T08:09:18.139Z","repository":{"id":57035024,"uuid":"420162971","full_name":"padcmoi/simply-jwt","owner":"padcmoi","description":"JsonWebToken(JWT) simple d'utilisation","archived":false,"fork":false,"pushed_at":"2021-10-22T16:28:38.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-02T01:23:05.013Z","etag":null,"topics":["jwt","jwt-decode","jwt-tokens"],"latest_commit_sha":null,"homepage":"","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/padcmoi.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}},"created_at":"2021-10-22T16:08:50.000Z","updated_at":"2021-10-22T16:29:45.000Z","dependencies_parsed_at":"2022-08-23T20:50:45.318Z","dependency_job_id":null,"html_url":"https://github.com/padcmoi/simply-jwt","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/padcmoi/simply-jwt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/padcmoi%2Fsimply-jwt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/padcmoi%2Fsimply-jwt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/padcmoi%2Fsimply-jwt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/padcmoi%2Fsimply-jwt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/padcmoi","download_url":"https://codeload.github.com/padcmoi/simply-jwt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/padcmoi%2Fsimply-jwt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28973259,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T06:46:42.625Z","status":"ssl_error","status_checked_at":"2026-02-01T06:44:56.173Z","response_time":56,"last_error":"SSL_read: 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":["jwt","jwt-decode","jwt-tokens"],"created_at":"2026-02-01T08:09:17.571Z","updated_at":"2026-02-01T08:09:18.129Z","avatar_url":"https://github.com/padcmoi.png","language":"PHP","funding_links":["https://www.paypal.com/paypalme/Julien06100?locale.x=fr_FR"],"categories":[],"sub_categories":[],"readme":"# SimplyJWT\nJsonWebToken(JWT) simple d'utilisation\n\n# ➡️Install\n```\ncomposer require padcmoi/simply-jwt\n```\n\n\n# ➡️Usage\n***Exemple***\n```php\nuse Padcmoi\\JWT\\SimplyJWT;\n\nSimplyJWT::init('***PRIVATE_KEY***', 'HS256', 3600); // KEY, Algorithm, Expire Timestamp\n\n$serializedToken = SimplyJWT::encode([\n    \"exp\" =\u003e time() + 3600,\n    \"iat\" =\u003e time(),\n    \"uid\" =\u003e -1, // Id account\n]);\n\n$payload = SimplyJWT::decode($serializedToken); \n```\n\n# ➡️Others\n##### 🧳Packagist\nhttps://packagist.org/packages/padcmoi/simply-jwt\n\n##### 🔖Licence\nCe travail est sous licence [MIT](/LICENSE).\n\n##### 🔥Pour me contacter sur discord\nLien discord [discord.gg/257rUb9](https://discord.gg/257rUb9)\n\n##### 🍺Si vous souhaitez m’offrir une bière\nMe faire un don 😍 [par Paypal](https://www.paypal.com/paypalme/Julien06100?locale.x=fr_FR)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpadcmoi%2Fsimply-jwt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpadcmoi%2Fsimply-jwt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpadcmoi%2Fsimply-jwt/lists"}