Libraries tagged by user info

amestsantim/wkt2epsg

0 Favers
38 Downloads

A PHP library that can be used to convert well-known text (WKT) projection information (like ones found in .prj files) to standard EPSG codes.

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


triangle/webanalyzer

1 Favers
53 Downloads

Localzet WebAnalyzer is a web analysis tool that analyzes website visitors, obtaining information about their device, operating system, browser, etc. It is developed by Localzet and uses modern technologies and standards to provide detailed and accurate information.

Go to Download


marshmallow/gtmetrix

0 Favers
5974 Downloads

Get GT Metrix information in Laravel Nova for you website pages. This package can also be used stand-alone.

Go to Download


infection/infection

2128 Favers
21703184 Downloads

Infection is a Mutation Testing framework for PHP. The mutation adequacy score can be used to measure the effectiveness of a test set in terms of its ability to detect faults.

Go to Download


guzzlehttp/guzzle-services

256 Favers
9338432 Downloads

Provides an implementation of the Guzzle Command library that uses Guzzle service descriptions to describe web services, serialize requests, and parse responses into easy to use model structures.

Go to Download


overtrue/laravel-follow

1217 Favers
367572 Downloads

User follow unfollow system for Laravel.

Go to Download


stefro/laravel-lang-country

293 Favers
31653 Downloads

Setting the locale is not enough most of the time, some countries use more than one languages. Also, different countries use different date notation formats, names, flags and currencies. This package is here to help you with that!

Go to Download


guzzle/common

14 Favers
7091637 Downloads

Common libraries used by Guzzle

Go to Download


muhammadhuzaifa/telescope-guzzle-watcher

98 Favers
188412 Downloads

Telescope Guzzle Watcher provide a custom watcher for intercepting http requests made via guzzlehttp/guzzle php library. The package uses the on_stats request option for extracting the request/response data. The watcher intercept and log the request into the Laravel Telescope HTTP Client Watcher.

Go to Download


tray-labs/laravel-influxdb

73 Favers
146508 Downloads

A service made to provide, set up and use the library from influxdata influxphp in Laravel.

Go to Download


intonate/tinker-zero

47 Favers
47765 Downloads

Use laravel/tinker on your laravel-zero applications

Go to Download


infinum/eightshift-libs

63 Favers
105257 Downloads

WordPress libs developed by Eightshift team to use in modern WordPress.

Go to Download


helgesverre/receipt-scanner

137 Favers
5606 Downloads

Use OpenAI to extract structured receipt and invoice data from Text, Html, Images and PDFs.

Go to Download


pimcore/search-query-parser

13 Favers
466982 Downloads

Parses a simplified SQL-like query string into a syntax tree which can be used to build search queries

Go to Download


<< Previous Next >>