Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
A

Andromeda

> 编程语言
Open source

This is a php framework,apply Di,Ioc,这是我写的一个使用了Di和Ioc的php框架

192 stars0 likes0 views
WebsiteGitHub

About

This is a php framework,apply Di,Ioc,这是我写的一个使用了Di和Ioc的php框架

Summary

Andromeda is a php framework,apply Di,Ioc.

License

MIT

Quick start

cd Andromeda
composer install
# start server
php -S localhost:8000
# curl or using browser
http://localhost:8000/index.php?p=home&c=index&a=index
http://localhost:8000/index.php?p=home&c=index&a=paramTest&p1=1&p3=2

Todo

Cache driver

  • Redis
  • Memcached
  • File

Database driver

  • MySQL

Log driver

  • File
  • Elastic search

Dev log

  • 2024-06-11:升级依赖包;更新README
  • 2017-10-16:实现获取post与get参数结合
  • 2017-10-11:准备实现获取post参数
  • 2017-10-11:实现获取action参数,以及必填非必填参数判断
  • 2017-08-03:下一步实现获取action的参数,利用反射实现

Issues· 0 open

View all issuesOpen on GitHub

No open issues yet, or sync has not completed.

> Tags

PHP

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 18, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言