Libraries tagged by position
webgriffe/psalm-plugin-magento2
10 Downloads
Psalm plugin that stops UnusedClass/UnusedMethod false positives on Magento 2 framework-instantiated classes (Controllers, Blocks, Observers, Cron jobs, Plugins, Setup Patches, Console Commands)
tierra/topicsolved
19 Downloads
Allows posting questions, and accepting answers as solved.
smartlyq/sdk
25 Downloads
Official PHP SDK for the SmartlyQ API - social posting, AI content generation, SEO research, CRM, chatbots, and more.
sahusoftcom/articlebuilder-net-laravel
120 Downloads
Service Provider for ArticleBuilder.net API & XMLRPClientWordpress Blog Posting
runopencode/twig-bufferized-template
256 Downloads
Delay and reorder execution of Twig template portions.
ph-7/ph7client
97 Downloads
pH7Client is a PHP Web client class that simulates a Web browser (like a Web Driver) for retrieving webpage content, login to websites and posting forms and makes them on autopilot.
mreduar/laravel-balance
831 Downloads
Maintains a history of balance movements in the eloquent models. This simple package will keep track of the balance of your models. You can increase, decrease, reset and set the balance. It is also possible to check if a model has a positive balance or no balance.
marcoconsiglio/bcmath-extended
250 Downloads
The BCMathExtended library extends the PHP BCMath extension adding more features like abs, min, max, random, factorial, type comparison between integer and decimal or positive and negative, modulo and power modulo with negative modulus (see more on BCMath extendsion http://php.net/manual/en/book.bc.php).
laravelia/autoposter
18 Downloads
A Laravel package for auto posting social site
georgringer/richmedia
13 Downloads
Embed rich media item like instagram posts, facebook posts, twitter posting and flickr images by using oembed.
elgibor-solution/laravel-inventory
83 Downloads
Inventory, costing (FIFO & Average), journal posting, multi-branch/warehouse/rack, configurable stages for Laravel.
data-values/data-types
85621 Downloads
PHP library defining the DataTypes\DataType class of which instances represent a type of value, such as "positive integer" or "percentage".
bale/gupa-panel
50 Downloads
Management panel for Gupa — sync blocked IPs, blacklists, whitelists to tenants with false positive detection
backtik-ch/laravel-kchat-sdk
29 Downloads
This package helps you posting messages on kChat.
aramonc/docblock-parser
27 Downloads
Parses strings for docBlock like portions and then extracts the annotations, descriptions, and optional document content. This should not be used as an annotation parser for PHP code, at least not on it's own. If you're looking to do something with the docBlocks you might want to use something like https://github.com/schmittjoh/metadata better. This is more for if you're trying to get metadata from a plain text file. Look through the tests for examples.