├── feynman.png ├── LICENSE └── README.md /feynman.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akondas/build-your-own-x-in-php/HEAD/feynman.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) 2018 Arkadiusz Kondas 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # ![Build your own X in PHP](feynman.png) 2 | 3 | Inspired by [https://github.com/danistefanovic/build-your-own-x](https://github.com/danistefanovic/build-your-own-x) 4 | 5 | #### Build your own `Blockchain / Cryptocurrency` 6 | 7 | * [_Minimal working blockchain implemented in PHP_](https://github.com/akondas/php-blockchain) 8 | 9 | #### Build your own `Bot` 10 | 11 | * [_A framework agnostic PHP library to build chat bots_](https://github.com/botman/botman) 12 | 13 | #### Build your own `Emulator` 14 | 15 | * [_A PHP Terminal GameBoy Emulator_](https://github.com/gabrielrcouto/php-terminal-gameboy-emulator) 16 | 17 | #### Build your own `Game` 18 | 19 | #### Build your own `Git` 20 | 21 | #### Build your own `Network Stack` 22 | 23 | #### Build your own `Neural Network` 24 | 25 | #### Build your own `Operating System` 26 | 27 | #### Build your own `Physics Engine` 28 | 29 | #### Build your own `Programming Language` 30 | 31 | #### Build your own `Regex Engine` 32 | 33 | #### Build your own `Search Engine` 34 | 35 | #### Build your own `Shell` 36 | 37 | #### Build your own `Template Engine` 38 | 39 | #### Build your own `Text Editor` 40 | 41 | #### Build your own `Web Search Engine` 42 | 43 | * [**PHP**: _Code a Search Engine in PHP_](https://boyter.org/2013/01/code-for-a-search-engine-in-php-part-1/) 44 | 45 | #### Build your own `Web Server` 46 | 47 | * [**PHP**: _Writing a webserver in pure PHP_](http://station.clancats.com/writing-a-webserver-in-pure-php/) 48 | 49 | #### Uncategorized 50 | 51 | * [**(any)**: _From NAND to Tetris: Building a Modern Computer From First Principles_](http://nand2tetris.org/) 52 | 53 | ## How to contribute 54 | 55 | Contributions are very welcome: [Submit tutorial](https://github.com/akondas/build-your-own-x-in-php/issues/new) 56 | 57 | ## License 58 | 59 | This project is released under the MIT Licence. See the bundled LICENSE file for details. 60 | 61 | ## Author 62 | 63 | Arkadiusz Kondas (@ArkadiuszKondas) 64 | --------------------------------------------------------------------------------