Libraries tagged by PHP GitHub API
stkf/bexio-api-php-client
46 Downloads
Client library for bexio API. Forked from https://github.com/christianruhstaller/bexio-api-php-client
retrowaver/allegro-rest-api-v2
48 Downloads
Second version of a simple interface for Allegro REST API resources. Built on top of https://github.com/Wiatrogon/php-allegro-rest-api, which was rewritten for the most part.
douglasanpa/emec-api
106 Downloads
PHP Api for collect data from e-mec webpage. Forked from https://github.com/viniciusilveira/emec-api
dienesl/mollie-api-hack
191 Downloads
Mollie API client library for hack. Forked from https://github.com/mollie/mollie-api-php
clowdy/google-api-client
2580 Downloads
Temp Backup of https://github.com/Block8/Google-API.git - PHP Client for Google APIs
bkintanar/trello-php
149 Downloads
PHP Trello API Wrapper (+missing models) from https://github.com/sanovskiy/Trello-API-PHP-Wrapper
andreiashu/expedia-php-api
643 Downloads
Fork of https://github.com/dyatlov/Expedia-PHP-API (thanks dyatlov)
yurycooliq/ukrposhta-php
12 Downloads
Ukrpochta API (forked from https://github.com/martinjack/UkrposhtaAPI)
survos/news-api-bundle
3 Downloads
Symfony bundle for interacting with NewsApiCDN using https://github.com/ToshY/NewsApiNet-PHP
maximprof/doku-php
63 Downloads
DOKU payment gateway API wrapper. Fork of https://github.com/otezz/doku-php/ with support for HTTPS in staging
lngo/shopify-sdk-php
45 Downloads
Shopify SDK PHP had cloned from https://github.com/cmcdonaldca/ohShopify.php.git.
adaiasmagdiel/meta-ai-api
328 Downloads
Llama 3 API 70B & 405B (MetaAI Reverse Engineered) in PHP, based on the work of [Strvm](https://github.com/Strvm/meta-ai-api/)
healthybuildingnetwork/pub-chem-php
1938 Downloads
PHP wrapper for the PubChem PUG REST API. Inspired by https://github.com/mcs07/PubChemPy
wpify/data-warehouse-api-php-sdk
116 Downloads
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
test123test234/sdk-php
0 Downloads
This is an **example** API to demonstrate features of the OpenAPI specification. # Introduction This API definition is intended to to be a good starting point for describing your API in [OpenAPI/Swagger format](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.2.md). It also demonstrates features of the [create-openapi-repo](https://github.com/Redocly/create-openapi-repo) tool and the [Redoc](https://github.com/Redocly/Redoc) documentation engine. Beyond the standard OpenAPI syntax, we use a few [vendor extensions](https://github.com/Redocly/Redoc/blob/master/docs/redoc-vendor-extensions.md). # OpenAPI Specification The goal of The OpenAPI Specification is to define a standard, language-agnostic interface to REST APIs which allows both humans and computers to discover and understand the capabilities of the service without access to source code, documentation, or through network traffic inspection. When properly defined via OpenAPI, a consumer can understand and interact with the remote service with a minimal amount of implementation logic. Similar to what interfaces have done for lower-level programming, OpenAPI removes the guesswork in calling the service.