Libraries tagged by pants
rares/dynamic-page-bundle
2259 Downloads
Bundle that lets you dynamically modify parts of a page using AJAX requests.
pteich/simplelock
13 Downloads
A simple locking/semaphore library for PHP 5.3+ with different adapters. Prevents flooding and multiple execution of code parts.
progdog-ru/tfpdf
35 Downloads
This class is a modified version of FPDF that adds UTF-8 support. Moreover, it embeds only the necessary parts of the fonts that are used in the document, making the file size much smaller than if the whole fonts were embedded.
phpjerk/gender-neutral
25 Downloads
Make your text gender neutral so people don't get their panties in a bunch. (and yes, men can wear panties too!)
philltran/example-drops-8-composer
8 Downloads
Install drops-8 with Composer on Pantheon.
panda843/tld-extract
9 Downloads
TLDExtract, library for extracting parts of domain, e.q. domain parser
padilla-digital/wp-template
1 Downloads
WordPress starter template for Pantheon hosted sites
ottosmops/xmlvalidator
132 Downloads
Validate XML-Files, also parts
osmianski/not-implemented
22 Downloads
A simple library that helps to never forget unimplemented parts of the application.
nzokolab/mtnmomo
9 Downloads
This package helps you integrate the MTN MOMO API into your Laravel application. It provides a wrapper around the core MTN MOMO API services, leaving you to worry about other parts of your application.
numeno/api-admin
20 Downloads
## Introduction Use the Numeno Administration API to create API Keys and set their permissions (which we call Scopes). This API is meant to be used by administrators of your organization. ## Scopes Scopes are used to let API Keys access only certain parts of the API. Scopes are expressed as a string of the form `api:resource:action`. For example, from the Numeno Article Recommender API (`art-rec`): - `art-rec:feeds:read` - can read any Feed (eg. `GET` `/feeds`, `/feeds/:id`, `/feeds/:id/streams`, etc.) - `art-rec:feeds:write` - can write (and read) any Feed - `art-rec:feeds:*` - can perform any action on Feeds - `art-rec:*:read` - can read any resource on `art-rec` - `*:*:*` - can do everything
nicolasflamel/secp256k1-zkp
7 Downloads
PHP library for parts of libsecp256k1-zkp
nicolasflamel/blake2b
8 Downloads
PHP library for parts of the official BLAKE2b implementation
nicklewis/mapping
5 Downloads
This is a way of providing a mappable interface to specific parts of your code for the purpose of reports / integrations
ngabor84/laravel-dbconnstring-parser
3145 Downloads
Small service to parse database connection string into parts