A PHP port of GraphQL reference implementation
-
Updated
Jul 8, 2021 - PHP
{{ message }}
An API can be thought of as an instruction manual for communication between multiple software apparatuses. For example, an API may be used for database communication between web applications. By extracting the implementation and relinquishing data into objects, an API simplifies programming.
A PHP port of GraphQL reference implementation
Easily build Eloquent queries from API requests
PHP Curl Class makes it easy to send HTTP requests and integrate with web APIs
PHP Framework for building scalable API's on top of Laravel.
OAuth client integration for Symfony. Supports both OAuth1.0a and OAuth2.
It could be great to leverage these metadata, notably when using jms virtual properties.
The server component of API Platform: hypermedia and GraphQL APIs in minutes
OpenApi or Swagger integration to Laravel
A hackathon/MVP boilerplate for laravel web applications. Start your hackathons without hassle.
一个基于Yii2高级框架的快速开发应用引擎
Laravel 8.0 blog application with Vue.js, Homestead, Horizon, Telescope and Pusher
Prepare your Laravel apps incredibly fast, with various commands, services, facades and boilerplates.
Open source API management platform
The easy PHP Library for calculating holidays
Tool to browse data exposed by Ubiquiti's UniFi Controller API (demo: https://api-browser-demo.artofwifi.net/)
A PHP API client class to interact with Ubiquiti's UniFi Controller API
In the
graphql_map_input_fields_to_wp_queryfilter, the $post_type is the last parameter. This is inconsistent with the othergraphql_map_input_fields_*filters. For example ingraphql_map_input_fields_to_get_termsthe $taxonomy parameter is the third parameter (while the $context & $info parameters are the last two in all of thegraphql_map_input_fields_*filters). For consistency sake, i