Libraries tagged by enviroment
mozammil/laravel-message-interceptor
6854 Downloads
A Laravel package to intercept emails. Particularly useful in development environments
mouf/utils.patcher
84506 Downloads
A patch system designed for Mouf than enables developers to know what patch has been run and what needs to be run on its environment. Very useful for database patches.
mouf/database.patcher
85000 Downloads
A database patch system designed for Mouf than enables developers to know what patch has been run and what needs to be run on its environment. This package adds database support to the Mouf patch system (mouf/utils.patcher).
monolyth/envy
1440 Downloads
Flexible environment handler for PHP projects (including unit tests!)
monkdev/monkcms
282 Downloads
A PHP client for accessing the MonkCMS API in non-website environments.
ml/itsdangerous
522 Downloads
A PHP port of itsdangerous by @mitsuhiko - Various helpers to pass data to untrusted environments and to get it back safe and sound.
messageagency/terminus-demo-sites
359 Downloads
Terminus commands for environments
mesavolt/env
1347 Downloads
Static helper to get environment variables in a Symfony 4+ app, loaded either from .env or .env.local.php
mcp/testing-server
12 Downloads
This is a web-based application for testing MCP servers. It was designed to demonstrate a MCP client capable of running in a typical web hosting environment.
martinmulder/openapi-crowdstrike-falcon-php
36 Downloads
Use this API specification as a reference for the API endpoints you can use to interact with your Falcon environment. These endpoints support authentication via OAuth2 and interact with detections and network containment. For detailed usage guides and examples, see our [documentation inside the Falcon console](https://falcon.eu-1.crowdstrike.com/support/documentation). To use the APIs described below, combine the base URL with the path shown for each API endpoint. For commercial cloud customers, your base URL is `https://api.eu-1.crowdstrike.com`. Each API endpoint requires authorization via an OAuth2 token. Your first API request should retrieve an OAuth2 token using the `oauth2/token` endpoint, such as `https://api.eu-1.crowdstrike.com/oauth2/token`. For subsequent requests, include the OAuth2 token in an HTTP authorization header. Tokens expire after 30 minutes, after which you should make a new token request to continue making API requests.
marcofaul/valet-plus-reforged
58 Downloads
Blazing fast macOS PHP development environment
makeweb/test-server
14 Downloads
Create a simple HTTP server on your local environment capable of handling responses for test purposes
magegyver/m2devbox
7 Downloads
🚀 Quickly create Magento 2 development environments.
mage/dotenv
67 Downloads
Magento 2 module to load environment variables using Dotenv.
madlab/multi-server-scheduling
18563 Downloads
This package extends Laravel's native Command Event class to add functionality that prevents events from overlapping when ran in multi server environments. This is achieved using Laravel Cache