indeyets / appserver-in-php

Generic HTTP applications approach for PHP5.3+ (inspired by Rack and WSGI)
BSD 3-Clause "New" or "Revised" License
291 stars 23 forks source link

Standardization of loader and layout of catalogues #4

Closed kormichu closed 13 years ago

kormichu commented 14 years ago

Hello,

I would like to propose a new layout of catalogues which will be adapted to the class SplClassLoader: http://github.com/metagoto/splclassloader (which will be implemented in PHP in the near future). Then layout of catalogues would change on that:

--bin

----aip (actually /Runner/bin/aip)

--library

-----MFS

--------AppServer

-----------iProtocol (maybe Protocol?)

--------------HTTP

-----------------Server.php

--------------SCGI

-----------------Server.php

-----------------Client.php

-----------------Response.php

...etc...

Regards deallas

indeyets commented 14 years ago

Sounds reasonable. I'll keep it in mind. Will, probably, implement in one of the next versions

indeyets commented 13 years ago

implemented in master branch. not released as pear-package yet