• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    公众号

autarky/framework: PHP framework for self-sufficient developers.

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称:

autarky/framework

开源软件地址:

https://github.com/autarky/framework

开源编程语言:

PHP 99.5%

开源软件介绍:

Autarky

Build Status Latest Stable Version Latest Unstable Version License

Autarky is a PHP framework for experienced developers and/or quick learners, with a focus on developer freedom of choice, configuration over convention, and the right mix of rapid/pleasant development and sturdy application architecture.

Documentation is available at autarky.lutro.me.

Changelog and upgrade instructions are available in Github's releases.

Related repositories: Container, Twig templating

Installation

Try the framework out by creating a skeleton project using composer.

If you don't have composer installed already:

curl -sS https://getcomposer.org/installer | php
chmod +x composer.phar && mv composer.phar /usr/local/bin/composer

Create the skeleton project using composer:

composer create-project -s dev autarky/skeleton --prefer-dist ./myproject
cd myproject && php -S localhost:8000 -t ./public

Visit the url "localhost:8000" in your browser to make sure it's working.

Contributing

git clone https://github.com/autarky/framework /path/to/autarky
cd /path/to/autarky
composer install
phpunit

The master branch is the current minor version. Previous minor versions have their own branches. Only critical bugfixes should be applied to these branches.

The develop branch is the next minor version. New features are applied to this branch.

Read the CONTRIBUTING.md file for more information.

Contact

Feel free to open an issue on GitHub if you have any problems or suggestions. Alternatively (or additionally), you may want to ask on Stack Overflow using the "autarky" tag.

Contact Andreas Lutro personally for potential security issues.

License

The contents of this repository is released under the MIT license. See the LICENSE file included for more information.




鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap