Examples of well written API wrappers for PHP?

This page summarizes the projects mentioned and recommended in the original post on /r/PHP

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • http-tools

    HTTP tools for developing more consistent HTTP implementations.

  • Besides that, we also have an http-tools package that you can use to build request handlers or real SDKs. There is a flexible transport layer in there, meaning you could switch the payload format of the api between json, XML, or whatever format you desire to support. https://github.com/phpro/http-tools

  • soap-client

    A general purpose SOAP client for PHP

  • In php, there is the soap client that does a lot of stuff for you. However: if you want to do it well, you need to wrap a lot of stuff around the php soapclient. We provide this package in order to build decent soap clients: https://github.com/phpro/soap-client

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Creating a SOAP service in Symfony 6

    1 project | /r/symfony | 14 Jun 2023
  • Soapclient & soap apis

    1 project | /r/PHP | 24 Nov 2022
  • Web service security (WSS) in go

    3 projects | /r/golang | 17 Aug 2022
  • [HELP]Cannot convert string to []byte?

    1 project | /r/golang | 20 Jan 2022
  • A simple tool i wrote to convert your JSON into PHP classes

    2 projects | /r/PHP | 10 Nov 2021