Libraries tagged by php mask
dalenys/php-merchant-api
183690 Downloads
Dalenys PHP merchant API
barracudanetworks/forkdaemon-php
62466 Downloads
A library to make setup and management of forking daemons in PHP easy.
arcreative/php-address-format
39400 Downloads
Simple address formatting for the masses
moyasar/moyasar-php
7167 Downloads
PHP/Laravel wrapper library for Moyasar payment services
mercadolibre/php-sdk
2548 Downloads
This is a the codebase to generate a SDK for Open Platform Marketplace
ducks-project/spl-types
30536 Downloads
Polyfill Module for SplType PHP extension. This extension aims at helping people making PHP a stronger typed language and can be a good alternative to scalar type hinting. It provides different typehandling classes as such as integer, float, bool, enum and string
jeroen-g/flickr
53797 Downloads
Modern PHP package to make Flickr API calls. Ships with Laravel implementation.
eso/ireflection
195078 Downloads
Wrapper around PHP Reflection to make it easier to use
phing/phing-composer-configurator
142036 Downloads
PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.
naucon/htmlbuilder
49992 Downloads
A package for php to generate html markup with object representation but without the overhead of domXML or SimpelXML.
hollodotme/treemdown
31147 Downloads
A PHP class for browsing markdown files with HTML rendering, syntax highlighting and search
ory/client
22107 Downloads
# Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | -------------- | ---------------------------------------------------------------- | ------------------------------------------------------------------------------------ | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
themsaid/ibis
1961 Downloads
Markdown to PDF book builder
spiritix/html-to-pdf
30117 Downloads
Convert HTML markup into beautiful PDF files using the famous wkhtmltopdf library
sonnenglas/laravel-amazon-mws
3602 Downloads
Use Amazon's MWS web services with Laravel ^7.x. Based on creacoon/amazon-mws-laravel package and modified to make it compatible with latest Laravel releases (+ bugfixes).