Libraries tagged by properties

ustmaestro/flexboxgrid

0 Favers
16 Downloads

This a fork of kristoferjoseph/flexboxgrid. Css grid system based on the flex display property.

Go to Download


uniben/cms

0 Favers
65 Downloads

Laravel frontend CMS that allows you to output any model property as an editable field on your frontend.

Go to Download


ujamii/geocoder-neos

2 Favers
4694 Downloads

This package provides a very flexible way of geocoding your node properties.

Go to Download


typomedia/exeinfo

2 Favers
169 Downloads

Windows Binary Properties Reader

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


thytanium/eloquent-positionable

1 Favers
15 Downloads

Use a position property to sort Eloquent models

Go to Download


thapp/propreader

0 Favers
5 Downloads

easy retrieve private properties

Go to Download


testinaweb/php-access-all

2 Favers
1568 Downloads

A library to access and to unit test private and protected methods and properties

Go to Download


tesis/db-layer

0 Favers
12 Downloads

Simple DB layer for mysqli extension and PDO class. It is based on mappers, files holding database table fields, primary key and auto_increment properties, which is helpful to compare fields for CRUD or select operations, and to provide better way to prevent SQL injections (only existing fields are selected, or inserted, ...)

Go to Download


targetmedia/yii2-tableproperty

0 Favers
11 Downloads

Module Table-Property

Go to Download


talkinnl/dont-leak

0 Favers
1046 Downloads

Safely cleans all own Test properties to prevent phpunit memory leaks

Go to Download


taeluf/rdb

0 Favers
25 Downloads

Custom property getters on beans, better error reporting, sql-verbs as an API. And some other quality of life stuff.

Go to Download


synctech/yii2-syuserman

0 Favers
4 Downloads

Synctech User Manager, Property of synctech.id

Go to Download


synctech/yii2-sycomponent

0 Favers
50 Downloads

Synctech Component, Property of synctech.id

Go to Download


synctech/yii2-sycms

0 Favers
3 Downloads

Synctech CMS, Property of synctech.id

Go to Download


<< Previous Next >>