Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nekofar/awesome-slim
A curated list of awesome Slim framework packages and resources.
https://github.com/nekofar/awesome-slim
List: awesome-slim
awesome awesome-list back-end backend hacktoberfest hacktoberfest2021 php rest-api slim slim-3 slim-4 slim-framework slim3 slim4 slimphp
Last synced: 12 days ago
JSON representation
A curated list of awesome Slim framework packages and resources.
- Host: GitHub
- URL: https://github.com/nekofar/awesome-slim
- Owner: nekofar
- License: cc0-1.0
- Created: 2021-09-13T08:54:35.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T19:27:28.000Z (7 months ago)
- Last Synced: 2024-05-21T20:40:15.904Z (7 months ago)
- Topics: awesome, awesome-list, back-end, backend, hacktoberfest, hacktoberfest2021, php, rest-api, slim, slim-3, slim-4, slim-framework, slim3, slim4, slimphp
- Homepage:
- Size: 163 KB
- Stars: 26
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome - Slim - PHP framework. (Back-End Development)
- more-awesome - Slim - PHP framework. (Programming Languages)
- awesome-projects - Slim - PHP framework. (Back-End Development)
- Awesome-Web3 - Slim - PHP framework. (Back-End Development)
- fucking-awesome - Slim - PHP framework. (Back-End Development)
- awesome - Slim - PHP framework. (Back-End Development)
- awesome - Slim - PHP framework. (Back-End Development)
- ultimate-awesome - awesome-slim - A curated list of awesome Slim framework packages and resources. (Other Lists / PowerShell Lists)
- awesome - Slim - PHP framework. (Back-End Development)
README
# Awesome Slim [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)
[](https://www.slimframework.com)
> A curated list of awesome [Slim](https://www.slimframework.com) framework packages and resources.
[Slim](https://www.slimframework.com) is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs.
## Contents
- [Educational](#educational)
- [Boilerplate](#boilerplate)
- [Middlewares](#middlewares)
- [Templating](#templating)
- [Development](#development)
- [Miscellaneous](#miscellaneous)## Educational
- [User Guide](https://www.slimframework.com/docs/v4/) - The official documentation for Slim Framework.
- [Stack Overflow](https://stackoverflow.com/questions/tagged/slim) - Slim Framework questions over Stack Overflow.
- [Discussion Forum](https://discourse.slimframework.com) - The official Slim Framework discussion forum.
- [Slim 4 - GraphQL](https://odan.github.io/2021/08/12/slim-graphql.html) - Creating a modern HTTP APIs usig GraphQL.
- [Slim 4 - ReactPHP](https://odan.github.io/2021/08/14/slim-reactphp.html) - Slim in combination with ReactPHP for the performance boost.## Boilerplate
- [Slim 4 MVC Skeleton](https://github.com/semhoun/slim-skeleton-mvc) - This is a simple web application skeleton project.
- [Slim 4 Skeleton](https://github.com/adriansuter/Slim4-Skeleton) - Web application skeleton that uses the PHP-DI, Nyholm PSR7 and Twig.
- [Slim 4 Skeleton](https://github.com/odan/slim4-skeleton) - This is a skeleton to quickly set up a new Slim 4 application.
- [Slim Skeleton](https://github.com/slimphp/Slim-Skeleton) - The official Slim Framework 4 Skeleton Application.
- [Slim 4 Starter](https://github.com/nbayramberdiyev/slim-4-starter) - An opinionated Slim 4 starter template for the small-to-medium PHP applications.## Middlewares
- [Slim Basic Auth](https://github.com/tuupola/slim-basic-auth) - PSR-7 and PSR-15 HTTP Basic Authentication Middleware.
- [Slim CSRF](https://github.com/slimphp/Slim-Csrf) - Slim Framework CSRF protection middleware.
- [Slim HTTP Cache](https://github.com/slimphp/Slim-HttpCache) - Slim Framework HTTP cache middleware and service provider.
- [Slim JWT Auth](https://github.com/tuupola/slim-jwt-auth) - PSR-7 and PSR-15 JWT Authentication Middleware.
- [Slim Minify](https://github.com/christianklisch/slim-minify) - Slim middleware to minify HTML output generated by the slim.
- [Slim Session](https://github.com/bryanjhv/slim-session) - A very simple session middleware for Slim Framework.
- [Slim Whoops](https://github.com/zeuxisoo/php-slim-whoops) - PHP whoops error on slim framework.## Templating
- [Slim Twig View](https://github.com/slimphp/Twig-View) - Slim Framework view helper built on top of the Twig templating component.
- [Slim Plates](https://github.com/projek-xyz/slim-plates) - Render your Slim application views using Plates template engine.
- [Slim PHP View](https://github.com/slimphp/PHP-View) - This is a renderer for rendering PHP view scripts into a PSR-7 Response object.## Development
- [Pest Slim Plugin](https://github.com/nekofar/pest-plugin-slim) - The Slim Plugin for Pest gives your basic functionality for testing.
- [Slim Test](https://github.com/nekofar/slim-test) - Slim Framework test helper built on top of the PHPUnit test framework.## Miscellaneous
- [BasePath](https://github.com/selective-php/basepath) - Base path detector for Slim 4.
- [PHP-DI Slim Bridge](https://github.com/PHP-DI/Slim-Bridge) - PHP-DI integration with the Slim framework.
- [Slim Config](https://github.com/DavidePastore/Slim-Config) - A file configuration loader that supports PHP, INI, XML, JSON, and YML files.
- [Slim Console](https://github.com/slimphp/Slim-Console) - Slim Framework Console.
- [Slim Flash](https://github.com/slimphp/Slim-Flash) - Slim Framework flash messages service provider.
- [Slim JSON API](https://github.com/entomb/slim-json-api) - Slim extension to implement fast JSON API's.
- [Slim Validation](https://github.com/DavidePastore/Slim-Validation) - A validation library for the Slim Framework.
- [IntelliJ Slim](https://plugins.jetbrains.com/plugin/18751-slim) - Provides boilerplate codes for easier new project creation using skeleton.## Contributing
Contributions welcome! Read the [contribution guidelines](CONTRIBUTING.md) first.