singpolyma / openpgp-php

OpenPGP.php is a pure-PHP implementation of the OpenPGP Message Format (RFC 4880).
http://singpolyma.github.io/openpgp-php/
The Unlicense
180 stars 70 forks source link

WIP Move all class into his own file #43

Closed lepiaf closed 7 years ago

lepiaf commented 7 years ago

In order to have a better readability, I've move all class into his own namespace.

It would be easier to work on it and improve it.

singpolyma commented 7 years ago

This would make the library a lot more complex and harder to use...

lepiaf commented 7 years ago

It follow PSR and file are tinyer.

It's not more complex, but more organized. I also think we can see all type of packet and see how the library works.