Libraries tagged by required

pscms/core-module

0 Favers
3 Downloads

The core module for PS CMS. This is required for every install.

Go to Download


pointeger/magento2-module-core

0 Favers
21 Downloads

This module contains code required by other pointeger extensions

Go to Download


planerama/subscriptions

0 Favers
2 Downloads

Rinvex 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


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


php-unified/stream-wrapper

2 Favers
2 Downloads

An implementation of a required standard from PHP for stream wrappers.

Go to Download


php-light/framework

0 Favers
124 Downloads

The libraries required to run php-light core

Go to Download


pcual-mac/image-basekit-cli

0 Favers
0 Downloads

Small CLI app that handles image storage to be used as part of a wider application. You can assume actual capture of the image happens elsewhere in the wider application and the local path to an image can simply be passed as input to the CLI app. The app should perform basic validation on the image and allow it’s storage, retrieval and deletion on the file system. Note whilst only file system storage is required in this test the module should be written in such a way that makes it easy to plug in future required storage methods eg S3, FTP etc using just a config change along with the new storage class.

Go to Download


pckg/skeleton

3 Favers
25 Downloads

Directory structure, required files and suggestions for /pckg

Go to Download


panwenbin/yii2-eithervalidator

0 Favers
158 Downloads

Yii2 validator for either attributes is required

Go to Download


ozyab/pubproxy-rand

0 Favers
0 Downloads

Get one rand proxy server from pubproxy.com. No API key required.

Go to Download


ovidentia/approbnotify

0 Favers
6022 Downloads

Ovidentia addon, display a notification on page if an approval is required

Go to Download


ossobuffo/user_registrationpassword

0 Favers
150 Downloads

Lets Drupal users register with a password on the registration form when verification mail is required. This module is a fork of the abandoned user_registrationpassword project on drupal.org.

Go to Download


orware/compressed-string

4 Favers
732 Downloads

Based on the wonderful work by Tom Westcott (https://packagist.org/packages/cyberdummy/gzstream) which provided most of the functionality I required. Allows for gzip compressed string streams to be used for holding data. This project was created because I wanted a way to store large database result sets more easily in memory (especially ones that were just going to be output as JSON in an API response), since using a regular PHP array resulted in large memory usage.

Go to Download


onepress/wpcore-autoloader

0 Favers
13 Downloads

An autoloader that enables standard plugins to be required just like must-use plugins

Go to Download


onepica/mage2-dev-no-image

0 Favers
6 Downloads

Fix for Magento 2. It fixes the case when there is no a required option swatch image in media.

Go to Download


<< Previous Next >>