zugoripls / laravel-framework
Customized(replaced illuminate/encryption with zugoripls/openssl-encryption) Laravel Framework.
Requires
- php: >=5.4.0
- ext-mbstring: *
- ext-openssl: *
- classpreloader/classpreloader: ~1.2
- danielstjules/stringy: ~1.8
- doctrine/inflector: ~1.0
- ircmaxell/password-compat: ~1.0
- jeremeamia/superclosure: ~2.0
- league/flysystem: ~1.0
- monolog/monolog: ~1.11
- mtdowling/cron-expression: ~1.0
- nesbot/carbon: ~1.0
- psy/psysh: 0.4.*
- swiftmailer/swiftmailer: ~5.1
- symfony/console: 2.6.*
- symfony/debug: 2.6.*
- symfony/finder: 2.6.*
- symfony/http-foundation: 2.6.*
- symfony/http-kernel: 2.6.*
- symfony/process: 2.6.*
- symfony/routing: 2.6.*
- symfony/security-core: 2.6.*
- symfony/translation: 2.6.*
- symfony/var-dumper: 2.6.*
- vlucas/phpdotenv: ~1.0
Requires (Dev)
- aws/aws-sdk-php: ~2.4
- iron-io/iron_mq: ~1.5
- mockery/mockery: ~0.9
- pda/pheanstalk: ~3.0
- phpunit/phpunit: ~4.0
- predis/predis: ~1.0
Suggests
- aws/aws-sdk-php: Required to use the SQS queue driver and SES mail driver (~2.4).
- doctrine/dbal: Required to rename columns and drop SQLite columns (~2.4).
- guzzlehttp/guzzle: Required to use the Mailgun and Mandrill mail drivers (~5.0).
- iron-io/iron_mq: Required to use the iron queue driver (~1.5).
- league/flysystem-aws-s3-v2: Required to use the Flysystem S3 driver (~1.0).
- league/flysystem-rackspace: Required to use the Flysystem Rackspace driver (~1.0).
- pda/pheanstalk: Required to use the beanstalk queue driver (~3.0).
- predis/predis: Required to use the redis cache and queue drivers (~1.0).
This package is not auto-updated.
Last update: 2025-03-05 08:50:35 UTC
README
Note: This repository contains the core code of the Laravel framework. If you want to build an application using Laravel 5, visit the main Laravel repository.
Laravel PHP Framework
Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as authentication, routing, sessions, queueing, and caching.
Laravel is accessible, yet powerful, providing powerful tools needed for large, robust applications. A superb inversion of control container, expressive migration system, and tightly integrated unit testing support give you the tools you need to build any application with which you are tasked.
Official Documentation
Documentation for the framework can be found on the Laravel website.
Contributing
Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.
Security Vulnerabilities
If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell at taylor@laravel.com. All security vulnerabilities will be promptly addressed.
License
The Laravel framework is open-sourced software licensed under the MIT license.