Good First Issue
Bugs and feature proposals, which are relatively simple to implement for newcomers.
UX
Issues and PRs aimed at improving User eXperience.
Admin
AdminBundle related issues and PRs.
#
API
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.
Here are 5,407 public repositories matching this topic...
api
framework
mvc
microservice
websocket-server
spring-cloud
annotations
rpc
tcp-server
http-server
swoole
aop
springboot
coroutine
annotation-framework
-
Updated
Jun 20, 2022 - PHP
javascript
html
api
bootstrap
php
json
laravel
angular
modern
analytics
json-api
url-shortener
lumen-framework
-
Updated
Apr 22, 2022 - PHP
A PHP port of GraphQL reference implementation
-
Updated
Jul 8, 2022 - PHP
mysql
api
yaml
json
csv
sql
xml
country
state
countries
states
city
cities
region
regions
hacktoberfest
provinces
world-regions
countries-states-cities
country-state-city
-
Updated
Jul 2, 2022 - PHP
Easily build Eloquent queries from API requests
-
Updated
Jul 5, 2022 - PHP
jasonbahl
commented
May 27, 2022
As a user, I would like to be able to query a comment by database id.
Currently, the comment query doesn't allow for different id types (such as database id), but many other "single node" entry fields in the Graph support an idType field, such as:
{
post( id: 123, idType: DATABASE_ID ) { __typename, id }
contentNode( id: 123 idType: DATABASE_ID ) { __typename, id }
}
Good First Issue
Issue that doesn't require previous experience with WPGraphQL
ObjectType: Comment
Component: Query
PHP Curl Class makes it easy to send HTTP requests and integrate with web APIs
api
php
http
client
json
framework
curl
xml
proxy
restful
class
http-client
http-proxy
api-client
web-scraper
requests
web-scraping
php-curl
web-service
php-curl-library
-
Updated
Jul 2, 2022 - PHP
PHP Framework for building scalable API's on top of Laravel.
api
php-framework
starter-kit
laravel-starter
php-api
porto
api-centric
api-starter
starter-app
starter-project
apiato
api-starter-template
-
Updated
Jun 21, 2022 - PHP
OAuth client integration for Symfony. Supports both OAuth1.0a and OAuth2.
-
Updated
Jun 26, 2022 - PHP
The server component of API Platform: hypermedia and GraphQL APIs in minutes
api
graphql
php
symfony
rest
symfony-bundle
swagger
jsonapi
hypermedia
hal
json-ld
hydra-api
hacktoberfest
api-platform
-
Updated
Jul 8, 2022 - PHP
SakhriHoussem
commented
Jan 16, 2022
I have a constant array of specific entity attributes
const SELECT_ATTRIBUTES = [
"id",
"email",
]; /**
* List of users.
*
* This call return all the users.
*
* @OA\Response(
* response=200,
* description="Returns list of all the users",
* @OA\JsonContent(
* type="arrayOpenApi or Swagger integration to Laravel
api
documentation
laravel
ui
swagger
openapi
specification
swagger-specification
swagger-ui
laravel-5-package
swagger-php
l5-swagger
openapi-annotations
-
Updated
Jun 29, 2022 - PHP
-
Updated
Jun 21, 2022 - PHP
一个基于Yii2高级框架的快速开发应用引擎
api
php
cms
admin
yii2
queue
yii
alipay
rbac
wechat
cmf
oauth2-server
restful-api
unionpay
wechat-mini-program
easywechat
wechat-pay
rageframe2
servises
-
Updated
Apr 10, 2021 - PHP
Laravel 9.0 blog application with Vue.js, Homestead, Horizon, Telescope and Pusher
blog
api
redis
php
vuejs
laravel
webpack
best-practices
websockets
php-cs-fixer
opcache
laravel-horizon
php74
laravel-telescope
laravel8
-
Updated
Jun 26, 2022 - PHP
10
railken
commented
Nov 4, 2019
good first issue
Good for newcomers
Open
Resizeable sidebar
3
Open source API management platform
javascript
api
php
rest
microservice
serverless
backend
api-management
api-gateway
openapi
rpc
api-manager
-
Updated
Jun 21, 2022 - PHP
Prepare your Laravel apps incredibly fast, with various commands, services, facades and boilerplates.
-
Updated
Jan 10, 2020 - PHP
The easy PHP Library for calculating holidays
api
php
library
countries
holidays
calculations
holiday
calculate-holidays
yasumi
provider-holidays
calculating-holidays
-
Updated
Jun 20, 2022 - PHP
Tool to browse data exposed by Ubiquiti's UniFi Controller API
-
Updated
May 16, 2022 - PHP
- Wikipedia
- Wikipedia

Sylius version affected: v1.4.4
Description
Sylius says the category is used and cannot be removed, when we try to remove an empty category.
We figured out that we had some products with the taxon as "Main Taxon".
Steps to reproduce