Merge pull request #88 from bygri/master

Add VaporForms to list of providers
This commit is contained in:
Tanner 2016-12-09 17:36:30 -05:00 committed by GitHub
commit fa4edba9e3
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ Here are a list of providers and third party packages that work great with Vapor
- [VaporS3Signer](https://github.com/JustinM1/VaporS3Signer): Generate V4 Auth Header/Pre-Signed URL for AWS S3 REST API
- [Flock](https://github.com/jakeheis/Flock): Automated deployment of Swift projects to servers
- [VaporFlock](https://github.com/jakeheis/VaporFlock): Use Flock to deploy Vapor applications
- [VaporForms](https://github.com/bygri/vapor-forms): Brings simple, dynamic and re-usable web form handling to Vapor.
- [Jobs](https://github.com/BrettRToomey/Jobs): A minimalistic job/background-task system for Swift.