Libraries tagged by requestid
awkwardideas/parrot
45 Downloads
Repeats requested variables back as a placeholder for javascript templates in laravel
artplus_f/browscap
0 Downloads
The standalone PHP Browscap parser Crossjoin\Browscap detects browser properties as well as device information based on the user agent string of the requesting browsers and search engines, using the data from the Browser Capabilities Project. It's several hundred times faster than the build-in PHP function get_browser(), and faster than other Browscap PHP libraries, with much lower memory consumption. Optionally Crossjoin\Browscap automatically updates the Browscap data, so you're always up-to-date. The newest version is build for PHP 7.x, for PHP >= 5.6 use version 2.x, for PHP >= 5.3 use version 1.x.
aklatzke/asset-funnel
63 Downloads
Auto bundler for all requested assets on a per-page basis.
afzalh/laravel-passport-skip-client
10 Downloads
Laravel Middleware for Laravel Passport to allow requesting access token without client id and secret for password grant tokens
sonority/lib-jquery
1904 Downloads
Integrates the jQuery-library from CDN with a local fallback if requested library is not available. All relevant versions of jQuery (including minified and gzipped-versions) are shipped with this extension.
bravesheep/active-link-bundle
398 Downloads
Provides ability in Twig templates to determine if an action is being requested
psr/http-message
777477545 Downloads
Common interface for HTTP messages
guzzlehttp/psr7
769469135 Downloads
PSR-7 message implementation that also provides common utility methods
symfony/routing
595116972 Downloads
Maps an HTTP request to a set of configuration variables
symfony/http-kernel
620696048 Downloads
Provides a structured process for converting a Request into a Response
psr/http-factory
460645891 Downloads
PSR-17: Common interfaces for PSR-7 HTTP message factories
symfony/web-profiler-bundle
106828358 Downloads
Provides a development tool that gives detailed information about the execution of any request
symfony/browser-kit
213514850 Downloads
Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically
php-http/promise
230188977 Downloads
Promise used for asynchronous HTTP requests
nikic/fast-route
70282804 Downloads
Fast request router for PHP