Axios
particlePromise based HTTP client for the browser and node.js Axios is a simple promise based HTTP client for the browser and node.js. Axios provides a simple to use library in a small package with a very extensible interface.
Promise based HTTP client for the browser and node.js Axios is a simple promise based HTTP client for the browser and node.js. Axios provides a simple to use library in a small package with a very extensible interface.
Official documentation for Forms & Html for The Laravel Framework can be found at the LaravelCollective website.
The Console component eases the creation of beautiful and testable command line interfaces.
Provides a structured process for converting a Request into a Response
The ErrorHandler component provides tools to manage errors and ease debugging PHP code. use SymfonyComponentErrorHandlerDebug; use SymfonyComponentErrorHandlerErrorHandler; use SymfonyComponentErrorHandlerDebugClassLoader; Debug::enable(); // or enable only one feature //ErrorHandler::register(); //DebugClassLoader::enable(); // If you want a custom generic template when debug is not enabled // HtmlErrorRenderer::setTemplate(‘/path/to/custom/error.html.php’); $data = ErrorHandler::call(static function () use ($filename, $datetimeFormat) { // if any […]
This package can quickly send alerts to Slack. You can use this to notify yourself of any noteworthy events happening in your app. Under the hood, a job is used to communicate with Slack. This prevents your app from failing in case Slack is down. Want to send alerts to Discord instead? Check out laravel-discord-alerts.
This package contains a PackageServiceProvider that you can use in your packages to easily register config files, migrations, and more.
The AWS SDK for PHP makes it easy for developers to access Amazon Web Services in their PHP code, and build robust applications and software using services like Amazon S3, Amazon DynamoDB, Amazon Glacier, etc. You can get started in minutes by installing the SDK through Composer or by downloading a single zip or phar file from our latest release. Getting Started […]
Guzzle is a PHP HTTP client that makes it easy to send HTTP requests and trivial to integrate with web services.