Libraries tagged by vlucas
vlucas/phpdotenv
446195789 Downloads
Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.
vlucas/valitron
3570689 Downloads
Simple, elegant, stand-alone validation library with NO dependencies
vlucas/spot2
372825 Downloads
Simple DataMapper built on top of Doctrine DBAL
vlucas/pikirasa
79095 Downloads
PKI public/private RSA key encryption using the OpenSSL extension
vlucas/bulletphp
48920 Downloads
A heierarchical resource-oriented micro-framework built on nested closures instead of route-based callbacks
code-distortion/fluent-dotenv
85165 Downloads
A wrapper with a fluent interface for new and old versions of vlucas/phpdotenv or symfony/dotenv, providing a common interface to easily read values from .env files
vlucas/hyperspan
9216 Downloads
Build a Hypermedia API response once and return it in multiple formats
sebastiansulinski/dotenv
61222 Downloads
DotEnv package - work derived from vlucas/phpdotenv
abacaphiliac/zend-phpdotenv
32416 Downloads
ZF2 Module that loads vlucas/phpdotenv
vlucas/spot
724 Downloads
DataMapper ORM for PHP 5.3+
vatradar/env
1039 Downloads
An environment variable convenience library extension for vlucas/phpdotenv
phanda-framework/dotenv
257 Downloads
A wrapper around vlucas/dotenv that provides additional functionality. Used in the Phanda framework to allow loading of multiple dotenv files.
mgargano/non-production-robots-ignore
2436 Downloads
Non Production Robots Ignore is a simple WordPress plugin that is used with vlucas/phpdotenv (or similar) that sets environment variables to set robots.txt to ignore all on all environments except production.
vlucas/openx-oauth-client
217 Downloads
Modern PHP client for working with the OpenX v4 oAuth API
viloveul/validation
137 Downloads
Base Validation for wrapping vlucas/valitron