Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Phpspreadsheet Laravel Package

phpoffice/phpspreadsheet

PhpSpreadsheet is a pure-PHP library for reading and writing spreadsheet files (Excel, LibreOffice Calc, and more). Create, edit, and export workbooks with rich formatting, formulas, and multiple formats via a clean, well-documented API.

View on GitHub
Deep Wiki
Context7

Function list by name

A more compact list can be found here

A

Excel Function Category PhpSpreadsheet Function
ABS CATEGORY_MATH_AND_TRIG \PhpOffice\PhpSpreadsheet\Calculation\MathTrig\Absolute::evaluate
ACCRINT CATEGORY_FINANCIAL \PhpOffice\PhpSpreadsheet\Calculation\Financial\Securities\AccruedInterest::periodic
ACCRINTM CATEGORY_FINANCIAL \PhpOffice\PhpSpreadsheet\Calculation\Financial\Securities\AccruedInterest::atMaturity
ACOS CATEGORY_MATH_AND_TRIG \PhpOffice\PhpSpreadsheet\Calculation\MathTrig\Trig\Cosine::acos
ACOSH CATEGORY_MATH_AND_TRIG \PhpOffice\PhpSpreadsheet\Calculation\MathTrig\Trig\Cosine::acosh
ACOT CATEGORY_MATH_AND_TRIG \PhpOffice\PhpSpreadsheet\Calculation\MathTrig\Trig\Cotangent::acot
ACOTH CATEGORY_MATH_AND_TRIG \PhpOffice\PhpSpreadsheet\Calculation\MathTrig\Trig\Cotangent::acoth
ADDRESS CATEGORY_LOOKUP_AND_REFERENCE \PhpOffice\PhpSpreadsheet\Calculation\LookupRef\Address::cell
AGGREGATE CATEGORY_MATH_AND_TRIG Not yet Implemented
AMORDEGRC CATEGORY_FINANCIAL \PhpOffice\PhpSpreadsheet\Calculation\Financial\Amortization::AMORDEGRC
AMORLINC CATEGORY_FINANCIAL \PhpOffice\PhpSpreadsheet\Calculation\Financial\Amortization::AMORLINC
ANCHORARRAY CATEGORY_MICROSOFT_INTERNAL \PhpOffice\PhpSpreadsheet\Calculation\Internal\ExcelArrayPseudoFunctions::anchorArray
AND CATEGORY_LOGICAL \PhpOffice\PhpSpreadsheet\Calculation\Logical\Operations::logicalAnd
ARABIC CATEGORY_MATH_AND_TRIG \PhpOffice\PhpSpreadsheet\Calculation\MathTrig\Arabic::evaluate
AREAS CATEGORY_LOOKUP_AND_REFERENCE Not yet Implemented
ARRAYTOTEXT CATEGORY_TEXT_AND_DATA \PhpOffice\PhpSpreadsheet\Calculation\TextData\Text::fromArray
ASC CATEGORY_TEXT_AND_DATA Not yet Implemented
ASIN CATEGORY_MATH_AND_TRIG \PhpOffice\PhpSpreadsheet\Calculation\MathTrig\Trig\Sine::asin
ASINH CATEGORY_MATH_AND_TRIG \PhpOffice\PhpSpreadsheet\Calculation\MathTrig\Trig\Sine::asinh
ATAN CATEGORY_MATH_AND_TRIG \PhpOffice\PhpSpreadsheet\Calculation\MathTrig\Trig\Tangent::atan
ATAN2 CATEGORY_MATH_AND_TRIG \PhpOffice\PhpSpreadsheet\Calculation\MathTrig\Trig\Tangent::atan2
ATANH CATEGORY_MATH_AND_TRIG \PhpOffice\PhpSpreadsheet\Calculation\MathTrig\Trig\Tangent::atanh
AVEDEV CATEGORY_STATISTICAL \PhpOffice\PhpSpreadsheet\Calculation\Statistical\Averages::averageDeviations
AVERAGE CATEGORY_STATISTICAL \PhpOffice\PhpSpreadsheet\Calculation\Statistical\Averages::average
AVERAGEA CATEGORY_STATISTICAL \PhpOffice\PhpSpreadsheet\Calculation\Statistical\Averages::averageA
AVERAGEIF CATEGORY_STATISTICAL \PhpOffice\PhpSpreadsheet\Calculation\Statistical\Conditional::AVERAGEIF
AVERAGEIFS CATEGORY_STATISTICAL \PhpOffice\PhpSpreadsheet\Calculation\Statistical\Conditional::AVERAGEIFS

B

Excel Function Category PhpSpreadsheet Function
BAHTTEXT CATEGORY_TEXT_AND_DATA \PhpOffice\PhpSpreadsheet\Calculation\TextData\Thai::getBahtText
BASE CATEGORY_MATH_AND_TRIG \PhpOffice\PhpSpreadsheet\Calculation\MathTrig\Base::evaluate
BESSELI CATEGORY_ENGINEERING \PhpOffice\PhpSpreadsheet\Calculation\Engineering\BesselI::BESSELI
BESSELJ CATEGORY_ENGINEERING \PhpOffice\PhpSpreadsheet\Calculation\Engineering\BesselJ::BESSELJ
BESSELK CATEGORY_ENGINEERING \PhpOffice\PhpSpreadsheet\Calculation\Engineering\BesselK::BESSELK
BESSELY CATEGORY_ENGINEERING \PhpOffice\PhpSpreadsheet\Calculation\Engineering\BesselY::BESSELY
BETA.DIST CATEGORY_STATISTICAL Not yet Implemented
BETA.INV CATEGORY_STATISTICAL \PhpOffice\PhpSpreadsheet\Calculation\Statistical\Distributions\Beta::inverse
BETADIST CATEGORY_STATISTICAL \PhpOffice\PhpSpreadsheet\Calculation\Statistical\Distributions\Beta::distribution
BETAINV CATEGORY_STATISTICAL \PhpOffice\PhpSpreadsheet\Calculation\Statistical\Distributions\Beta::inverse
BIN2DEC CATEGORY_ENGINEERING \PhpOffice\PhpSpreadsheet\Calculation\Engineering\ConvertBinary::toDecimal
BIN2HEX CATEGORY_ENGINEERING \PhpOffice\PhpSpreadsheet\Calculation\Engineering\ConvertBinary::toHex
BIN2OCT CATEGORY_ENGINEERING \PhpOffice\PhpSpreadsheet\Calculation\Engineering\ConvertBinary::toOctal
BINOM.DIST CATEGORY_STATISTICAL \PhpOffice\PhpSpreadsheet\Calculation\Statistical\Distributions\Binomial::distribution
BINOM.DIST.RANGE CATEGORY_STATISTICAL \PhpOffice\PhpSpreadsheet\Calculation\Statistical\Distributions\Binomial::range
BINOM.INV CATEGORY_STATISTICAL \PhpOffice\PhpSpreadsheet\Calculation\Statistical\Distributions\Binomial::inverse
BINOMDIST CATEGORY_STATISTICAL \PhpOffice\PhpSpreadsheet\Calculation\Statistical\Distributions\Binomial::distribution
BITAND CATEGORY_ENGINEERING \PhpOffice\PhpSpreadsheet\Calculation\Engineering\BitWise::BITAND
BITLSHIFT CATEGORY_ENGINEERING \PhpOffice\PhpSpreadsheet\Calculation\Engineering\BitWise::BITLSHIFT
BITOR CATEGORY_ENGINEERING \PhpOffice\PhpSpreadsheet\Calculation\Engineering\BitWise::BITOR
BITRSHIFT CATEGORY_ENGINEERING \PhpOffice\PhpSpreadsheet\Calculation\Engineering\BitWise::BITRSHIFT
BITXOR CATEGORY_ENGINEERING \PhpOffice\PhpSpreadsheet\Calculation\Engineering\BitWise::BITXOR
BYCOL CATEGORY_LOGICAL Not yet Implemented
BYROW CATEGORY_LOGICAL Not yet Implemented

C

Excel Function Category PhpSpreadsheet Function
CEILING CATEGORY_MATH_AND_TRIG \PhpOffice\PhpSpreadsheet\Calculation\MathTrig\Ceiling::ceiling
CEILING.MATH CATEGORY_MATH_AND_TRIG \PhpOffice\PhpSpreadsheet\Calculation\MathTrig\Ceiling::math
CEILING.PRECISE CATEGORY_MATH_AND_TRIG \PhpOffice\PhpSpreadsheet\Calculation\MathTrig\Ceiling::precise
CELL CATEGORY_INFORMATION Not yet Implemented
CHAR CATEGORY_TEXT_AND_DATA \PhpOffice\PhpSpreadsheet\Calculation\TextData\CharacterConvert::character
CHIDIST CATEGORY_STATISTICAL \PhpOffice\PhpSpreadsheet\Calculation\Statistical\Distributions\ChiSquared::distributionRightTail
CHIINV CATEGORY_STATISTICAL \PhpOffice\PhpSpreadsheet\Calculation\Statistical\Distributions\ChiSquared::inverseRightTail
CHISQ.DIST CATEGORY_STATISTICAL \PhpOffice\PhpSpreadsheet\Calculation\Statistical\Distributions\ChiSquared::distributionLeftTail
CHISQ.DIST.RT CATEGORY_STATISTICAL \PhpOffice\PhpSpreadsheet\Calculation\Statistical\Distributions\ChiSquared::distributionRightTail
CHISQ.INV CATEGORY_STATISTICAL \PhpOffice\PhpSpreadsheet\Calculation\Statistical\Distributions\ChiSquared::inverseLeftTail
CHISQ.INV.RT CATEGORY_STATISTICAL \PhpOffice\PhpSpreadsheet\Calculation\Statistical\Distributions\ChiSquared::inverseRightTail
CHISQ.TEST CATEGORY_STATISTICAL \PhpOffice\PhpSpreadsheet\Calculation\Statistical\Distributions\ChiSquared::test
CHITEST CATEGORY_STATISTICAL \PhpOffice\PhpSpreadsheet\Calculation\Statistical\Distributions\ChiSquared::test
CHOOSE CATEGORY_LOOKUP_AND_REFERENCE \PhpOffice\PhpSpreadsheet\Calculation\LookupRef\Selection::CHOOSE
CHOOSECOLS CATEGORY_LOOKUP_AND_REFERENCE \PhpOffice\PhpSpreadsheet\Calculation\LookupRef\ChooseRowsEtc::chooseCols
CHOOSEROWS CATEGORY_LOOKUP_AND_REFERENCE \PhpOffice\PhpSpreadsheet\Calculation\LookupRef\ChooseRowsEtc::chooseRows
CLEAN CATEGORY_TEXT_AND_DATA \PhpOffice\PhpSpreadsheet\Calculation\TextData\Trim::nonPrintable
CODE CATEGORY_TEXT_AND_DATA \PhpOffice\PhpSpreadsheet\Calculation\TextData\CharacterConvert::code
COLUMN CATEGORY_LOOKUP_AND_REFERENCE \PhpOffice\PhpSpreadsheet\Calculation\LookupRef\RowColumnInformation::COLUMN
COLUMNS CATEGORY_LOOKUP_AND_REFERENCE \PhpOffice\PhpSpreadsheet\Calculation\LookupRef\RowColumnInformation::COLUMNS
COMBIN CATEGORY_MATH_AND_TRIG \PhpOffice\PhpSpreadsheet\Calculation\MathTrig\Combinations::withoutRepetition
COMBINA CATEGORY_MATH_AND_TRIG \PhpOffice\PhpSpreadsheet\Calculation\MathTrig\Combinations::withRepetition
COMPLEX CATEGORY_ENGINEERING \PhpOffice\PhpSpreadsheet\Calculation\Engineering\Complex::COMPLEX
CONCAT CATEGORY_TEXT_AND_DATA \PhpOffice\PhpSpreadsheet\Calculation\TextData\Concatenate::CONCATENATE
CONCATENATE CATEGORY_TEXT_AND_DATA \PhpOffice\PhpSpreadsheet\Calculation\TextData\Concatenate::actualCONCATENATE
CONFIDENCE CATEGORY_STATISTICAL \PhpOffice\PhpSpreadsheet\Calculation\Statistical\Confidence::CONFIDENCE
CONFIDENCE.NORM CATEGORY_STATISTICAL \PhpOffice\PhpSpreadsheet\Calculation\Statistical\Confidence::CONFIDENCE
CONFIDENCE.T CATEGORY_STATISTICAL Not yet Implemented
CONVERT CATEGORY_ENGINEERING \PhpOffice\PhpSpreadsheet\Calculation\Engineering\ConvertUOM::CONVERT
CORREL CATEGORY_STATISTICAL \PhpOffice\PhpSpreadsheet\Calculation\Statistical\Trends::CORREL
COS CATEGORY_MATH_AND_TRIG \PhpOffice\PhpSpreadsheet\Calculation\MathTrig\Trig\Cosine::cos
COSH CATEGORY_MATH_AND_TRIG \PhpOffice\PhpSpreadsheet\Calculation\MathTrig\Trig\Cosine::cosh
COT CATEGORY_MATH_AND_TRIG \PhpOffice\PhpSpreadsheet\Calculation\MathTrig\Trig\Cotangent::cot
COTH CATEGORY_MATH_AND_TRIG \PhpOffice\PhpSpreadsheet\Calculation\MathTrig\Trig\Cotangent::coth
COUNT CATEGORY_STATISTICAL \PhpOffice\PhpSpreadsheet\Calculation\Statistical\Counts::COUNT
COUNTA CATEGORY_STATISTICAL \PhpOffice\PhpSpreadsheet\Calculation\Statistical\Counts::COUNTA
COUNTBLANK CATEGORY_STATISTICAL \PhpOffice\PhpSpreadsheet\Calculation\Statistical\Counts::COUNTBLANK
COUNTIF CATEGORY_STATISTICAL \PhpOffice\PhpSpreadsheet\Calculation\Statistical\Conditional::COUNTIF
COUNTIFS CATEGORY_STATISTICAL \PhpOffice\PhpSpreadsheet\Calculation\Statistical\Conditional::COUNTIFS
COUPDAYBS CATEGORY_FINANCIAL \PhpOffice\PhpSpreadsheet\Calculation\Financial\Coupons::COUPDAYBS
COUPDAYS CATEGORY_FINANCIAL \PhpOffice\PhpSpreadsheet\Calculation\Financial\Coupons::COUPDAYS
COUPDAYSNC CATEGORY_FINANCIAL \PhpOffice\PhpSpreadsheet\Calculation\Financial\Coupons::COUPDAYSNC
COUPNCD CATEGORY_FINANCIAL \PhpOffice\PhpSpreadsheet\Calculation\Financial\Coupons::COUPNCD
COUPNUM CATEGORY_FINANCIAL \PhpOffice\PhpSpreadsheet\Calculation\Financial\Coupons::COUPNUM
COUPPCD CATEGORY_FINANCIAL \PhpOffice\PhpSpreadsheet\Calculation\Financial\Coupons::COUPPCD
COVAR CATEGORY_STATISTICAL \PhpOffice\PhpSpreadsheet\Calculation\Statistical\Trends::COVAR
COVARIANCE.P CATEGORY_STATISTICAL \PhpOffice\PhpSpreadsheet\Calculation\Statistical\Trends::COVAR
COVARIANCE.S CATEGORY_STATISTICAL Not yet Implemented
CRITBINOM CATEGORY_STATISTICAL \PhpOffice\PhpSpreadsheet\Calculation\Statistical\Distributions\Binomial::inverse
CSC CATEGORY_MATH_AND_TRIG \PhpOffice\PhpSpreadsheet\Calculation\MathTrig\Trig\Cosecant::csc
CSCH CATEGORY_MATH_AND_TRIG \PhpOffice\PhpSpreadsheet\Calculation\MathTrig\Trig\Cosecant::csch
CUBEKPIMEMBER CATEGORY_CUBE Not yet Implemented
CUBEMEMBER CATEGORY_CUBE Not yet Implemented
CUBEMEMBERPROPERTY CATEGORY_CUBE Not yet Implemented
CUBERANKEDMEMBER CATEGORY_CUBE Not yet Implemented
CUBESET CATEGORY_CUBE Not yet Implemented
CUBESETCOUNT CATEGORY_CUBE Not yet Implemented
CUBEVALUE CATEGORY_CUBE Not yet Implemented
CUMIPMT CATEGORY_FINANCIAL \PhpOffice\PhpSpreadsheet\Calculation\Financial\CashFlow\Constant\Periodic\Cumulative::interest
CUMPRINC CATEGORY_FINANCIAL \PhpOffice\PhpSpreadsheet\Calculation\Financial\CashFlow\Constant\Periodic\Cumulative::principal

D

Excel Function Category PhpSpreadsheet Function
DATE CATEGORY_DATE_AND_TIME \PhpOffice\PhpSpreadsheet\Calculation\DateTimeExcel\Date::fromYMD
DATEDIF CATEGORY_DATE_AND_TIME \PhpOffice\PhpSpreadsheet\Calculation\DateTimeExcel\Difference::interval
DATESTRING CATEGORY_DATE_AND_TIME Not yet Implemented
DATEVALUE CATEGORY_DATE_AND_TIME \PhpOffice\PhpSpreadsheet\Calculation\DateTimeExcel\DateValue::fromString
DAVERAGE CATEGORY_DATABASE \PhpOffice\PhpSpreadsheet\Calculation\Database\DAverage::evaluate
DAY CATEGORY_DATE_AND_TIME \PhpOffice\PhpSpreadsheet\Calculation\DateTimeExcel\DateParts::day
DAYS CATEGORY_DATE_AND_TIME \PhpOffice\PhpSpreadsheet\Calculation\DateTimeExcel\Days::between
DAYS360 CATEGORY_DATE_AND_TIME \PhpOffice\PhpSpreadsheet\Calculation\DateTimeExcel\Days360::between
DB CATEGORY_FINANCIAL \PhpOffice\PhpSpreadsheet\Calculation\Financial\Depreciation::DB
DBCS CATEGORY_TEXT_AND_DATA Not yet Implemented
DCOUNT CATEGORY_DATABASE \PhpOffice\PhpSpreadsheet\Calculation\Database\DCount::evaluate
DCOUNTA CATEGORY_DATABASE \PhpOffice\PhpSpreadsheet\Calculation\Database\DCountA::evaluate
DDB CATEGORY_FINANCIAL \PhpOffice\PhpSpreadsheet\Calculation\Financial\Depreciation::DDB
DEC2BIN CATEGORY_ENGINEERING \PhpOffice\PhpSpreadsheet\Calculation\Engineering\ConvertDecimal::toBinary
DEC2HEX CATEGORY_ENGINEERING \PhpOffice\PhpSpreadsheet\Calculation\Engineering\ConvertDecimal::toHex
DEC2OCT CATEGORY_ENGINEERING \PhpOffice\PhpSpreadsheet\Calculation\Engineering\ConvertDecimal::toOctal
DECIMAL CATEGORY_MATH_AND_TRIG Not yet Implemented
DEGREES CATEGORY_MATH_AND_TRIG \PhpOffice\PhpSpreadsheet\Calculation\MathTrig\Angle::toDegrees
DELTA CATEGORY_ENGINEERING \PhpOffice\PhpSpreadsheet\Calculation\Engineering\Compare::DELTA
DEVSQ CATEGORY_STATISTICAL \PhpOffice\PhpSpreadsheet\Calculation\Statistical\Deviations::sumSquares
DGET CATEGORY_DATABASE \PhpOffice\PhpSpreadsheet\Calculation\Database\DGet::evaluate
DISC CATEGORY_FINANCIAL \PhpOffice\PhpSpreadsheet\Calculation\Financial\Securities\Rates::discount
DMAX CATEGORY_DATABASE \PhpOffice\PhpSpreadsheet\Calculation\Database\DMax::evaluate
DMIN CATEGORY_DATABASE \PhpOffice\PhpSpreadsheet\Calculation\Database\DMin::evaluate
DOLLAR CATEGORY_TEXT_AND_DATA \PhpOffice\PhpSpreadsheet\Calculation\TextData\Format::DOLLAR
DOLLARDE CATEGORY_FINANCIAL \PhpOffice\PhpSpreadsheet\Calculation\Financial\Dollar::decimal
DOLLARFR CATEGORY_FINANCIAL \PhpOffice\PhpSpreadsheet\Calculation\Financial\Dollar::fractional
DPRODUCT CATEGORY_DATABASE \PhpOffice\PhpSpreadsheet\Calculation\Database\DProduct::evaluate
DROP CATEGORY_LOOKUP_AND_REFERENCE \PhpOffice\PhpSpreadsheet\Calculation\LookupRef\ChooseRowsEtc::drop
DSTDEV CATEGORY_DATABASE \PhpOffice\PhpSpreadsheet\Calculation\Database\DStDev::evaluate
DSTDEVP CATEGORY_DATABASE \PhpOffice\PhpSpreadsheet\Calculation\Database\DStDevP::evaluate
DSUM CATEGORY_DATABASE \PhpOffice\PhpSpreadsheet\Calculation\Database\DSum::evaluate
DURATION CATEGORY_FINANCIAL Not yet Implemented
DVAR CATEGORY_DATABASE \PhpOffice\PhpSpreadsheet\Calculation\Database\DVar::evaluate
DVARP CATEGORY_DATABASE \PhpOffice\PhpSpreadsheet\Calculation\Database\DVarP::evaluate

E

Excel Function Category PhpSpreadsheet Function
ECMA.CEILING CATEGORY_MATH_AND_TRIG Not yet Implemented
EDATE CATEGORY_DATE_AND_TIME \PhpOffice\PhpSpreadsheet\Calculation\DateTimeExcel\Month::adjust
EFFECT CATEGORY_FINANCIAL \PhpOffice\PhpSpreadsheet\Calculation\Financial\InterestRate::effective
ENCODEURL CATEGORY_WEB \PhpOffice\PhpSpreadsheet\Calculation\Web\Service::urlEncode
EOMONTH CATEGORY_DATE_AND_TIME \PhpOffice\PhpSpreadsheet\Calculation\DateTimeExcel\Month::lastDay
ERF CATEGORY_ENGINEERING \PhpOffice\PhpSpreadsheet\Calculation\Engineering\Erf::ERF
ERF.PRECISE CATEGORY_ENGINEERING \PhpOffice\PhpSpreadsheet\Calculation\Engineering\Erf::ERFPRECISE
ERFC CATEGORY_ENGINEERING \PhpOffice\PhpSpreadsheet\Calculation\Engineering\ErfC::ERFC
ERFC.PRECISE CATEGORY_ENGINEERING \PhpOffice\PhpSpreadsheet\Calculation\Engineering\ErfC::ERFC
ERROR.TYPE CATEGORY_INFORMATION \PhpOffice\PhpSpreadsheet\Calculation\Information\ExcelError::type
EVEN CATEGORY_MATH_AND_TRIG \PhpOffice\PhpSpreadsheet\Calculation\MathTrig\Round::even
EXACT CATEGORY_TEXT_AND_DATA \PhpOffice\PhpSpreadsheet\Calculation\TextData\Text::exact
EXP CATEGORY_MATH_AND_TRIG \PhpOffice\PhpSpreadsheet\Calculation\MathTrig\Exp::evaluate
EXPAND CATEGORY_LOOKUP_AND_REFERENCE \PhpOffice\PhpSpreadsheet\Calculation\LookupRef\ChooseRowsEtc::expand
EXPON.DIST CATEGORY_STATISTICAL \PhpOffice\PhpSpreadsheet\Calculation\Statistical\Distributions\Exponential::distribution
EXPONDIST CATEGORY_STATISTICAL \PhpOffice\PhpSpreadsheet\Calculation\Statistical\Distributions\Exponential::distribution

F

Excel Function Category PhpSpreadsheet Function
F.DIST CATEGORY_STATISTICAL \PhpOffice\PhpSpreadsheet\Calculation\Statistical\Distributions\F::distribution
F.DIST.RT CATEGORY_STATISTICAL Not yet Implemented
F.INV CATEGORY_STATISTICAL Not yet Implemented
F.INV.RT CATEGORY_STATISTICAL Not yet Implemented
F.TEST CATEGORY_STATISTICAL Not yet Implemented
FACT CATEGORY_MATH_AND_TRIG \PhpOffice\PhpSpreadsheet\Cal....
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
davejamesmiller/laravel-breadcrumbs
artisanry/parsedown
christhompsontldr/phpsdk
enqueue/dsn
bunny/bunny
enqueue/test
enqueue/null
enqueue/amqp-tools
milesj/emojibase
bower-asset/punycode
bower-asset/inputmask
bower-asset/jquery
bower-asset/yii2-pjax
laravel/nova
spatie/laravel-mailcoach
spatie/laravel-superseeder
laravel/liferaft
nst/json-test-suite
danielmiessler/sec-lists
jackalope/jackalope-transport