Libraries tagged by like
vanderlee/swaggergen
120116 Downloads
Generate Swagger/OpenAPI documentation from simple PHPdoc-like comments in PHP source code.
utopia-php/vcs
68478 Downloads
A simple library to integrate version control systems like GitHub, GitLab etc. to receive webhook events
tomatophp/filament-translations
16157 Downloads
Manage your translation with DB and cache, you can scan your languages tags like trans(), __(), and get the string inside and translate them use UI.
tobion/retry
277095 Downloads
A generic library to retry an operation in case of an error. You can configure the behavior like the exceptions to retry on.
thesoftwarefanatics/php-html-parser
425678 Downloads
An HTML DOM parser. It allows you to manipulate HTML. Find tags on an HTML page with selectors just like jQuery.
text/template
189791 Downloads
Simple and secure string-template-engine (Twig-like syntax) with nested if/elseif/else, loops, filters. Simple OOP api: Just one class doing the job (2-lines of code). Fast and secure: No code-generation, no eval'ed() code. Extensible by callbacks. Fully tested. Rich examples included.
tehwave/laravel-shortcodes
57846 Downloads
Simple, elegant WordPress-like Shortcodes the Laravel way
sulu/article-bundle
370439 Downloads
Bundle for managing localized content-rich entities like blog-posts in the Sulu content management system
somnambulist/validation
117758 Downloads
A re-write of rakit/validation providing Laravel like validation as a standalone library
skyronic/laravel-file-generator
46302 Downloads
Laravel package to help you automate creation of files. Build your own custom generators like 'artisan make:model'.
sinso/app-routes
93729 Downloads
Easy way to route rest-like URLs to your code
silverstripe/fulltextsearch
292984 Downloads
Adds support for Fulltext Search engines like Sphinx and Solr to SilverStripe CMS
sauladam/shipment-tracker
27995 Downloads
Parses tracking information for several carriers, like UPS, USPS, DHL and GLS by simply scraping the data. No need for any kind of API access.
rct567/dom-query
245779 Downloads
DomQuery is a PHP library that allows easy 'jQuery like' DOM traversing and manipulation
radic/blade-extensions
317413 Downloads
Laravel package providing additional Blade extensions: foreach (with $loop data like twig), break, continue, set,array (multiline), etc