Libraries tagged by follows
zicht/version
480 Downloads
Versioning logic following SemVer.org
techindeck/laravel-module-generator
181 Downloads
Create application modules followed by CLEAN pattern
sikessem/debugger
1210 Downloads
🐛 Debug a PHP script easily by following its backtrace.
sandromiguel/php-streams
7 Downloads
A PHP library for stream handling following PSR-7 standards.
reneknox/wordpress
22 Downloads
starter kit following mvc pattern for wordpress
print/ln
2411 Downloads
Prints any number of strings, each followed by the appropriate line terminator
pantheon-systems/example-drupal7-travis-composer
52 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
94 Downloads
Add some user interactions to your Laravel applications like followers, likes, subscriptions, etc
omegamvc/framework
11 Downloads
OmegaFramework is a lightweight and modular PHP framework designed for building modern web applications following the MVC architecture. It is optimized for PHP 8+ and provides a simple, extensible foundation for rapid application development.
mjohann/paginated-file-reader
43 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/session
1845 Downloads
Session library based on Swoole coroutine Redis, following PSR-7 standard
mix/fast-route
970 Downloads
Routing library based on Fast-Route, following PSR-7 / PSR-15 standard
macropage/sdk-ebay-rest-browse
3022 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.