Libraries tagged by required

vivdub/distmatrix

0 Favers
22 Downloads

The package is intented to use google distance matrix api to find the time required to travel between destinations.

Go to Download


vij-klim/appointed

0 Favers
8 Downloads

Check whether required appointment slot is open or offer closest available one

Go to Download


varunsridharan/dev

0 Favers
32 Downloads

Composer package which installs all required libraries & packages for my development environment

Go to Download


valantic-spryker/price-product-customer-group

0 Favers
0 Downloads

Module containing database schema and required plugins for specific product prices per customer group.

Go to Download


vadymsemeniuk/yii2-image-require-validator

0 Favers
679 Downloads

Behavior for validating required image

Go to Download


twoh/twoh_kickstarter

0 Favers
47 Downloads

This extension serves as a kickstart for the creation and reuse of TYPO3 projects. Additional required extensions expand your TYPO3 with performance and SEO optimizations.

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


travelduck/api-communication

0 Favers
310 Downloads

The core components required to communicate with the TravelDuck API.

Go to Download


tomvlk/sweet-orm

3 Favers
1125 Downloads

Simple ORM for PHP, using your already existing structure, no command line required!

Go to Download


timurturdyev/doctrine-module

0 Favers
0 Downloads

Laminas Module that provides Doctrine basic functionality required for ORM and ODM modules

Go to Download


timitek/getrets

3 Favers
143 Downloads

A simple "no framework" php wrapper for the GetRETS API from timitek (http://www.timitek.com). GetRETS is a product / service developed by timitek that makes it possible to quickly build real estate related applications for pulling listing data from several MLS's without having to know anything about RETS or IDX or worry about the pains of mapping and storing listing data from these various sources. GetRETS® as a service provides a RESTful API endpoint for consuming the data, and although it's not limited to only being used in PHP applications, and users aren't required to use our SDK, we have provided a simple PHP SDK for the API and set of documentation for it's use. Live Demo at: http://www.timitek.com/phpsdk/

Go to Download


theshreyas/admin-product-links

0 Favers
1 Downloads

Adds product links in the admin grids wherever required, preventing searching products in new tabs

Go to Download


theartizan/subscriptions

0 Favers
9 Downloads

Subscriptions is a flexible plans and subscription management system for Laravel, with the required tools to run your SAAS like services efficiently. It's simple architecture, accompanied by powerful underlying to afford solid platform for your business.

Go to Download


the-ar-j/diya-public

0 Favers
2 Downloads

Diya PHP Framework for websites and web applications that can be used in shared hosting. There is no cli required for production build. It's a new PHP framework built with HTML-Tailwind CSS-Js-PHP combination. It's unique ability is simplicity built on core PHP

Go to Download


tentwofour/cms-template

3 Favers
16 Downloads

A startup project to quickly initialize an instance of Kunstmaan Bundles Standard Edition + other packages required for front/backend development

Go to Download


<< Previous Next >>