Libraries tagged by php http code
hunzsig/h-php
5 Downloads
一个纯净后端php框架,依赖swoole,支持http/websocket。结合ZendFrame/ThinkPHP/laraval编写代码,数据处理层enter->io->bean->model。IO自定义便捷式加密,与前端h-react-library嵌合。PDO式ORM结合redis,完善的表连贯操作,并自动优化持久层的CURD,如连表自动前缀,类型自动转义/转换/解释。自带打包,可将php代码加密到难以恢复的程度。
georgesks/facter-sdk-php
5 Downloads
API pública para timbrar **CFDI 4.0** usando la infraestructura de Facter. **Modelo comercial:** un **cliente principal** (plan PREPAGO) compra timbres; sus **emisores** (cada uno un tenant con su propio RFC y CSD) consumen del saldo del principal. El contrato de entrada es el **JSON canónico CFDI 4.0**: el integrador envía el comprobante completo (Emisor, Receptor, Conceptos, Impuestos, Complemento...). Facter **valida** consistencia aritmética y contra catálogos SAT pero **no recalcula** totales — tu sistema es el sistema de registro. **Ambientes:** prueba en **Demo** `https://demo.facter.com.mx/api/ext/v1` (sandbox de pruebas, sin cobro real, datos efímeros) y, cuando estés listo, pasa a **Producción** `https://v2.facter.com.mx/api/ext/v1` (timbrado real, consume timbres). Necesitas **una cuenta y una API key por ambiente**; la key de un ambiente no funciona en el otro. El host define el comportamiento. **Autenticación:** `Authorization: Bearer fct_live_xxx`. **Idempotencia obligatoria** en endpoints mutadores vía header `Idempotency-Key`. Toda respuesta incluye `X-Request-Id` para soporte. Documentación completa, quickstart y ejemplos: https://v2.facter.com.mx/developers
runchance/rcmaker
113 Downloads
rcmaker is oneness of fpm and cli high performance php framework, support workerman and swoole run mode
srako/openid-connect
1064 Downloads
PHP implementation of https://openid.net/specs/openid-connect-core-1_0.html
webair-srl/phpwsdl2
52 Downloads
PhpWSDL2 - Modern PHP WSDL/SOAP WebService Library with Multiple Protocol Support
patienceman/filtan
2974 Downloads
Filtan is Laravel Http QueryFilter package designed to simplify and enhance the process of filtering queries by reading http queries. It enables developers to apply filters to queries and customize the results based on dynamic http parameters. By integrating Filtan into your Laravel project, you can build complex and flexible filtering mechanisms for your request effortlessly.
iteks/laravel-openai
1255 Downloads
A powerful package that seamlessly integrates OpenAI's advanced AI capabilities into your Laravel applications. This package offers quick setup and intuitive configuration to leverage AI models for chat, embeddings, and more.
alexrsagen/obie
221 Downloads
Obie is a simple PHP framework. It aims to provide basic services needed for any web app.
gustav-php/gustav
249 Downloads
A modern HTTP Framework for PHP.
doppar/axios
244 Downloads
Doppar Axios is a modern, HTTP client package for PHP
thomseddon/http
1637 Downloads
Beautifully simple PHP HTTP client inspired by node's superagent
ariyx/http-client
1 Downloads
A modern, feature-rich PHP HTTP client with advanced capabilities including authentication, middleware, retry mechanisms, and comprehensive testing.
yuyat/parallel_http
29 Downloads
Node.js like parallel HTTP client for PHP < 5.3
kode/http-client
27 Downloads
现代化、高性能的 PHP HTTP 客户端,支持多运行时环境(FPM、CLI、Swoole、Swow、Fiber)
citomni/http-skeleton
1 Downloads
Baseline HTTP application skeleton for CitOmni. Kernel + HTTP mode; ready for webapps, APIs, intranet, or SaaS.