Libraries tagged by required
ramphor/plugin-manager
30 Downloads
The plugin manager use to install required, recommened plugins for WordPress
pscms/core-module
3 Downloads
The core module for PS CMS. This is required for every install.
pointeger/magento2-module-core
21 Downloads
This module contains code required by other pointeger extensions
planerama/subscriptions
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.
pkg6/apidoc
2 Downloads
Generate documentation for php API based application. No dependency. No framework required.
piurafunk/docker-php
9 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..." } ```
phpdevcommunity/michel-package-starter
25 Downloads
The core interface required for creating and integrating packages into the Michel framework.
php-unified/stream-wrapper
3 Downloads
An implementation of a required standard from PHP for stream wrappers.
php-light/framework
127 Downloads
The libraries required to run php-light core
perfect-code/module-invalid-indexer-monitor
232 Downloads
This module is disabling full reindex by cron and monitoring cases when some index process receives a flag 'invalid' or 'Reindex Required'.
pengdayou/common_func
0 Downloads
常用函数库,要求PHP 7.3+。(Commonly used function libraries, PHP 7.3+ required.)
pcual-mac/image-basekit-cli
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.
pckg/skeleton
25 Downloads
Directory structure, required files and suggestions for /pckg
panwenbin/yii2-eithervalidator
158 Downloads
Yii2 validator for either attributes is required
ozyab/pubproxy-rand
0 Downloads
Get one rand proxy server from pubproxy.com. No API key required.