search
HomeBackend DevelopmentPHP Tutorial再见2015,你好2016!

想来想去,2015年最重要的事情就是做了看云和ThinkPHP5(虽然目前还是Beta版本)。

为什么要做 看云 ?这个问题曾经有很多人问过我,其实做看云和当年做ThinkPHP一样,都有点无心插柳的感觉。ThinkPHP诞生于2006年1月(是的,下个月就是10周年了),当时也是做了一个项目(还是Java项目)以后,心血来潮要尝试用PHP来实现(当时学PHP也就一年多吧),十年间从当初不超过50k到现在核心600多k的框架(一直都是轻量级PHP框架),历经多次版本重构和无数次的改进,超过500W次的下载和超过200W用户,国内网站十之有三采用了ThinkPHP框架,这种逆袭已然欣慰。

看云当初只是为了满足TP用户的产品手册(TP的手册口碑一直还不错,从第一版开始也重写了好几次)需求而诞生的一个产品,在2015年初,找了团队的几个成员花了1个多月做了一个初始的版本(那个时候还没有引入版本库概念),年后测试的时候重新审视这个产品,发现这个东西其实除了手册外有很大的空间,然后作了一些调查,并未在国内发现同类产品,但发现了国外有一个叫gitbook的,而且貌似还挺火的,于是决定加大力度专心做好(当初团队暂停了旗下另一个开发了一半的CMF产品OneThink2.0版本的开发,放弃了其他的项目机会)。15年4月上线第一个测试版本,完成了基本的写作功能,在TP社区推广后效果不错,7月份上线了第二个测试版本,引入版本库和团队功能,7月21日注册用户突破10000人。8月份又一次完成了编辑器的重构,9月份推出了专业版功能,官网Alexa全球排名进入10W,10月24日,专业版功能全部免费(仅私有文档收费)。

再来说说看云的愿景,因为我们这么多年一直都是面向开发者,对于推广和运营我们本身没有太多的经验,做出好产品是我们唯一的希望,本着好的产品会说话的理念,就和当年做ThinkPHP的心态在做看云,我们的初衷就是希望给国内的技术人员提供一个更适合的文档写作和托管平台,然后延伸到电子出版领域(说实话国内这个生态还没到好机会)。

其实也没想过怎么去推广看云,觉得内容和作者才是看云最关键的优势,所以我们不断挖掘和推荐优质的内容(当然前提是尊重知识产权)。期间,我自己带着一个编辑整理看云的内容(现在看到的看云文档小组和博客精选里面的内容都是出自1个半的编辑,封面图片还是我自己设计)完成了400多本书(主要都是广场推荐)的编辑,同时也见过几个天使投资。我们也意识到,靠自己的话优质内容积累的太慢了,于是12月30日,我们针对博客专家推出了一项活动,邀请博客专家入驻送专业版,得到了不少博客主的支持,其中包括知名博主阮一峰和不少CSDN的优秀博主(人数较多,我不一一列举了,我们后面会做一个专家页面展示出来),不错的反响让我们感到2016年更有动力继续把看云做好, 打造成国内最专业的技术文档/书籍/用户手册的写作、电子出版、阅读和托管平台 ,借此机会感谢一直以来关注和支持看云的所有朋友和粉丝们。

再来说说ThinkPHP,今年双十二的时候,我们正式对外发布了5.0的第一个测试版本,这是一个 为API开发而生的高性能框架 ,引发了很多人的关注和支持、建议,同时,版本库由个人账号转为org账号,加入了更多的新生力量参与开源项目的共同建设,仅5.0版本的版本库提交次数半个月不到已经逼近之前版本总的提交次数。所以,我有理由相信,2016年对TP来说是一个全新的启程,让我们相约2016,见证一个新的奇迹,属于所有的ThinkPHP用户的。

ThinkPHP V5 --见证开源的力量!

最后,祝大家在2016年代码写的杠杠的,文档写的棒棒哒,生活过的美美的!

相关阅读

2016博客专家入驻看云就送福利啦!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
The Continued Use of PHP: Reasons for Its EnduranceThe Continued Use of PHP: Reasons for Its EnduranceApr 19, 2025 am 12:23 AM

What’s still popular is the ease of use, flexibility and a strong ecosystem. 1) Ease of use and simple syntax make it the first choice for beginners. 2) Closely integrated with web development, excellent interaction with HTTP requests and database. 3) The huge ecosystem provides a wealth of tools and libraries. 4) Active community and open source nature adapts them to new needs and technology trends.

PHP and Python: Exploring Their Similarities and DifferencesPHP and Python: Exploring Their Similarities and DifferencesApr 19, 2025 am 12:21 AM

PHP and Python are both high-level programming languages ​​that are widely used in web development, data processing and automation tasks. 1.PHP is often used to build dynamic websites and content management systems, while Python is often used to build web frameworks and data science. 2.PHP uses echo to output content, Python uses print. 3. Both support object-oriented programming, but the syntax and keywords are different. 4. PHP supports weak type conversion, while Python is more stringent. 5. PHP performance optimization includes using OPcache and asynchronous programming, while Python uses cProfile and asynchronous programming.

PHP and Python: Different Paradigms ExplainedPHP and Python: Different Paradigms ExplainedApr 18, 2025 am 12:26 AM

PHP is mainly procedural programming, but also supports object-oriented programming (OOP); Python supports a variety of paradigms, including OOP, functional and procedural programming. PHP is suitable for web development, and Python is suitable for a variety of applications such as data analysis and machine learning.

PHP and Python: A Deep Dive into Their HistoryPHP and Python: A Deep Dive into Their HistoryApr 18, 2025 am 12:25 AM

PHP originated in 1994 and was developed by RasmusLerdorf. It was originally used to track website visitors and gradually evolved into a server-side scripting language and was widely used in web development. Python was developed by Guidovan Rossum in the late 1980s and was first released in 1991. It emphasizes code readability and simplicity, and is suitable for scientific computing, data analysis and other fields.

Choosing Between PHP and Python: A GuideChoosing Between PHP and Python: A GuideApr 18, 2025 am 12:24 AM

PHP is suitable for web development and rapid prototyping, and Python is suitable for data science and machine learning. 1.PHP is used for dynamic web development, with simple syntax and suitable for rapid development. 2. Python has concise syntax, is suitable for multiple fields, and has a strong library ecosystem.

PHP and Frameworks: Modernizing the LanguagePHP and Frameworks: Modernizing the LanguageApr 18, 2025 am 12:14 AM

PHP remains important in the modernization process because it supports a large number of websites and applications and adapts to development needs through frameworks. 1.PHP7 improves performance and introduces new features. 2. Modern frameworks such as Laravel, Symfony and CodeIgniter simplify development and improve code quality. 3. Performance optimization and best practices further improve application efficiency.

PHP's Impact: Web Development and BeyondPHP's Impact: Web Development and BeyondApr 18, 2025 am 12:10 AM

PHPhassignificantlyimpactedwebdevelopmentandextendsbeyondit.1)ItpowersmajorplatformslikeWordPressandexcelsindatabaseinteractions.2)PHP'sadaptabilityallowsittoscaleforlargeapplicationsusingframeworkslikeLaravel.3)Beyondweb,PHPisusedincommand-linescrip

How does PHP type hinting work, including scalar types, return types, union types, and nullable types?How does PHP type hinting work, including scalar types, return types, union types, and nullable types?Apr 17, 2025 am 12:25 AM

PHP type prompts to improve code quality and readability. 1) Scalar type tips: Since PHP7.0, basic data types are allowed to be specified in function parameters, such as int, float, etc. 2) Return type prompt: Ensure the consistency of the function return value type. 3) Union type prompt: Since PHP8.0, multiple types are allowed to be specified in function parameters or return values. 4) Nullable type prompt: Allows to include null values ​​and handle functions that may return null values.

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Tools

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

EditPlus Chinese cracked version

EditPlus Chinese cracked version

Small size, syntax highlighting, does not support code prompt function

MantisBT

MantisBT

Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use