Libraries tagged by docs
hocvt/php-apache-tika
1148 Downloads
Apache Tika bindings for PHP: extracts text from documents and images (with OCR), metadata and more...
ferdynator/phpword
20724 Downloads
PHPWord is a library written in PHP that create word documents. This Package is modified to work with Symfony 2
codex/codex
359 Downloads
Codex documentation application based on Laravel 5.
brocc/laravel-openapi
2629 Downloads
Write OpenApi Specification for Laravel Applications
reliqarts/docweaver
144 Downloads
An easy-to-use product documentation package for Laravel.
piotrpress/wordpress-hooks
100 Downloads
This library uses PHP Attributes (introduced in PHP version 8.0) to automagically add/remove WordPress Hooks (Filters and Actions) to/from functions and methods.
phppkg/annotations
171 Downloads
Simple and Lightweight PHP Class & Methods Annotations Reader
harlekoy/apidocs
3904 Downloads
Replacement for Swagger. It is built for Laravel
nami-doc/sprockets-php
6142 Downloads
Sprockets-PHP is Sprockets (Rails Asset Pipeline) for PHP
zack6849/ship-station
7582 Downloads
An updated and maintained PHP Wrapper for ShipStation's rest api, forked from michaelb/ship-station, docs @ https://shipstation.docs.apiary.io/
yurunsoft/mddoc
89 Downloads
use php to build markdown doc
vivait/docbuild-php
25351 Downloads
PHP client for doc.build
tuutti/php-klarna-payments
61493 Downloads
The payments API is used to create a session to offer Klarna's payment methods as part of your checkout. As soon as the purchase is completed the order should be read and handled using the [`Order Management API`](https://docs.klarna.com/api/ordermanagement). **Note:** Examples provided in this section includes full payloads, including all supported fields , required and optionals. In order to implement a best in class request we recommend you don't include customer details when initiating a payment session. Refer to [Initiate a payment](https://docs.klarna.com/klarna-payments/integrate-with-klarna-payments/step-1-initiate-a-payment/) section for further details. Read more on [Klarna payments](https://docs.klarna.com/klarna-payments/).
tuutti/php-klarna-ordermanagement
55483 Downloads
The Order Management API is used for handling an order after the customer has completed the purchase. It is used for all actions you need to manage your orders. Examples being: updating, capturing, reading and refunding an order. Read more on the [Order management](https://docs.klarna.com/order-management/) process. # Authentication
tuutti/php-klarna-checkout
243 Downloads
The checkout API is used to create a checkout with Klarna and update the checkout order during the purchase. As soon as the purchase is completed the order should be read and handled using the [`Order Management API`](https://docs.klarna.com/api/ordermanagement).\n\nRead more on [Klarna checkout](https://docs.klarna.com/klarna-checkout/).