Libraries tagged by leaf
wnx/commonmark-mark-extension
8433 Downloads
Render ==highlighted== texts as elements in league/commonmark
wikimedia/cssjanus
2461 Downloads
Convert CSS stylesheets between left-to-right and right-to-left.
ueberdosis/commonmark-hint-extension
10783 Downloads
A hint extension for league/commonmark
trunkstar/oauth2-microsoft
14472 Downloads
Microsoft OAuth 2.0 Client Provider for The PHP League OAuth2-Client
stevenmaguire/oauth2-box
272666 Downloads
Box OAuth 2.0 Client Provider for The PHP League OAuth2-Client
sleeping-owl/with-join
87282 Downloads
Package to convert Eloquent BelongsTo subqueries into one query with left join.
shopxo/shopxo
664 Downloads
ShopXO domestic leading enterprise-class B2C free open source e-commerce system!
shipmonk/memory-scanner
1398 Downloads
Lightweight PHP library for analyzing memory usage, tracking object references, and debugging memory leaks
sarhan/oauth2-docusign
118097 Downloads
Docusign OAuth2 provider for League OAuth2 Client
saada/yii2-factory-muffin
51772 Downloads
A Yii2 wrapper for league/factory-muffin with Gii generators.
qdequippe/oauth2-symfony-connect
108896 Downloads
SymfonyConnect OAuth 2.0 Client Provider for The PHP League OAuth2-Client
packagelist/closurecompiler-bin
31976 Downloads
The Closure Compiler is a tool for making JavaScript download and run faster. It is a true compiler for JavaScript. Instead of compiling from a source language to machine code, it compiles from JavaScript to better JavaScript. It parses your JavaScript, analyzes it, removes dead code and rewrites and minimizes what's left. It also checks syntax, variable references, and types, and warns about common JavaScript pitfalls. Packaged for composer.
neilcrookes/oauth2-ebay
93396 Downloads
eBay OAuth 2.0 Client Provider for The PHP League OAuth2-Client
moxio/commonmark-ext-fancy-lists
117941 Downloads
Extension for league/commonmark to support additional numbering types for ordered lists
mouf/utils.common.conditioninterface
506788 Downloads
This package contains one interface for condition, and a few classes that implement it. For instance, AndCondition that requires all conditions to be met, and OrCondition that requires at least one condition to be met. A condition is a class that possesses an 'isOk' method. The condition returns true if the condition is met, and false otherwise.