Libraries tagged by Be Paid
codelabmw/teams
10 Downloads
Provides team management logic to be paired with any UI framework.
jeremygiberson/doctrine-migrations-boilerplate
19 Downloads
Doctrine ORM & Doctrine Migrations project w/ configuration and wiring. Going through the documentation for either project and putting them together can be a pain the first few times. This project provides the end result as sometimes a working example is better documentation.
maxlzp/range
2 Downloads
Range to be used instead of pair of values
cmsgears/widget-text
300 Downloads
The Text Widget for CMSGears. It can be used to show key value pairs stored in database.
nodeum-io/nodeum-sdk-php
0 Downloads
The Nodeum API makes it easy to tap into the digital data mesh that runs across your organisation. Make requests to our API endpoints and we’ll give you everything you need to interconnect your business workflows with your storage. All production API requests are made to: http://nodeumhostname/api/ The current production version of the API is v1. **REST** The Nodeum API is a RESTful API. This means that the API is designed to allow you to get, create, update, & delete objects with the HTTP verbs GET, POST, PUT, PATCH, & DELETE. **JSON** The Nodeum API speaks exclusively in JSON. This means that you should always set the Content-Type header to application/json to ensure that your requests are properly accepted and processed by the API. **Authentication** All API calls require user-password authentication. **Cross-Origin Resource Sharing** The Nodeum API supports CORS for communicating from Javascript for these endpoints. You will need to specify an Origin URI when creating your application to allow for CORS to be whitelisted for your domain. **Pagination** Some endpoints such as File Listing return a potentially lengthy array of objects. In order to keep the response sizes manageable the API will take advantage of pagination. Pagination is a mechanism for returning a subset of the results for a request and allowing for subsequent requests to “page” through the rest of the results until the end is reached. Paginated endpoints follow a standard interface that accepts two query parameters, limit and offset, and return a payload that follows a standard form. These parameters names and their behavior are borrowed from SQL LIMIT and OFFSET keywords. **Versioning** The Nodeum API is constantly being worked on to add features, make improvements, and fix bugs. This means that you should expect changes to be introduced and documented. However, there are some changes or additions that are considered backwards-compatible and your applications should be flexible enough to handle them. These include: - Adding new endpoints to the API - Adding new attributes to the response of an existing endpoint - Changing the order of attributes of responses (JSON by definition is an object of unordered key/value pairs) **Filter parameters** When browsing a list of items, multiple filter parameters may be applied. Some operators can be added to the value as a prefix: - `=` value is equal. Default operator, may be omitted - `!=` value is different - `>` greater than - `>=` greater than or equal - `=` lower than or equal - `>
hxtree/sumfinder
2 Downloads
This program allows for an integer array to be passed in and will then output all the pairs that add up to the sum.
graftype/nohup
10 Downloads
A library to run a command in the background, it will return the process's pid, and get it's is running status anytime in the another process, and can be stoped anytime.
empari/laravel55-api-skeleton
3 Downloads
Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects.
efk3/grouping
12 Downloads
Grouping library provides a class to create groups with different options. You add members and the class will try to pair those members to groups. It can be very helpful in some cases, like create a tag cloud.
zeleznypa/nette-button-macros
153 Downloads
Add support of pair latte macro "button" for render form control SubmitButton as . It can be useful for Twitter bootstrap design.
darling/php-reflection-utilities
760 Downloads
A collection of php classes that can be used to aide in reflection with PHP
bakgul/kernel
143 Downloads
This is a helper package, and it isn't meant to be used independently. That being said, it contains some nice helper classes to deal with the file system, strings, arrays, naming conventions, etc. If you need such functionalities, you may find this package helpful. On the other hand, its real purpose is to collect some classes and methods that are being used by multiple packages that are part of Packagified Laravel.
claytonkreisel/wpdb-tools
416 Downloads
This package provides tools to be used in custom WordPress themes or plugins that aid you in using the WPDB especially in the creation of custom tables
bigwhoop/php-extract-class-components
2 Downloads
Extract components (methods and properties interacting with each other) from a PHP class. The result can be visualized and aid in splitting up classes.