Libraries tagged by url path

patricksavalle/content-syndication

2 Favers
692 Downloads

Helper library for dealing with HTML metadata retrieval, RSS, ATOM, URL parsing and normalization

Go to Download


mnb/scraperkit

0 Favers
4 Downloads

MNB ScraperKit V1.0.3 - enterprise-ready PHP crawling and data extraction framework with AI crawl intelligence, search discovery, authorized mail/webmail extraction connectors, publisher metadata workflows, extraction recipes, provenance, quality reports, datasets, queues, dashboards, and compliance tooling.

Go to Download


mage2kishan/module-redirects

0 Favers
27 Downloads

Redirects and 404 management for Magento 2 (Hyva + Luma). Manual + auto redirects, bulk CSV import/export, scheduled cleanup, 404 logging and cluster analysis for redirect recommendations. Extracted from Panth_AdvancedSEO for independent installation.

Go to Download


mage2kishan/module-advanced-product-grid

0 Favers
5 Downloads

Advanced Product Grid for Magento 2 admin — inline edit every column (text, select, multiselect, date, price, image, tier price), auto-discover EAV attributes, 20+ extra columns (thumbnail, categories, availability, low stock, qty sold, tier prices, storefront URL), tabbed Manage Columns panel with rename + reorder, smart filters, modal editors for textarea / multiselect / images / tier prices, qty-sold indexer, unsaved-changes guard, and CSV/XML export limited to visible columns. Works on Luma and Hyva admin themes.

Go to Download


guosheng1987/laravel-repository-query

0 Favers
18 Downloads

This package support a easy way to bind a parameter named `$filters` to your url. After that your Bulider instance can bind it into your `Where` condition

Go to Download


vendor-patch/proxy

0 Favers
1 Downloads

Proxy library that forwards requests to the desired url and returns the response.

Go to Download


terminus-plugin-project/terminus-stooges-plugin

0 Favers
11 Downloads

Stooges - A Terminus plugin for searching & destroying (replacing) all instances of pantheonsite.io URLs in a database.

Go to Download


psf1/router_matcher

0 Favers
1386 Downloads

URL router patterns tool

Go to Download


pengyu/file-catcher

0 Favers
9 Downloads

a file catcher,download files with the given pattern url

Go to Download


vrkansagara/lara-re-direct

0 Favers
6 Downloads

Redirect all URL based on pattern.

Go to Download


docile/routing

0 Favers
8 Downloads

Docile attribute and fluent router with pattern matching, URL generation, and middleware support.

Go to Download


alissonlinneker/statuspage-php-sdk

0 Favers
4 Downloads

# Code of Conduct Please don't abuse the API, and please report all feature requests and issues to https://support.atlassian.com/contact # Rate Limiting Each API token is limited to 1 request / second as measured on a 60 second rolling window. To get this limit increased, please contact us at https://support.atlassian.com/contact Error codes 420 or 429 indicate that you have exceeded the rate limit and the request has been rejected. # Basics ## HTTPS It's required ## URL Prefix In order to maintain version integrity into the future, the API is versioned. All calls currently begin with the following prefix: https://api.statuspage.io/v1/ ## RESTful Interface Wherever possible, the API seeks to implement repeatable patterns with logical, representative URLs and descriptive HTTP verbs. Below are some examples and conventions you will see throughout the documentation. * Collections are buckets: https://api.statuspage.io/v1/pages/asdf123/incidents.json * Elements have unique IDs: https://api.statuspage.io/v1/pages/asdf123/incidents/jklm456.json * GET will retrieve information about a collection/element * POST will create an element in a collection * PATCH will update a single element * PUT will replace a single element in a collection (rarely used) * DELETE will destroy a single element ## Sending Data Information can be sent in the body as form urlencoded or JSON, but make sure the Content-Type header matches the body structure or the server gremlins will be angry. All examples are provided in JSON format, however they can easily be converted to form encoding if required. Some examples of how to convert things are below: // JSON { "incident": { "name": "test incident", "components": ["8kbf7d35c070", "vtnh60py4yd7"] } } // Form Encoded (using curl as an example): curl -X POST https://api.statuspage.io/v1/example \ -d "incident[name]=test incident" \ -d "incident[components][]=8kbf7d35c070" \ -d "incident[components][]=vtnh60py4yd7" # Authentication

Go to Download


guide42/traba

1 Favers
6 Downloads

An alternative to common pattern matching to route an URL to a resource

Go to Download


arpan/socialite

0 Favers
10 Downloads

Socialite patched to accept params from user in the urls

Go to Download


phorax/ja-replacer

1 Favers
1240 Downloads

Replaces string patterns from the page. You can use it to replace URLs for Content Delivery Network (CDN).

Go to Download


<< Previous Next >>