Libraries tagged by each

badcamp/badcamp_stripe_payment

1 Favers
479 Downloads

Provides integration of the Stripe payment processing service by providing a charging and refund service as well as an entity that will store the payment data for each payment made.

Go to Download


avvertix/converter

1 Favers
23 Downloads

A small library to convert different bibliography formats into each other

Go to Download


arturmamedov/slider-module

0 Favers
5 Downloads

Slider module for AsgardCMS, forked from bociancz/slider-module, with Tenant id for separate sliders of each user and other little improvment, require changes Core of Asgard CMS!

Go to Download


arkulpa/symfonyextensions-bundle

0 Favers
39 Downloads

Bundle with simple Symfony Extensions for each Project ;)

Go to Download


api-skeletons/correct-utf8-encoding

0 Favers
18 Downloads

Correct badly encoded and multiple encoded UTF8 characters by examining each byte in a string.

Go to Download


api-clients/middleware-request-id

0 Favers
1027 Downloads

Middleware adding a request identifier to each request

Go to Download


apemsel/attributed-string

1 Favers
552 Downloads

A collection of fast and easy to use attributed string classes for PHP. Attributed strings can have multiple attributes for each character of the string and are for example used for word processors and natural language processing.

Go to Download


apachish/access-level

0 Favers
0 Downloads

Authentication performed by JWT Have three levels of admin, author and user access The list should only be created by the author admin Each admin has the ability to edit and delete the entire list and each author only has the ability to edit their own list Have an address to display the list to all users There is a section with the possibility of sending emails to all users.

Go to Download


antonienko/money-formatter

2 Favers
3857 Downloads

Formatter for moneyphp/money library using alcohol/iso4217 for obtaining the number of decimal digits in each currency

Go to Download


antoiner/laravel-repositories-command

0 Favers
1 Downloads

Command for Laravel to generate repositories of each model

Go to Download


anteris-dev/autotask-client-generator

2 Favers
115 Downloads

This package is the brains behind the Autotask API client. It generates each service class using the Autotask API as its guide.

Go to Download


amethyst/cycle

0 Favers
27 Downloads

Define a cycle for a subscription, a contract, an activity. Keep track of each cycle defining dates and statuses

Go to Download


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


aleks-bar/vite-handlebars

0 Favers
4 Downloads

Vite and Handlebars assembly for build to html pages with css and js files for each

Go to Download


ahmetbarut/laravel-full-search

1 Favers
3 Downloads

Allows searching on multiple models. The advantage of this for us; a separate search field is not required for each model.

Go to Download


<< Previous Next >>