Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phpinternalsbook/PHP-Internals-Book
PHP Internals Book
https://github.com/phpinternalsbook/PHP-Internals-Book
Last synced: 9 days ago
JSON representation
PHP Internals Book
- Host: GitHub
- URL: https://github.com/phpinternalsbook/PHP-Internals-Book
- Owner: phpinternalsbook
- License: other
- Created: 2012-08-27T15:04:43.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-06-29T21:23:59.000Z (5 months ago)
- Last Synced: 2024-10-23T13:50:17.552Z (21 days ago)
- Language: Python
- Homepage: http://www.phpinternalsbook.com/
- Size: 5.54 MB
- Stars: 1,390
- Watchers: 91
- Forks: 175
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-swoole - PHP-Internals-Book
README
PHP-Internals-Book
==================Document format: RST
--------------------The book is written using ReStructured Text and generated using Sphinx.
* RST manual: http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html
* RST quickref: http://docutils.sourceforge.net/docs/user/rst/quickref.html
* Sphinx manual: https://www.sphinx-doc.org/en/master/Coding style
------------The following "coding style" applies to the written text, not to the included code.
* The maximum line-width for text is 120 characters.
* The maximum line-width for code is 98 characters. Including the four space indentation this would be a limit of 102 characters. This is a hard limit that prevents overflows in the PDF version.
* Indentation uses four spaces.
* Lines should not have trailing whitespace.
* Punctuation like `?`, `!` or `:` should directly follow after the word (e.g. `foo:` rather than `foo :`).Domains
-------These domains have been bought by Anthony to publish info about the book:
* phpinternalsbook.com
* phpcorebook.com
* insidephpbook.comOnly the first domain is currently in use.
Authors
-------* Julien Pauli: [email protected]
* Nikita Popov: [email protected]
* Anthony Ferrara: [email protected]