Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/narrowspark/narrowspark
:white_flower: A skeleton to start a new Narrowspark project.
https://github.com/narrowspark/narrowspark
framework narrowspark php php72 skeleton web-applications
Last synced: 4 months ago
JSON representation
:white_flower: A skeleton to start a new Narrowspark project.
- Host: GitHub
- URL: https://github.com/narrowspark/narrowspark
- Owner: narrowspark
- Archived: true
- Created: 2015-01-26T07:56:48.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-06-26T08:01:24.000Z (over 2 years ago)
- Last Synced: 2024-09-24T22:51:43.054Z (4 months ago)
- Topics: framework, narrowspark, php, php72, skeleton, web-applications
- Homepage:
- Size: 217 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[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.
* Powerful dependency injection container.
* Multiple back-ends for session, filesystem and cache storage.
* A powerful console "cerebro" based on [Symfony Console][5]
* Simple, fast and with support for psr-15 middleware routing engine.
* Powerful [encryption][7] and [hashing][8].Documentation
-------------The [Narrowspark documentation][6] is thorough, complete, and makes it a breeze to get started learning the framework.
You need more information's take a look on [Narrowspark website][1].Community
------------* Get Narrowspark support on Stack Overflow, [Gitter][3], etc.
* Follow us on [GitHub][4].Contributing
------------If 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.
> **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.
Security Vulnerabilities
---------------If you discover a security vulnerability within Narrowspark, please send an e-mail to Daniel Bannert at [email protected]. All security vulnerabilities will be promptly addressed.
License
---------------The Narrowspark framework is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)
[1]: https://narrowspark.com
[2]: https://github.com/narrowspark/narrowspark
[3]: https://gitter.im/narrowspark/framework?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge
[4]: https://github.com/narrowspark
[5]: https://symfony.com/doc/current/components/console.html
[6]: https://narrowspark.com/docs
[7]: https://github.com/defuse/php-encryption
[8]: https://github.com/paragonie/password_lock