Libraries tagged by begin

gpseducation/lumen_blank

1 Favers
36 Downloads

This is a core, empty project template used as the starting point for all custom projects developed by GPS Publishing and Distribution. It provides the foundational structure and essential configurations required to begin any new project tailored to our company's standards.

Go to Download


gild/add-issue-number

0 Favers
11 Downloads

It is a library that provides the function to automatically add the issue number and ticket number to the beginning of the comment at the time of commit.

Go to Download


eyepax-prasanna/php7-starter-kit

1 Favers
18 Downloads

This is a starter kit to begin a application with PHP 7.

Go to Download


eicc/wp-for-lando

0 Favers
14 Downloads

Bare bones WordPress install ready to begin development. Requires Lando be installed first.

Go to Download


dungang/yii2-simplemde

0 Favers
2 Downloads

A simple, beautiful, and embeddable JavaScript Markdown editor. Delightful editing for beginners and experts alike. Features built-in autosaving and spell checking. https://simplemde.com

Go to Download


dcarbone/paragon-solutions-php-sdk

2 Favers
2 Downloads

Paragon Processing PlatformThis document is to provide a detailed description of how a developer or software solution provider can integrate with the Paragon Processing Platform (Paragon Platform). The Paragon Platform is for developers who wish to use Paragon's processing services within their software applications. The Paragon Platform can stand alone as a web-based storefront with (or without) attached card readers or may be used in combination with point-of-sale (POS) and order entry applications.The Paragon Platform accepts payments in many forms, including check, credit, debit, gift, loyalty and EBT cards. Payments may be taken online, over the telephone, from a mobile phone and at physical store locations. In addition to handling large volumes of payment transactions, the Paragon Platform manages and settles batches, protects sensitive card information, administers billing contracts and produces operational and analytical reports. Application Programming Interfaces (APIs) With our API, software systems and devices communicate with the Paragon Platform by exchanging messages. Client Application formulates a message and transmits the request to the Paragon Platform. The Paragon Platform translates the request and relays it to the Payment Processing Network. The Payment Processing Network processes the request and returns a response to the Paragon Platform. The Paragon Platform translates the response and relays it to the Client Application.The Path to Integration Step 1: Open a Test Account Visit https://developer.paragonsolutions.com/testaccount to register for a free test account. Once registered you have instant access to your test account credentials and all the documentation you need to get started. Head over to the library and make sure to check out all of our API's to learn about the Paragon Processing Platform transaction requests and responses.Step 2: Code & CertifyOnce in the Paragon Development portal, begin your certification or have an experienced Paragon integration specialist guide you through the testing process. Once coding and testing are completed submit your request for certification. Our team will then perform a detailed review of your integration to make sure your integration meets all your business requirements for success. Step 3: Go Live!After final review and testing your software solution is ready to begin taking live payments! We know, an integration that is easy sounds too good to be true. Don't take our word for it, start your integration today! Developer NotesInstall your development platform according to its product documentation.Read through all the steps before you get started. We recommend reviewing the rest of this guide to familiarize yourself with the Paragon Processing Platform's terms, capabilities, web services and operations.

Go to Download


catcode-nl/php-code-sniffer-baseliner

0 Favers
3 Downloads

Baseline tool which adds a phpcs:ignoreFile to the beginning of php files

Go to Download


bytefreak/php-utils

1 Favers
1312 Downloads

Some little php helper functions, like array_strip, array_merge_recursive_simple, array_call_method, array_call_function, array_create_hash, array_create_simple_hash, array_group, array_set_value, array_get_by_keypath, array_set_by_keypath, array_sort_by_column, str_begins_with, str_ends_with and debug_break.

Go to Download


bookfrank/viaduct

1 Favers
51 Downloads

Viaduct is a very simple php router, hope to be able to help the php-framework beginners to understand the principle of router better

Go to Download


bayfrontmedia/bones-web

0 Favers
19 Downloads

A starter kit to begin building a web application with Tailwind using the Bones framework

Go to Download


bayfrontmedia/bones-app

0 Favers
16 Downloads

A simple boilerplate to begin building an application using the Bones framework.

Go to Download


bayfrontmedia/bones-api

0 Favers
0 Downloads

A starter kit to begin building an API using the Bones framework

Go to Download


alissonlinneker/statuspage-php-sdk

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


aleksey.nemiro/webforms.php

1 Favers
21 Downloads

This project is an attempt embodiment ASP.NET WebForms in PHP. Today WebForms.PHP - this template engine, HTML components and the beginnings of Framework for web sites creation in PHP.

Go to Download


alanretubis/praxis-php

0 Favers
3 Downloads

PraxisPHP: A lightweight beginner-friendly PHP MVC microframework.

Go to Download


<< Previous Next >>