Libraries tagged by this7 api
optigov/eloquent-graphql
3105 Downloads
This package provides automatic creation of GraphQL types and fields from Eloquent models.
omergy/php-k8s
3539 Downloads
Control your Kubernetes clusters with this PHP-based Kubernetes client. It supports any form of authentication, the exec API, and it has an easy implementation for CRDs.
mottor/yookassa-sdk-php
5154 Downloads
This is a developer tool for integration with YooMoney.
m4n50n/oauth2-azure-bundle
3116 Downloads
This bundle provides a tiny wrapper for using thenetworg/oauth2-azure inside Symfony.
luezoid/laravel-core
2245 Downloads
A feature rich Laravel package which provides fast & flexible way to quickly build powerful RESTful APIs. Various other features like queries & filters over nested complex relationships between models can be done on the go using this package. Read the docs for more info.
kazu9su/functional-tester
13468 Downloads
This is a library for functional test of PHP legacy products
hkonnet/laravel-ebay
52943 Downloads
This package is wrapper for php Ebay sdk for laravel to automate all the configurations and make the skd ready to use.
groupdocscloud/groupdocs-viewer-cloud
7217 Downloads
This repository contains GroupDocs.Viewer Cloud SDK for PHP source code.
groupdocscloud/groupdocs-merger-cloud
3974 Downloads
This repository contains GroupDocs.Merger Cloud SDK for PHP source code.
groupdocscloud/groupdocs-conversion-cloud
21901 Downloads
This repository contains GroupDocs.Conversion Cloud SDK for PHP source code.
getlate-dev/late-php
1000 Downloads
API reference for Zernio. Authenticate with a Bearer API key. Base URL: https://zernio.com/api Versioning and deprecation: all endpoints are versioned in the URL path (current version: /v1). Breaking changes only ship in a new path version; existing versions keep working. Deprecated operations are marked 'deprecated: true' in this spec and announced in the changelog (https://zernio.com/changelog) before removal. Errors: every 4xx/5xx response is application/json with a machine-readable 'code' and a human-readable 'error' message (see the ErrorResponse schema).
gener1c-code/oauth2-server
13531 Downloads
A lightweight and powerful OAuth 2.0 authorization and resource server library with support for all the core specification grants. This library will allow you to secure your API with OAuth and allow your applications users to approve apps that want to access their data from your API.
abdulbaset/zoom-integration
117 Downloads
This package provides an easy integration with Zoom's API, allowing developers to manage users, meetings, and more.
stinis87/nva
10354 Downloads
NVA (Nasjonaltiv vitenarkiv) API Client designed to interact with the NVA API. It provides a simple and efficient way to make requests to this API, allowing you to search for publications, persons and other related data.
bmdevel/php-index
63561 Downloads
This library provides an API to perform binary search operations on a sorted index. The index can be a XML document, a CSV document, or an arbitrary text file where the key has a fixed position. You can easily implement your own index. This API comes handy on any sorted data structure where realtime search operations are necessary without the detour of a DBS import.