Libraries tagged by environment management
phpdevcommunity/php-dotenv
4864 Downloads
PHP-DotEnv is a lightweight PHP library designed to simplify the management of environment variables in your PHP applications.
devcoder-xyz/php-dotenv
33771 Downloads
PHP-DotEnv is a lightweight PHP library designed to simplify the management of environment variables in your PHP applications.
roadrunner-php/lock
394672 Downloads
This package provides a PHP integration package for the RoadRunner Lock plugin, which allows for easy management of distributed locks in PHP applications. The plugin provides a fast, lightweight, and reliable way to acquire, release, and manage locks in a distributed environment, making it ideal for use in high-traffic web applications and microservices.
diarmuidie/envpopulate
77240 Downloads
Tool to interactively populate a `.env` file based on an `.env.example` file whenever Composer installs or updates.
joomlatools/console
40132 Downloads
This command-line script helps to ease the management of Joomla sites in your development environment.
highsolutions/laravel-environments
6629 Downloads
A Laravel package for easy management of different environments (dev, staging, production, etc.).
omaralalwi/laravel-trash-cleaner
569 Downloads
clean logs and debug files (clockwork , laravel telescope and more)
robinncode/db_craft
612 Downloads
DB Craft is a CodeIgniter4 Seeder, Migration Generator. Automatic Migration Generation: DB-Craft provides a simple command-line interface to generate migration files automatically based on the connected database. This feature allows developers to keep track of database schema changes and easily apply them to different environments. Table-Specific Migrations: Developers can also generate migration files for specific tables, providing granular control over database changes. This flexibility allows for efficient database management and versioning. Seeding Support: DB-Craft includes functionality to generate seeders, enabling developers to populate their database with initial data. This feature is especially useful for setting up sample data or populating reference tables.
joomlatools/joomla-console
1954 Downloads
This command-line script helps to ease the management of Joomla sites in your development environment.
distortedfusion/laravel-env-management
2128 Downloads
A collection of artisan commands for managing environment variables during CI/CD.
gmazzap/gea
36 Downloads
Environment variables management in PHP
graste/environaut
2688 Downloads
Define, configure and protect your application environment and its requirements.
northstack/northstack-client
57622 Downloads
Commands for serverless environment management
pagely/northstack-client
3 Downloads
Commands for serverless environment management
jairosantos/easy-framework
6 Downloads
This is a simple PHP framework for APIs that demonstrates basic routing, handling HTTP requests, and organizing controllers for CRUD operations. The framework uses Dotenv for environment variable management, PDO for database interactions, and a custom router to handle different HTTP methods and routes.