Libraries tagged by follows

alissonlinneker/statuspage-php-sdk

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


ahmedtaha/travelling-salesman-path

0 Favers
25 Downloads

The travelling salesman problem asks the following question: "Given a list of cities and the distances between each pair of cities, what is the shortest possible route that visits each city exactly once and returns to the origin city

Go to Download


abdullahfaqeir/nestablecollection

0 Favers
3 Downloads

A Laravel Package that extends Collection to handle unlimited nested items following adjacency list model.

Go to Download


unialteri/states-bundle

2 Favers
522 Downloads

Symfony bunde to create PHP classes following the State pattern in PHP. This can be a cleaner way for an object to change its behavior at runtime without resorting to large monolithic conditional statements and thus improve maintainability. (Build on the Teknoo Software States library)

Go to Download


teknoo/states-bundle

3 Favers
2769 Downloads

Symfony bunde to create PHP classes following the State pattern in PHP. This can be a cleaner way for an object to change its behavior at runtime without resorting to large monolithic conditional statements and thus improve maintainability. (Build on the Teknoo Software States library)

Go to Download


susina/psr2-code-generator

3 Favers
11 Downloads

Toolset for generating PHP code following PSR-2 standard

Go to Download


scribe/cache-bundle

0 Favers
815 Downloads

Simple, robust, and extensible caching abstraction layer with support for custom backends through Symfony compiler tag registration and a central manager implementation. Implementations are provided for the following handlers.

Go to Download


scr-be/teavee-object-cache-bundle

0 Favers
77 Downloads

Simple, robust, and extensible caching abstraction layer with support for custom backends through Symfony compiler tag registration and a central manager implementation. Implementations are provided for the following handlers.

Go to Download


paulhennell/twitter-account-info

0 Favers
29 Downloads

A package to get basic account info like follower count number for a twitter account without requiring a twitter API login.

Go to Download


netmon-server/laravel-jsonapi

0 Favers
118 Downloads

This package helps you to quickly build a REST API using the Laravel framework following the json:api specification.

Go to Download


jmcmanus/pagedown-extra

0 Favers
142 Downloads

This is a collection of Pagedown plugins to enable support for Markdown Extra syntax. Open demo/demo.html to try it yourself. To run the tests, just open spec/SpecRunner.html in your browser. Or, to run a browser-less test from the command line as travis-ci would, run bundle install followed by bundle exec rake. You'll need Ruby and the rake gem if you use the second method.

Go to Download


jamesking56/validator

0 Favers
12 Downloads

Laravel Validation abstracted to your namespace. As followed from Laracasts.com

Go to Download


garrettw/noair

3 Favers
42 Downloads

PHP event library following the Mediator behavioral pattern implemented like an Observer

Go to Download


elorfin/json-api-bundle

0 Favers
253 Downloads

Provides utilities to build a REST API following the JSON API specification

Go to Download


efficiently/turbolinks

2 Favers
167 Downloads

Turbolinks makes following links in your web application faster with Laravel 4.1+

Go to Download


<< Previous Next >>