Giter Site home page Giter Site logo

request-id's People

Contributors

m4rcinkowski avatar snapshotpl avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

request-id's Issues

Add an open-source license, please?

(Cross posted to php-middleware/log-http-messages#5)

I'm doing a review of the software licenses in my package dependencies, and realized that this package does not have a license listed by composer licenses. Here's a quick run-down of the bigger software license groups — just in case you're not aware.

"No license" means that nobody is allowed to use your code, legally. As the author and copyright owner, this means that nobody else can — legally — use this software except for you.

GPL (or anything from the FSF) are free-software licenses. They are viral by design, which means that they generally include clauses about patent rights, (forced) redistribution, and/or forcing integrators to re-license their code to match your license. (I, and many others, would have to stop using this package to protect ourselves, legally.)

BSD 3-clause, BSD 2-clause, MIT, PHP, and Apache 2.0 are all open-source licenses. They generally allow free use — by anyone, for any purpose — as long as you don't violate their trademarks or make it sound like they endorse your project. Both BSD flavors and the MIT license are short and sweet, but ambiguous. PHP is pretty much for the PHP team, but many people use it anyways for their PHP-based projects. Apache 2.0 is published by the Apache Foundation and is generally unambiguous, legally. Corporate lawyers tend to prefer it for this reason.

My request is that you license this code using an open-source license.

PSR-15 compatibility for zend-expressive

Hi there!

I'm trying to use your library in zend-expressive v3.2 but it gives me an error:

Service "PhpMiddleware\RequestId\RequestIdMiddleware" did not to resolve to a Psr\Http\Server\MiddlewareInterface instance; resolved to "PhpMiddleware\RequestId\RequestIdMiddleware"

Is it possible to use your library in a PSR-15 context with \Psr\Server\Http\MiddlewareInterface support?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.