How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. 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
The main features of gte451f/phalcon-json-api-package are: Web and API Frameworks.
Open-source alternatives to gte451f/phalcon-json-api-package include: timothycrosley/hug — Hug is a type-driven Python web framework designed for building APIs. It uses Python type annotations to automatically… ienaga/phalconrouter — Phalcon Routering for Yaml. kahur/phalcon-autorouter — Phalcon-autorouter. phalcon/rest-api — Sample API using Phalcon. phrest/api — PhREST API.