Libraries tagged by indicator

jonom/silverstripe-environment-awareness

8 Favers
3506 Downloads

Indicate current environment to Silverstripe users

Go to Download


basilicom/pimcore-plugin-system-banner

0 Favers
4803 Downloads

Shows a banner of the pimcore environment, to indicate if you are on prod or dev or else.

Go to Download


vluzrmos/lumen-slackin

57 Favers
71 Downloads

Lumen Slack Invitator.

Go to Download


kruegge82/billbee-php-sdk-api

0 Favers
10 Downloads

Documentation of the Billbee REST API to connect a Billbee account to external aplications. ## Endpoint The Billbee API endpoint base url is https://api.billbee.io/api/v1 ## Activation You have to enable the API in the settings of your Billbee account. In addition you need a Billbee API Key identifying the application you develop. To get an API key, send a mail to [email protected] and send us a short note about what you are building. ## Authorization & security Because you can access private data with the Billbee API, every request has to be sent over https and must * Contain a valid API Key identifying the application/developer. It has to be sent as the HTTP header X-Billbee-Api-Key * Contain a valid user login with billbee username and api password in form of a basic auth HTTP header ## Throttling 50 calls per second for each API Key. 10 calls per second for each API Key in combination with Billbee user. Besides that each endpoint has a throttle of max 2 requests per second per combination of API Key and Billbee user. When you exceed the throttle threshold, the API will return a HTTP 429 status code and a Retry-After-Header indicating how many seconds you will have to wait before you can call the API again.

Go to Download


kemott/day-month-date

0 Favers
4 Downloads

A package that enables and simplifies operations on dates for which it is not necessary, or even possible, to indicate the year.

Go to Download


haunt-jonathan/silverstripe-multiuser-editing-alert

0 Favers
775 Downloads

A module that indicates when people are editing the same page in the CMS

Go to Download


founderz/laravel-debug-view-names

1 Favers
22 Downloads

Add HTML comments to indicate where views start and end

Go to Download


blessing/rejection

0 Favers
2175 Downloads

Rejection is an object that indicates you are rejecting.

Go to Download


benjamin-smith/craft-healthcheck

4 Favers
95 Downloads

Adds a health check route to your site to indicate that Craft is health and ready to accept web traffic from a load balancer.

Go to Download


kdubuc/invocator-php

0 Favers
2 Downloads

Handles HTTP requests using stdio

Go to Download


beeketing/tracker-hub-bundle

0 Favers
40013 Downloads

This bundle provides an integration of the TrackerHub library

Go to Download


indietorrent/auto-hyperlink-urls

0 Favers
32 Downloads

A port of Scott Reilly's (coffee2code) Auto_Hyperlink_URLs WordPress plugin (this port is for use without WordPress). Automatically hyperlink text URLs and email addresses originally written only as plaintext.

Go to Download


indietorrent/audio-manipulator

3 Favers
24 Downloads

Library for manipulating audio files (validating, transcoding, and tagging)

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


sjaakp/yii2-novelty

2 Favers
47 Downloads

Property indicating novelty of Yii2 ActiveRecord.

Go to Download


<< Previous Next >>