{"id":16333803,"url":"https://github.com/ma27/ma27apikeyauthenticationbundle","last_synced_at":"2025-06-12T12:37:26.593Z","repository":{"id":62521215,"uuid":"41514181","full_name":"Ma27/Ma27ApiKeyAuthenticationBundle","owner":"Ma27","description":"Symfony Bundle which provides an approach to authenticate users with API tokens.","archived":false,"fork":false,"pushed_at":"2018-04-11T21:17:38.000Z","size":214,"stargazers_count":8,"open_issues_count":1,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-05-20T02:43:47.143Z","etag":null,"topics":["doctrine","security","symfony","symfony-bundle"],"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/Ma27.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"Security/ApiKeyAuthenticator.php","support":null}},"created_at":"2015-08-27T22:18:34.000Z","updated_at":"2019-08-18T16:50:37.000Z","dependencies_parsed_at":"2022-11-02T14:46:13.764Z","dependency_job_id":null,"html_url":"https://github.com/Ma27/Ma27ApiKeyAuthenticationBundle","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/Ma27/Ma27ApiKeyAuthenticationBundle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ma27%2FMa27ApiKeyAuthenticationBundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ma27%2FMa27ApiKeyAuthenticationBundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ma27%2FMa27ApiKeyAuthenticationBundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ma27%2FMa27ApiKeyAuthenticationBundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ma27","download_url":"https://codeload.github.com/Ma27/Ma27ApiKeyAuthenticationBundle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ma27%2FMa27ApiKeyAuthenticationBundle/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259466155,"owners_count":22862234,"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":["doctrine","security","symfony","symfony-bundle"],"created_at":"2024-10-10T23:36:38.194Z","updated_at":"2025-06-12T12:37:26.567Z","avatar_url":"https://github.com/Ma27.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Ma27ApiKeyAuthenticationBundle\n==============================\n\n[![Build Status](https://travis-ci.org/Ma27/Ma27ApiKeyAuthenticationBundle.svg?branch=master)](https://travis-ci.org/Ma27/Ma27ApiKeyAuthenticationBundle)\n[![Code Coverage](https://scrutinizer-ci.com/g/Ma27/Ma27ApiKeyAuthenticationBundle/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/Ma27/Ma27ApiKeyAuthenticationBundle/?branch=master)\n[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/Ma27/Ma27ApiKeyAuthenticationBundle/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/Ma27/Ma27ApiKeyAuthenticationBundle/?branch=master)\n[![SensioLabsInsight](https://insight.sensiolabs.com/projects/3d8e18e2-06b5-407d-9c6a-47245882d8d8/mini.png)](https://insight.sensiolabs.com/projects/3d8e18e2-06b5-407d-9c6a-47245882d8d8)\n[![Latest Stable Version](https://poser.pugx.org/ma27/api-key-authentication-bundle/v/stable)](https://packagist.org/packages/ma27/api-key-authentication-bundle)\n[![License](https://poser.pugx.org/ma27/api-key-authentication-bundle/license)](https://packagist.org/packages/ma27/api-key-authentication-bundle)\n\nSymfony Bundle which provides an approach to authenticate users with API tokens.\n\n### Current status\n\nUnfortunately [@Ma27](https://github.com/Ma27/) doesn't have sufficient time to to keep this project running. Just open an issue if you're interested in helping out.\n\n1) About\n--------\n\nThis bundle applies the concept of a stateless user authenticator as described in the [Symfony CookBook](http://symfony.com/doc/current/cookbook/security/api_key_authentication.html).\n\nFurthermore it contains some extra features:\n\n- RESTful actions in order to generate its own api key and for the logout\n- Generator for safe API keys\n- Abstract model based on `doctrine/common` (it is possible to use any Doctrine implementation like `doctrine/mongodb-odm` or `doctrine/phpcr-odm`)\n- Powerful event system (it is possible to hook into all important processes)\n- Implementation to manage password hashing using different strategies\n- Command which purges API keys that weren't used for a certain time\n\n2) Documentation\n----------------\n\n### Basic introduction\n\nTo get a basic idea of how this bundle works, please refer to the following `medium.com` blogposts:\n\n- [Authenticate users with API keys using Symfony and Doctrine](https://medium.com/@_Ma27_/authenticate-users-with-api-keys-using-symfony-and-doctrine-b2270752261a#.it9rtcrq7)\n- [How to block users with the Ma27ApiKeyAuthenticationBundle](https://medium.com/@_Ma27_/how-to-block-users-with-the-ma27apikeyauthenticationbundle-5e71dc087b7d#.adfp9rpfn)\n\n### Official documentation\n\nIn order to read the official documentation, please refer to the [Resources/doc/index.md](https://github.com/Ma27/Ma27ApiKeyAuthenticationBundle/blob/master/Resources/doc/index.md) file.\n\n3) Support and BC promise\n-------------------------\n\nFor changes in newly release versions please review the [CHANGELOG.md](https://github.com/Ma27/Ma27ApiKeyAuthenticationBundle/blob/master/CHANGELOG.md).\nTo get more information about how to contribute please refer to the [CONTRIBUTING.md](https://github.com/Ma27/Ma27ApiKeyAuthenticationBundle/blob/master/.github/CONTRIBUTING.md).\n\n### 1.2.x\n\nVersion `1.2` is the latest `1.x` release and will experience support for one year after the final `2.0.0` release came out.\nThe `1.2` version still supports a lot of legacy PHP versions (`hhvm` and PHP from `5.3.9`).\n\n### 2.x\n\nVersion `2.0` dropped support for each PHP and HHVM versions except PHP 7.1.\nThe support Symfony versions are `2.8` and all `3.x` versions.\n\n### Handling BC breaks\n\nThe ancient, unsupported development versions (all `0.x` versions) were experimental development versions and contained BC breaks.\n\nFrom the `1.x` versions on backward compatibility is provided when jumping between minor releases.\nThis rule doesn't apply to internals of the codebase (these internals are marked with the `@internal` annotation or have a `private` visibility modifier).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fma27%2Fma27apikeyauthenticationbundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fma27%2Fma27apikeyauthenticationbundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fma27%2Fma27apikeyauthenticationbundle/lists"}