Libraries tagged by php_uname

bsushil/ebay-sdk-php

0 Favers
21 Downloads

An eBay SDK for PHP. Use the eBay API in your PHP projects. Added psr-4 namespacing on library created by David T Sadler ([email protected])

Go to Download


seretos/php-file-parser

0 Favers
26 Downloads

parse a php file and get the used namespaces

Go to Download


two-bros/php-amazon-mws

3 Favers
6 Downloads

An open-source library to connect to Amazon's MWS web services in an object-oriented manner, with a focus on intuitive usage. Forked from CPIGroup/phpAmazonMWS to add namespacing and cleanup for further development.

Go to Download


tslol/docker-api-php

0 Favers
2 Downloads

The Engine API is an HTTP API served by Docker Engine. It is the API the Docker client uses to communicate with the Engine, so everything the Docker client can do can be done with the API. Most of the client's commands map directly to API endpoints (e.g. `docker ps` is `GET /containers/json`). The notable exception is running containers, which consists of several API calls. # Errors The API uses standard HTTP status codes to indicate the success or failure of the API call. The body of the response will be JSON in the following format: ``` { "message": "page not found" } ``` # Versioning The API is usually changed in each release, so API calls are versioned to ensure that clients don't break. To lock to a specific version of the API, you prefix the URL with its version, for example, call `/v1.30/info` to use the v1.30 version of the `/info` endpoint. If the API version specified in the URL is not supported by the daemon, a HTTP `400 Bad Request` error message is returned. If you omit the version-prefix, the current version of the API (v1.44) is used. For example, calling `/info` is the same as calling `/v1.44/info`. Using the API without a version-prefix is deprecated and will be removed in a future release. Engine releases in the near future should support this version of the API, so your client will continue to work even if it is talking to a newer Engine. The API uses an open schema model, which means server may add extra properties to responses. Likewise, the server will ignore any extra query parameters and request body properties. When you write clients, you need to ignore additional properties in responses to ensure they do not break when talking to newer daemons. # Authentication Authentication for registries is handled client side. The client has to send authentication details to various endpoints that need to communicate with registries, such as `POST /images/(name)/push`. These are sent as `X-Registry-Auth` header as a [base64url encoded](https://tools.ietf.org/html/rfc4648#section-5) (JSON) string with the following structure: ``` { "username": "string", "password": "string", "email": "string", "serveraddress": "string" } ``` The `serveraddress` is a domain/IP without a protocol. Throughout this structure, double quotes are required. If you have already got an identity token from the [`/auth` endpoint](#operation/SystemAuth), you can just pass this instead of credentials: ``` { "identitytoken": "9cbaf023786cd7..." } ```

Go to Download


tox2ik/php-standard-exceptions

0 Favers
58 Downloads

Exceptions with semantic names (see Java).

Go to Download


tomzx/php-dependency-extractor

3 Favers
8 Downloads

Scan directories to extract dependencies

Go to Download


tomasz-kusy/fhir-xhtml-php

0 Favers
110 Downloads

PHP representation of http://www.w3.org/1999/xhtml namespace. Contains only part allowed by FHIR

Go to Download


takuya/php-mktempdir

0 Favers
10 Downloads

make Temp directory in tmp with temp name and auto remove.

Go to Download


syntaxscribe/gaming-name-generator

1 Favers
10 Downloads

A PHP package for generating unique and meaningful gaming names using a combination of adjectives and nouns.

Go to Download


start2004/riak-php-client

1 Favers
16 Downloads

UnOfficial Riak client for PHP7, merge `basho/riak-pb` and `open-adapter/riak-php-client`, Fix for the error "Cannot use Riak\Object as Object because 'Object' is a special class name", support 8087 or 8098.

Go to Download


preee/php-dependency-analysis

0 Favers
389 Downloads

Static code analysis to find violations in a dependency graph

Go to Download


podlibre/podcast-namespace

0 Favers
436 Downloads

Generate PHP translation files for CodeIgniter4 from the podcast-namespace's Persons Taxonomy json files.

Go to Download


piurafunk/docker-php

0 Favers
8 Downloads

The Engine API is an HTTP API served by Docker Engine. It is the API the Docker client uses to communicate with the Engine, so everything the Docker client can do can be done with the API. Most of the client's commands map directly to API endpoints (e.g. `docker ps` is `GET /containers/json`). The notable exception is running containers, which consists of several API calls. # Errors The API uses standard HTTP status codes to indicate the success or failure of the API call. The body of the response will be JSON in the following format: ``` { "message": "page not found" } ``` # Versioning The API is usually changed in each release, so API calls are versioned to ensure that clients don't break. To lock to a specific version of the API, you prefix the URL with its version, for example, call `/v1.30/info` to use the v1.30 version of the `/info` endpoint. If the API version specified in the URL is not supported by the daemon, a HTTP `400 Bad Request` error message is returned. If you omit the version-prefix, the current version of the API (v1.40) is used. For example, calling `/info` is the same as calling `/v1.40/info`. Using the API without a version-prefix is deprecated and will be removed in a future release. Engine releases in the near future should support this version of the API, so your client will continue to work even if it is talking to a newer Engine. The API uses an open schema model, which means server may add extra properties to responses. Likewise, the server will ignore any extra query parameters and request body properties. When you write clients, you need to ignore additional properties in responses to ensure they do not break when talking to newer daemons. # Authentication Authentication for registries is handled client side. The client has to send authentication details to various endpoints that need to communicate with registries, such as `POST /images/(name)/push`. These are sent as `X-Registry-Auth` header as a Base64 encoded (JSON) string with the following structure: ``` { "username": "string", "password": "string", "email": "string", "serveraddress": "string" } ``` The `serveraddress` is a domain/IP without a protocol. Throughout this structure, double quotes are required. If you have already got an identity token from the [`/auth` endpoint](#operation/SystemAuth), you can just pass this instead of credentials: ``` { "identitytoken": "9cbaf023786cd7..." } ```

Go to Download


phpu/php-letteravatar

1 Favers
0 Downloads

Generate user avatar using name initials letter. 用用户名生成头像,支持中文。

Go to Download


peterujah/php-instagram-query

1 Favers
25 Downloads

A simple php class to extract user profile picture, page_ids, profile_id & name from instagram.

Go to Download


<< Previous Next >>