Libraries tagged by support tool

planetacodigo/pla

0 Favers
114 Downloads

phpLiteAdmin is a web-based SQLite database admin tool written in PHP with support for SQLite3 and SQLite2

Go to Download


mesingh/laravel-messenger-mongo

2 Favers
16 Downloads

Simple user messaging tool for Laravel, with mongo support.

Go to Download


bitshost/quickwp

1 Favers
5 Downloads

QuickWP – A modern PHP toolkit for managing WordPress sites via the REST API. Provides clean OOP architecture, multi-site support, and ready-to-use web tools for posts, pages, media, taxonomies, and custom post types.

Go to Download


amitrahav/wordpress-starter

1 Favers
0 Downloads

WordPress boilerplate with modern development tools, local development docker-compose support, env configuration, wp-engine ready for push, and an improved folder structure

Go to Download


cortex/console

1 Favers
1515 Downloads

Cortex Console is a set of powerful tools for administrators and system support staff, to maintain the project through a web console.

Go to Download


devgroup/yii2-entity-search-properties

0 Favers
0 Downloads

Addon for yii2-entity-search: adds support for properties of yii2-data-structure-tools (dotplant3 properties)

Go to Download


bmlt-enabled/bmlt-php-query-client

0 Favers
2 Downloads

A PHP client for querying BMLT (Basic Meeting List Tool) servers with built-in geocoding support

Go to Download


manoakys/nusoap-bundle

0 Favers
5050 Downloads

Symfony2/3 bundle for NuSOAP - SOAP Toolkit for PHP with PHP 7 support

Go to Download


zoxigen/pinto

0 Favers
5 Downloads

Pinto debugging tool for php. Profiler, advanced debugging, AJAX calls and CLI support.

Go to Download


tweekersnut/event-dispatcher

0 Favers
6 Downloads

Provides tools that allow your application components to communicate with each other by dispatching events and listening to them. Supports both Laravel and core PHP.

Go to Download


toweringmedia/module-usps-rest-api

0 Favers
0 Downloads

Real-time USPS shipping rates at Magento 2 checkout using USPS REST API v3. Secure OAuth2 authentication replacing legacy USPS Web Tools integrations. Built-in rate caching improves checkout speed and reduces API calls. Supports Ground Advantage, Priority Mail, Express, and First-Class services. Includes admin Test Connection and Test Rate tools plus optional debug logging

Go to Download


toweringmedia/module-store-pickup

0 Favers
0 Downloads

One checkout flow for both fulfillment modes: Pickup + Delivery, with date + time slot/window selection. Availability is always real: location-based hours, blackout dates, cutoff times, and lead-time rules drive what customers can pick. Delivery includes service-area validation plus distance-based fees (Google Maps support + fallback distance calculation). Flexible delivery pricing: flat rate, per-km, or tiered distance bands. One operations layer for office + kitchen + drivers: every order becomes a trackable fulfillment task. One status lifecycle from order creation to ready / out for delivery / completed, with rescheduling tools when plans change. Built for multi-location businesses that need schedule accuracy, operational control, and clean execution.

Go to Download


tomflidr/tracy

0 Favers
1912 Downloads

😎 Tracy: the addictive tool to ease debugging PHP code for cool developers. Friendly design, logging, profiler, advanced features like debugging AJAX calls or CLI support. You will love it.

Go to Download


siviwe191/nova-tabs

1 Favers
11 Downloads

Updated Laravel Nova tool for creating tabs, now compatible with Nova 5. Includes support for Font Awesome icons and customizable tab backgrounds

Go to Download


segnivo/php-sdk

0 Favers
0 Downloads

**API Version**: 1.7 **Date**: 9th July, 2024 ## 📄 Getting Started This API is based on the REST API architecture, allowing the user to easily manage their data with this resource-based approach. Every API call is established on which specific request type (GET, POST, PUT, DELETE) will be used. The API must not be abused and should be used within acceptable limits. To start using this API, you will need not create or access an existing Segnivo account to obtain your API key ([retrievable from your account settings](https://messaging.segnivo.com/account/api)). - You must use a valid API Key to send requests to the API endpoints. - The API only responds to HTTPS-secured communications. Any requests sent via HTTP return an HTTP 301 redirect to the corresponding HTTPS resources. - The API returns request responses in JSON format. When an API request returns an error, it is sent in the JSON response as an error key or with details in the message key. ### 🔖 **Need some help?** In case you have questions or need clarity with interacting with some endpoints feel free to create a support ticket on your account or you can send an email ([[email protected]](https://mailto:[email protected])) directly and we would be happy to help. --- ## Authentication As noted earlier, this API uses API keys for authentication. You can generate a Segnivo API key in the [API](https://messaging.segnivo.com/account/api) section of your account settings. You must include an API key in each request to this API with the `X-API-KEY` request header. ### Authentication error response If an API key is missing, malformed, or invalid, you will receive an HTTP 401 Unauthorized response code. ## Rate and usage limits API access rate limits apply on a per-API endpoint basis in unit time. The limit is 10k requests per hour for most endpoints and 1m requests per hour for transactional/relay email-sending endpoints. Also, depending on your plan, you may have usage limits. If you exceed either limit, your request will return an HTTP 429 Too Many Requests status code or HTTP 403 if sending credits have been exhausted. ### 503 response An HTTP `503` response from our servers may indicate there is an unexpected spike in API access traffic, while this rarely happens, we ensure the server is usually operational within the next two to five minutes. If the outage persists or you receive any other form of an HTTP `5XX` error, contact support ([[email protected]](https://mailto:[email protected])). ### Request headers To make a successful request, some or all of the following headers must be passed with the request. | **Header** | **Description** | | --- | --- | | Content-Type | Required and should be `application/json` in most cases. | | Accept | Required and should be `application/json` in most cases | | Content-Length | Required for `POST`, `PATCH`, and `PUT` requests containing a request body. The value must be the number of bytes rather than the number of characters in the request body. | | X-API-KEY | Required. Specifies the API key used for authorization. | ##### 🔖 Note with example requests and code snippets If/when you use the code snippets used as example requests, remember to calculate and add the `Content-Length` header. Some request libraries, frameworks, and tools automatically add this header for you while a few do not. Kindly check and ensure yours does or add it yourself.

Go to Download


<< Previous Next >>