Libraries tagged by make it possible

aurorum/flarum-panorama

2 Favers
2 Downloads

A Flarum extension.This extension makes it possible to add a panorama picture to your post.

Go to Download


arashdalir/php-psr3log

0 Favers
10 Downloads

This is an extension of lvht\updlog's SysLog over UDP implementation, meant to make the library extendable and also make it possible to use the same format for other log destinations.

Go to Download


acelords/laravel-model-ts-type

0 Favers
4 Downloads

This package makes it possible to generate TypeScript types based on your models

Go to Download


mindkomm/theme-lib-backend-rename-post-type-menu

0 Favers
119 Downloads

Helper class to make it possible to rename the menu for a post type in the WordPress backend

Go to Download


mainio/c5-twig-templates

2 Favers
649 Downloads

Makes it possible to use twig templates in concrete5.

Go to Download


mainio/c5-symfony-forms

2 Favers
116 Downloads

Makes it possible to easily use the Symfony form builder within the concrete5 context. Utilizes the mainio/c5-twig-templates for easy building of the form view layer.

Go to Download


gustavosantos/base-exception

1 Favers
645 Downloads

BaseException makes it possible to custom create and handle exceptions.

Go to Download


concilio/contractor

0 Favers
23 Downloads

Based on hediet/contracts. A library which helps to specify, check and reflect code contracts. Fast porting for wordpress. An additional layer simply makes it possible to invalidate the exceptions in a production context.

Go to Download


berrygoudswaard/callable-comparator

1 Favers
1488 Downloads

Makes it possible to use callables in PHPunit assertions

Go to Download


bigfork/google-analytics

0 Favers
2810 Downloads

Slimline module for configuring Google Analytics via SilverStripe CMS. Intended for advanced users, the ability to add parameters through CMS makes it very possible to break the whole site.

Go to Download


vantiv/payfac-mp-sdk-php

0 Favers
10 Downloads

The WorldPay PHP SDK is a PHP implementation of the [WorldPay](https://developer.vantiv.com/community/ecommerce). XML API. This SDK was created to make it as easy as possible to connect process your payments with WorldPay

Go to Download


plure-games/cnp-payments-sdk

0 Favers
2185 Downloads

The Vantiv eCommerce PHP SDK is a PHP implementation of the [Vantiv eCommerce](https://developer.vantiv.com/community/ecommerce). XML API. This SDK was created to make it as easy as possible to connect process your payments with Vantiv eCommerce

Go to Download


alissonlinneker/statuspage-php-sdk

0 Favers
0 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


mike-koch/php-di

0 Favers
778 Downloads

PHP-DI is a Container that makes Dependency Injection as practical as possible in PHP. This fork fixes an issue in 4.x that prevented it from working in PHP 7.1.

Go to Download


michaeljoyner/simple-json-endpoint

0 Favers
36 Downloads

If you just want to get some JSON from an endpoint and also possibly cache it, this makes life easier. Example use cases include fetching instagram feed, weather data, exchange rates, etc. You just need to worry about how you deal with the data.

Go to Download


<< Previous Next >>