How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
Hug is a type-driven Python web framework designed for building APIs. It uses Python type annotations to automatically validate and convert incoming request data and to format outgoing responses. The framework functions as an automated documentation tool by extracting function signatures and markers from source code to generate accessible API specifications. It also supports non-blocking coroutines for asynchronous API processing to handle background tasks without interrupting the main request cycle. The project provides capabilities for REST API development, including route mapping, endpoin
A composer package designed to help you create a JSON:API in Phalcon
Phalcon-autorouter
The main features of kahur/phalcon-autorouter are: Web and API Frameworks.
Projects with overlapping indexed features include: timothycrosley/hug — Hug is a type-driven Python web framework designed for building APIs. It uses Python type annotations to automatically… gte451f/phalcon-json-api-package — A composer package designed to help you create a JSON:API in Phalcon. ienaga/phalconrouter — Phalcon Routering for Yaml. phalcon/rest-api — Sample API using Phalcon. phrest/api — PhREST API.