8000 GitHub - koubaki/tablasyn: A PHP framework that runs as a server, bypassing the legacy CGI architecture.
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Jun 16, 2025. It is now read-only.
/ tablasyn Public archive

A PHP framework that runs as a server, bypassing the legacy CGI architecture.

License

Notifications You must be signed in to change notification settings

koubaki/tablasyn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a PHP framework that, unlike other ones, doesn't rely on external webservers. It creates its own based on ReactPHP, and includes a router.

  • To use it:
  • Run composer install
  • Create a wrapper outside src that includes the path to your autoloader (Composer is prefered) and the www.php file, which is a script that runs the app.
  • You can configure it in config.json, and include the scripts you'd like to (such as route registrars) in autorun.json (which are located in the Autorun folder).
  • If port 9500 isn't available, open config.json and set port to 3000 or another number.

About

A PHP framework that runs as a server, bypassing the legacy CGI architecture.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0