Libraries tagged by php jquery

rayswoole/querylist

0 Favers
103 Downloads

Simple, elegant, extensible PHP Web Scraper (crawler/spider),Use the css3 dom selector,Based on phpQuery! 简洁、优雅、可扩展的PHP采集工具(爬虫),基于phpQuery。

Go to Download


rabelos-coder/php-graphql-client

0 Favers
150 Downloads

A PHP library that simplifies the process of interacting with GraphQL API's by providing simple client.

Go to Download


quillstack/query-builder

2 Favers
6 Downloads

A simple query builder package, with separate Model and Relation classes.

Go to Download


querymail/querymail

2 Favers
7 Downloads

Query Mail is a simple and powerful tools that generate fancy emails for reporting, statistics or monitoring your data.

Go to Download


qpdb/query-builder

0 Favers
186 Downloads

php class for build MySql queries that prevents mysql injections

Go to Download


qbclass/elasticsearch-query-builder

1 Favers
15 Downloads

a query builder package for elasticsearch

Go to Download


prownsix/tron-php

0 Favers
4 Downloads

Support TRON's TRX and TRC20, which include functions such as address creation, balance query, transaction transfer, query the latest blockchain, query information based on the blockchain, and query information based on the transaction hash

Go to Download


prestige-solution/ts-x-php-framework

1 Favers
17 Downloads

Modern use-at-will framework that provides individual components to manage Teamspeak Server Instances

Go to Download


piurafunk/docker-php

0 Favers
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..." } ```

Go to Download


piotrpress/search-query

0 Favers
78 Downloads

This WordPress plugin adds a Search Query block which renders the contents of the search WordPress query variable.

Go to Download


phossa2/query

2 Favers
11 Downloads

A SQL query builder library with concise syntax for PHP.

Go to Download


padosoft/laravel-querymonitor

2 Favers
5 Downloads

Laravel QueryMonitor is a package for Laravel that allows you to monitor and log:Slow SQL Queries: Monitors the actual execution time of SQL queries on the database.Slow Eloquent Methods: Monitors the total time taken by Eloquent methods, including PHP processing.

Go to Download


oyjz/querylist

0 Favers
6 Downloads

PHP采集工具(爬虫),基于https://github.com/jae-jae/QueryList。

Go to Download


opulence/querybuilders

0 Favers
3515 Downloads

The Opulence query builder library

Go to Download


openbuckets/sdk-php

1 Favers
3 Downloads

The OpenBuckets web-based tool is a powerful utility that allows users to quickly locate open buckets in cloud storage systems through a simple query. In addition, it provides a convenient way to search for various file types across these open buckets, making it an essential tool for security professionals, researchers, and anyone interested in discovering exposed data. This Postman collection aims to showcase the capabilities of OpenBuckets by providing a set of API requests that demonstrate how to leverage its features. By following this collection, you'll learn how to utilize OpenBuckets to identify open buckets and search for specific file types within them.

Go to Download


<< Previous Next >>