Skip to content

The HttpFoundation component defines an object-oriented layer for the HTTP specification.

License

Notifications You must be signed in to change notification settings

Ardakilic/http-foundation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HttpFoundation Component That includes SameSite Flags With PHP>=7.3

This fork is to ensure Laravel 4.2 applications that work with PHP7.3 to include SameSite=None flags.

The discussion is based on here:

laravel/framework#30832

To include this into your Laravel 4.2 project, simply update your composer.json like this:

{
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/Ardakilic/http-foundation"
        }
    ],
    "require": {
        "symfony/http-foundation": "dev-2.7-samesite as 2.7.999"
    }
}

Below is the original ReadMe:


HttpFoundation Component

The HttpFoundation component defines an object-oriented layer for the HTTP specification.

Resources

About

The HttpFoundation component defines an object-oriented layer for the HTTP specification.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%