Libraries tagged by user info
amestsantim/wkt2epsg
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.
alissonlinneker/statuspage-php-sdk
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
triangle/webanalyzer
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.
marshmallow/gtmetrix
5974 Downloads
Get GT Metrix information in Laravel Nova for you website pages. This package can also be used stand-alone.
infection/infection
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.
guzzlehttp/guzzle-services
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.
overtrue/laravel-follow
367572 Downloads
User follow unfollow system for Laravel.
stefro/laravel-lang-country
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!
guzzle/common
7091637 Downloads
Common libraries used by Guzzle
muhammadhuzaifa/telescope-guzzle-watcher
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.
tray-labs/laravel-influxdb
146508 Downloads
A service made to provide, set up and use the library from influxdata influxphp in Laravel.
intonate/tinker-zero
47765 Downloads
Use laravel/tinker on your laravel-zero applications
infinum/eightshift-libs
105257 Downloads
WordPress libs developed by Eightshift team to use in modern WordPress.
helgesverre/receipt-scanner
5606 Downloads
Use OpenAI to extract structured receipt and invoice data from Text, Html, Images and PDFs.
pimcore/search-query-parser
466982 Downloads
Parses a simplified SQL-like query string into a syntax tree which can be used to build search queries