Libraries tagged by remove.bg

twoscore23/laravel-better-makes

0 Favers
30 Downloads

Laravel Better Makes - A package that contains better make commands for Laravel, removing the task of writing boilerplate.

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


trick/image-manager

0 Favers
274 Downloads

Class for managing uploads/resizing/removing of images in Nette.

Go to Download


tourze/easyadmin-no-final-plugin

0 Favers
2 Downloads

It removes the 'final' PHP keyword from all EasyAdmin classes so you can extend those classes in your projects.

Go to Download


tomkyle/users

0 Favers
16 Downloads

Part of a crappy framework, providing formerly useful classes. Will be removed soon

Go to Download


tomkyle/atomic

0 Favers
20 Downloads

Part of a crappy framework, providing formerly useful classes. Will be removed soon

Go to Download


toanld/laravel-clear-expired-cache-file

0 Favers
8 Downloads

Remove laravel expired cache file/folder

Go to Download


thewind1984/css-optimizator

0 Favers
45 Downloads

Interface accepts css files and folders / single templates files, then combines provided css files into one, compares it with provided templates, removes unused selectors and minifies final file

Go to Download


thefrozenfire/dataobjectcruft

3 Favers
31 Downloads

A tool for finding and removing tables, fields and indexes which are no longer needed in a SilverStripe database

Go to Download


tetrode/minify

0 Favers
20 Downloads

CSS & JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes/shortens a few common programming patterns.

Go to Download


terraformers/scaffolded-fields

1 Favers
1 Downloads

Configure which scaffolded fields are kept and which are removed.

Go to Download


terminal42/contao-image-delete

1 Favers
436 Downloads

Safe-delete images by also removing generated assets

Go to Download


terablaze/psr7-server

0 Favers
117 Downloads

Helper classes to handle PSR-7 server requests(A fork of nyholm/psr7-server, removing final clause from all classes making them extendable)

Go to Download


terablaze/psr7

0 Favers
120 Downloads

A fast PHP7 implementation of PSR-7 (A fork of nyholm/psr7, removing final clause from all classes making them extendable)

Go to Download


telota/rasmify

2 Favers
533 Downloads

Reduce Arabic strings to their rasm, i.e. remove vocalization and other diacritics

Go to Download


<< Previous Next >>