Libraries tagged by theses
yogarine/bungie-sdk-php
107 Downloads
These endpoints constitute the functionality exposed by Bungie.net, both for more traditional website functionality and for connectivity to Bungie video games and their related functionality.
wesleyk079/statistic_functionalities
181 Downloads
Library that contains two classes: Correlation & Deviation. These classes can be used to calculate standard deviation and spearman's rank correlation.
weboftalent/imageeditpartialcachebust
23 Downloads
Simplify partial caching queries for folders of DataObjects associated with Images by cache busting these DataObjects when the associated image is edited
twocare/autotask-client
322 Downloads
This package provides a PHP API client for the Autotask REST API. It is strongly typed and it is a wonderful experience to work with these classes in any intelligent IDE with autocompletion.
timitek/getrets-laravel
115 Downloads
A laravel package for the GetRETS API from timitek (http://www.timitek.com). GetRETS is a product / service developed by timitek that makes it possible to quickly build real estate related applications for pulling listing data from several MLS's without having to know anything about RETS or IDX or worry about the pains of mapping and storing listing data from these various sources.
temkaa/collections
0 Downloads
These are simple array and object collections that provide convenient methods to manipulate them.
symbiote/silverstripe-mailcapture
1112 Downloads
A module for development/staging systems that capture email within the repository instead of actually sending to a user. These emails can then be browsed within the CMS.
statikbe/craft-carbon-tracker
233 Downloads
Carbon tracker aims to raise awareness of the carbon emissions created by webpages, by displaying these insights along side the content in Craft's control panel.
sheadawson/silverstripe-dynamiclists
7196 Downloads
A Module that allows users to create custom data lists. These lists can then be used in a form control (specified via code by a developer) or within a user defined form to be able to define controlled vocabularies managed in a central location that might be used across several forms.
redrat/deeper
4 Downloads
Deeper is a easy way to compare if 2 objects is equal based on values in these objects. This library is heavily inspired in Golang's reflect.DeepEqual()
paga/paga-business
1697 Downloads
This document lists the different RESTful web services Paga offers to businesses and guide’s you in setting up these services.
martinmulder/openapi-crowdstrike-falcon-php
42 Downloads
Use this API specification as a reference for the API endpoints you can use to interact with your Falcon environment. These endpoints support authentication via OAuth2 and interact with detections and network containment. For detailed usage guides and examples, see our [documentation inside the Falcon console](https://falcon.eu-1.crowdstrike.com/support/documentation). To use the APIs described below, combine the base URL with the path shown for each API endpoint. For commercial cloud customers, your base URL is `https://api.eu-1.crowdstrike.com`. Each API endpoint requires authorization via an OAuth2 token. Your first API request should retrieve an OAuth2 token using the `oauth2/token` endpoint, such as `https://api.eu-1.crowdstrike.com/oauth2/token`. For subsequent requests, include the OAuth2 token in an HTTP authorization header. Tokens expire after 30 minutes, after which you should make a new token request to continue making API requests.
lifephp/utils
182 Downloads
These are PHP Utils from LIFE.
kamerk22/ipfuscator
6 Downloads
IPFuscation is a technique that allows for IP addresses to be represented in hexadecimal or decimal instead of the decimal encoding we are used to. IPFuscator allows us to easily convert to these alternative formats that are interpreted in the same way.
jojomak13/laravel-attributes
3 Downloads
This package provides the ability to create custom attributes for Laravel controllers. You can use these attributes to add functionality like authorization, validation, or any other custom behavior to your controller methods.