{"id":22895899,"url":"https://github.com/settermjd/mezzio-simple-user-manager","last_synced_at":"2025-07-08T01:37:40.919Z","repository":{"id":267239605,"uuid":"900634469","full_name":"settermjd/mezzio-simple-user-manager","owner":"settermjd","description":"This is a small, simplistic user manager for Mezzio applications, providing login, logout, register user, forgot password, reset password, and user profile support","archived":false,"fork":false,"pushed_at":"2025-05-25T20:53:45.000Z","size":155,"stargazers_count":2,"open_issues_count":10,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-05-25T21:34:49.075Z","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":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/settermjd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/funding.yml","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},"funding":{"github":"settermjd","buy_me_a_coffee":"settermjd"}},"created_at":"2024-12-09T07:26:11.000Z","updated_at":"2025-05-25T20:53:47.000Z","dependencies_parsed_at":"2025-04-15T02:04:57.244Z","dependency_job_id":"3f689cc4-5d1b-4e01-a22b-7f33174f72db","html_url":"https://github.com/settermjd/mezzio-simple-user-manager","commit_stats":null,"previous_names":["settermjd/mezzio-simple-user-manager"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/settermjd/mezzio-simple-user-manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/settermjd%2Fmezzio-simple-user-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/settermjd%2Fmezzio-simple-user-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/settermjd%2Fmezzio-simple-user-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/settermjd%2Fmezzio-simple-user-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/settermjd","download_url":"https://codeload.github.com/settermjd/mezzio-simple-user-manager/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/settermjd%2Fmezzio-simple-user-manager/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261225968,"owners_count":23127232,"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":[],"created_at":"2024-12-13T23:32:38.858Z","updated_at":"2025-07-08T01:37:40.913Z","avatar_url":"https://github.com/settermjd.png","language":"PHP","funding_links":["https://github.com/sponsors/settermjd","https://buymeacoffee.com/settermjd"],"categories":[],"sub_categories":[],"readme":"\u003c!-- markdownlint-disable MD013 --\u003e\n# Mezzio Simple User Manager\n\nThis is a small and simplistic user manager for Mezzio-based applications.\n\nIt's not intended to be too feature-rich.\nRather, it's meant to be a simple user manager that provides just the following functionality:\n\n- Login\n- Logout\n- New user registration\n- User profile; and\n- Password reset\n\nIt's heavily inspired by [Mezzio Authentication][mezzio-auth-url] and [mezzio-authentication-laminasauthentication][mezzio-auth-laminas-auth-url].\n\nFor more information, [check out the documentation](./docs).\n\n## Prerequisites\n\nTo use the package, you'll need the following:\n\n- PHP 8.3 or above\n- One of the following extensions (based on your desired database):\n  - [MySQL via the PDO (PHP Data Objects) extension](https://www.php.net/manual/en/ref.pdo-mysql.php)\n  - [PostgreSQL via the PDO extension](https://www.php.net/manual/en/ref.pdo-pgsql.php)\n  - [SQLite via the PDO extension](https://www.php.net/manual/en/ref.pdo-sqlite.php)\n  - [The ext/ibm_db2 driver](https://www.php.net/manual/en/ibm-db2.installation.php)\n  - [The ext/mysqli driver](https://www.php.net/manual/en/intro.mysqli.php)\n  - [The ext/oci8 driver](https://www.php.net/manual/en/intro.oci8.php)\n  - [The ext/pgsql driver](https://www.php.net/manual/en/intro.pgsql.php)\n  - [The ext/sqlsrv driver (from Microsoft)](https://www.php.net/manual/en/intro.sqlsrv.php)\n- Access to one of the following databases:\n  - SQLite\n  - IBM DB2\n  - Microsoft SQLServer\n  - MySQL or MariaDB\n  - Oracle\n  - PostgreSQL\n\n## Contributing\n\nIf you want to contribute to the project, whether you have found issues with it or just want to improve it, here's how:\n\n- [Issues][issues-url]: ask questions and submit your feature requests, bug reports, etc\n- [Pull requests][prs-url]: send your improvements\n\n## Did You Find The Project Useful?\n\nIf the project was useful and you want to say thank you and/or support its active development, here's how:\n\n- Add a GitHub Star to the project\n- Write an interesting article about the project wherever you blog\n\n## Disclaimer\n\nNo warranty expressed or implied. Software is as is.\n\n[mezzio-auth-url]: https://docs.mezzio.dev/mezzio-authentication\n[mezzio-auth-laminas-auth-url]: https://docs.mezzio.dev/mezzio-authentication-laminasauthentication\n[issues-url]: https://github.com/settermjd/mezzio-simple-user-manager/issues/new/choose\n[prs-url]: https://github.com/settermjd/mezzio-simple-user-manager/pulls\n\u003c!-- markdownlint-enable MD013 --\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsettermjd%2Fmezzio-simple-user-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsettermjd%2Fmezzio-simple-user-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsettermjd%2Fmezzio-simple-user-manager/lists"}