Libraries tagged by Code tool

seekgeeks/cssjsminify

0 Favers
69 Downloads

CSS JS minify tool will help in minification of your entire js/css file and put in directly from where you can use it in production build. with simple command you can minify all static c content like stylesheets and javascripts to production ready code

Go to Download


rootwork/phalcon-devtools

1 Favers
285 Downloads

This tools provide you useful scripts to generate code helping to develop faster and easy applications that use with Phalcon framework.

Go to Download


reinanhs/sqlcommenter-hyperf

3 Favers
42 Downloads

SQLCommenter implementation for Hyperf. SQLCommenter is a set of tools that augments SQL Statements with comments containing information about the code that caused its execution. These information can be action, controller, framework, db_driver and opentelemetry traceparent.

Go to Download


radsphere/rest-bundle

0 Favers
810 Downloads

This Bundle provides various tools to rapidly develop RESTful API's resources with Symfony2 with minimal code on your controllers using the power full symfony2 form binding and http foundation component

Go to Download


psdcompany/phalcon-devtools

1 Favers
3 Downloads

This tools provide you useful scripts to generate code helping to develop faster and easy applications that use with Phalcon framework.

Go to Download


ntesic/phalcon-devtools

0 Favers
328 Downloads

This tools provide you useful scripts to generate code helping to develop faster and easy applications that use with Phalcon framework.

Go to Download


nqsang90/phalcon-devtools

0 Favers
6 Downloads

This tools provide you useful scripts to generate code helping to develop faster and easy applications that use with Phalcon framework.

Go to Download


nilsabegg/phpbuild

0 Favers
8 Downloads

A template for automated code tests and inspections via Ant and several PHP tools.

Go to Download


nclshart/php-vd-checker

1 Favers
0 Downloads

A tool to check visual debt in your PHP code

Go to Download


metrixio/github-public

0 Favers
0 Downloads

This tool helps developers see how popular their code is and how it's being used. It works with Prometheus and Grafana to gather data from Github and create cool visualizations. You can use Grafana to filter and customize the metrics you collect. We hope you find it helpful!

Go to Download


matthewbaggett/docker-api-php-client

0 Favers
6 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.43) is used. For example, calling `/info` is the same as calling `/v1.43/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


leibbrand-development/php-docker-client

0 Favers
23 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.41) is used. For example, calling `/info` is the same as calling `/v1.41/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


legovaer/phpcov-runner

0 Favers
261 Downloads

A tool which allows you to perform a code coverage analysis on multiple PHP files

Go to Download


jundar/onetimecode

0 Favers
0 Downloads

A simple web tool for generating easy to remember one time codes.

Go to Download


jericdei/psgc-database

0 Favers
12 Downloads

This is a simple CLI tool to easily add Philippine Standard Geographic Code (PSGC) data to your database.

Go to Download


<< Previous Next >>