Libraries tagged by intro
creativestyle/magesuite-content-constructor-remove-layout-validation
52936 Downloads
Extension removes custom layout update validation introduced in Magento 2.3.4
calmohallag/nullable-casting
9120 Downloads
PHP supports expression casting to primitive type (like int) by using “( type ) expression”, but it currently doesn't allow to use a nullable type as introduced by PHP 7.1 (e.g. ?int). This library provide functions that extend native php casting, adding nullable casting.
ampeco/omnipay-mobilexpress
34552 Downloads
Omnipay plugin for https://developer.mobilexpress.com.tr/docs/introduction
phpactor/code-transform
50555 Downloads
Applies introspective transformations on source code
php-extended/polyfill-php80-str-utils
56165 Downloads
A php implementation of string functions introduced in php8 and above
patriziotomato/edgegrid-client
336536 Downloads
Implements the Akamai {OPEN} EdgeGrid Authentication specified by https://developer.akamai.com/introduction/Client_Auth.html
hostnet/hn-dependency-injection-plugin
43549 Downloads
Introduces the Symfony DI container in a Symfony 1 application.
xcoorp/laravel-passport-introspection
997 Downloads
Package to add an introspection endpoint to Laravel Passport
simianbv/introspect
5015 Downloads
Laravel Middleware for letting a resource owner verify a OAuth2 access tokens with a remote authorization server
ipunkt/laravel-oauth-introspection
728 Downloads
OAuth 2.0 Token Introspection implementation for extending Laravel Passport (RFC 7662)
arietimmerman/laravel-oauth-introspect-middleware
317 Downloads
Laravel Middleware for letting a resource owner verify a OAuth2 access tokens with a remote authorization server
hexmakina/crudites
293 Downloads
PHP/PDO CRUD
windandkite/module-page-builder-core-web-vitals
424 Downloads
A Magento 2 Module introducing additional attributes to improve PageBuilder Elements CWV
williamheelis/restful-inputs
96 Downloads
Simple RESTful globals: $_PUT, $_PATCH, $_DELETE, $_HEADER, $_JSON, $_PATH, $_RES for PHP APIs. Basically this is an extension of the logic PHP probably intended when they introduced _GET and _POST and this package simply extends it and is useful shorthand option for RESTful api end points as a result. The focus was on inline brevity, and assumes plenty of `/api/someItem/index.php` -> `PATCH::/api/someItem/` structure. (i.e lots of dirs with one index.php each!)
unisharp/laravel-eloquent-join
11569 Downloads
This package introduces the join magic for eloquent models and relations.