Libraries tagged by follows
wnx/changelog-updater
96 Downloads
PHP CLI to update a CHANGELOG following the "Keep a Changelog" format with the latest release notes.
sikessem/debugger
1186 Downloads
🐛 Debug a PHP script easily by following its backtrace.
sandromiguel/php-streams
6 Downloads
A PHP library for stream handling following PSR-7 standards.
reneknox/wordpress
21 Downloads
starter kit following mvc pattern for wordpress
print/ln
2410 Downloads
Prints any number of strings, each followed by the appropriate line terminator
pantheon-systems/example-drupal7-travis-composer
51 Downloads
Template for creating a project to manage a Drupal site with Composer, and test with Travis CI. Use `composer create-project` to make your own project, or, if you prefer to clone the git repository, run `composer install` followed by `bin/init-new-project` to replace this file and set up your starting project.
pantheon-systems/example-drupal7-circle-composer
102 Downloads
Template for creating a project to manage a Drupal site with Composer, and test with Circle CI. Use `composer create-project` to make your own project, or, if you prefer to clone the git repository, run `composer install` followed by `bin/init-new-project` to replace this file and set up your starting project.
open-southeners/laravel-user-interactions
92 Downloads
Add some user interactions to your Laravel applications like followers, likes, subscriptions, etc
mrchetan/php_standard
9 Downloads
PHP coding standard to be followed in Laravel projects
mjohann/paginated-file-reader
21 Downloads
A PHP library to read files page by page, supporting multiple formats like TXT, PDF, DOCX, and ODT. Each file type is handled by a dedicated reader class, all following a unified interface for seamless integration.
mix/http-server
6555 Downloads
Http server library based on Swoole coroutine, following PSR-7 / PSR-15 standard
macropage/sdk-ebay-rest-browse
2976 Downloads
The Browse API has the following resources: item_summary: Lets shoppers search for specific items by keyword, GTIN, category, charity, product, or item aspects and refine the results by using filters. (Experimental) search_by_image: Lets shoppers search for specific items by image. You can refine the results by using URI parameters and filters. item: Lets you retrieve the details of a specific item or all the items in an item group, which is an item with variations such as color and size. This resource also provides a bridge between the eBay legacy APIs, such as Trading and Finding, and the RESTful APIs, such as Browse, which use different formats for the item IDs. You can use the Browse API to retrieve the basic details of the item and the RESTful item ID using a legacy item ID. (Experimental) shopping_cart: Provides the ability for eBay members to see the contents of their eBay cart, and add, remove, and change the quantity of items in their eBay cart. *Note:* This resource is not available in the eBay API Explorer. The item_summary, search_by_image, and item resource calls require an Application access token. The shopping_cart resource calls require a User access token.
luojia/wechat-sdk
6 Downloads
An easy-use sdk for wechat developing, following the official documentation.
kitano/connection-bundle
100 Downloads
Directed graph implementation to create any connection between two objects (ie. follower/following relation in a social network)
j0hnys/trident
78 Downloads
A laravel package for developing applications following Domain Driven Design (DDD) and Test Driven Design (TDD) principles