{"id":15029493,"url":"https://github.com/narrowspark/narrowspark","last_synced_at":"2025-10-04T00:30:32.096Z","repository":{"id":26401100,"uuid":"29850843","full_name":"narrowspark/narrowspark","owner":"narrowspark","description":":white_flower: A skeleton to start a new Narrowspark project.","archived":true,"fork":false,"pushed_at":"2022-06-26T08:01:24.000Z","size":222,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-27T07:48:21.354Z","etag":null,"topics":["framework","narrowspark","php","php72","skeleton","web-applications"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/narrowspark.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-01-26T07:56:48.000Z","updated_at":"2025-02-16T03:42:49.000Z","dependencies_parsed_at":"2022-08-30T05:32:21.998Z","dependency_job_id":null,"html_url":"https://github.com/narrowspark/narrowspark","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/narrowspark/narrowspark","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/narrowspark%2Fnarrowspark","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/narrowspark%2Fnarrowspark/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/narrowspark%2Fnarrowspark/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/narrowspark%2Fnarrowspark/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/narrowspark","download_url":"https://codeload.github.com/narrowspark/narrowspark/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/narrowspark%2Fnarrowspark/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278249264,"owners_count":25955825,"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","status":"online","status_checked_at":"2025-10-03T02:00:06.070Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["framework","narrowspark","php","php72","skeleton","web-applications"],"created_at":"2024-09-24T20:10:49.786Z","updated_at":"2025-10-04T00:30:31.830Z","avatar_url":"https://github.com/narrowspark.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://narrowspark.com\" target=\"_blank\"\u003e\n        \u003cimg src=\"http://narrowspark.com/narrowspark-with-name.svg\"\u003e\n    \u003c/a\u003e\n    \u003cbr\u003e\n    \u003cbr\u003e\n    \u003ca href=\"https://php.net/\"\u003e\u003cimg src=\"https://img.shields.io/badge/php-%5E7.3.0-8892BF.svg?style=flat-square\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://codecov.io/gh/narrowspark/framework\"\u003e\u003cimg src=\"https://img.shields.io/codecov/c/github/narrowspark/framework/master.svg?style=flat-square\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://gitter.im/narrowspark/framework\"\u003e\u003cimg src=\"https://img.shields.io/gitter/room/nwjs/nw.js.svg?style=flat-square\"\u003e\u003c/a\u003e\n    \u003ca href=\"http://opensource.org/licenses/MIT\"\u003e\u003cimg src=\"https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n[Narrowspark][1] is a **PHP framework** for large, robust web applications and a superb combination of simplicity, elegance, reusable **PHP components** with expressive, elegant syntax. Narrowspark attempts to take the pain out of development by easing common tasks.\n\n* Powerful dependency injection container.\n* Multiple back-ends for session, filesystem and cache storage.\n* A powerful console \"cerebro\" based on [Symfony Console][5]\n* Simple, fast and with support for psr-15 middleware routing engine.\n* Powerful [encryption][7] and [hashing][8].\n\nDocumentation\n-------------\n\nThe [Narrowspark documentation][6] is thorough, complete, and makes it a breeze to get started learning the framework.\nYou need more information's take a look on [Narrowspark website][1].\n\nCommunity\n------------\n\n* Get Narrowspark support on Stack Overflow, [Gitter][3], etc.\n* Follow us on [GitHub][4].\n\nContributing\n------------\n\nIf you would like to help take a look at the [list of issues](http://github.com/narrowspark/framework/issues) and check our [Contributing](CONTRIBUTING.md) guild.\n\n\u003e **Note:** Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.\n\nSecurity Vulnerabilities\n---------------\n\nIf you discover a security vulnerability within Narrowspark, please send an e-mail to Daniel Bannert at d.bannert@anolilab.de. All security vulnerabilities will be promptly addressed.\n\nLicense\n---------------\n\nThe Narrowspark framework is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)\n\n[1]: https://narrowspark.com\n[2]: https://github.com/narrowspark/narrowspark\n[3]: https://gitter.im/narrowspark/framework?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\n[4]: https://github.com/narrowspark\n[5]: https://symfony.com/doc/current/components/console.html\n[6]: https://narrowspark.com/docs\n[7]: https://github.com/defuse/php-encryption\n[8]: https://github.com/paragonie/password_lock\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnarrowspark%2Fnarrowspark","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnarrowspark%2Fnarrowspark","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnarrowspark%2Fnarrowspark/lists"}