Not Only PHP - A backwards compatible language focused on modern features and flexibility.
Project description
The NoPHP Language for the Modern Web
Not Only PHP - A backwards compatible language focused on modern features and flexibility.
Official Website (WIP) | Docs | Speed (WIP) | Contributing & compiler design
[!NOTE] Please note, NoPHP is highly experimental and bugs are to be expected. Please create an issue on GitHub as soon as possible if you encounter any!
class YourApp {
private $greeting;
public function __construct() {
$this->greeting = "Welcome to NoPHP";
}
public function welcome() {
echo <h1> $this->greeting </h1>;
}
}
$app = new YourApp();
$app->welcome();
?debug;
Key Features of NoPHP
- Easily customizable language featureset
- Custom syntax for building performant code
- Write HTML directly, no headaches
- Extensive and verbose logging
- Make it your own!
Alpha 0.2.0 and our future
Currently NoPHP is aming for a more or less stable release at 0.2.0. You can find the checklist here
NoPHP is an ongoing project and will continue to recieve updates into the far future. The purpose of this project is to provide a solution that is easy to setup for a new project or to integrate into an existing PHP codebase without massive restructuring.
PHP vs NoPHP
Looking at NoPHP, a question might arise in your mind: What is this for?
To answer this question simply: NoPHP was created to solve issues that are caused by PHP being an old language without the features most developers are used to. Some may consider this otherwise, and we fully welcome those that do to create PRs or issues with their suggestions! The vision of this project is to create a language that is fundamentally different from PHP while maintaining similar functionality and syntactic sugar.
Yes, Laravel exists. However their approach is different, they aim to fix what they see wrong with PHP. Whilst our approach is to create what PHP was meant to be, without sacrificing the comfort of modern languages and idioms.
Installation
Currently NoPHP can be installed via Pipx. This will only install the Python backend, others, such as the Rust backend, are a WIP.
Below is the command needed to get started:
$ pipx install nophp
Your first project
NoPHP currently provides a command to create a simple new project. It will have the basics to get you started.
$ nophp -n my_cool_project
The command above will create a new directory named my_new_project containing the bare minimum to get you up and developing!
Example projects
Currently available examples are few as the language is relatively new. The best ones to explore are listed below.
- NoCMS - This is a project created for the Web Development 1 course at Inholland University of Applied Sciences. It's a simple CMS website that allows it's users to create and manage a blog.
Thank you to
- Kunal Dandekar - For support and aid in the Rust backend
- Vlang - For their README which was used to create this one
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file nophp-0.1.8.tar.gz
.
File metadata
- Download URL: nophp-0.1.8.tar.gz
- Upload date:
- Size: 125.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.12.2 Linux/6.7.10-200.fc39.x86_64
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 697a6eab7b59bb2baa70b0a5dfe5e8df11e36e5ee1c224e5c46fbf2bc59e05da |
|
MD5 | 0829d235f174b129ba564e1537693fcb |
|
BLAKE2b-256 | b77a06f7db97016f7d5b7653cf239f86eab5c964afcd80b4f4812eceb553f75a |
File details
Details for the file nophp-0.1.8-py3-none-any.whl
.
File metadata
- Download URL: nophp-0.1.8-py3-none-any.whl
- Upload date:
- Size: 49.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.12.2 Linux/6.7.10-200.fc39.x86_64
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fe827434edff0f75297debf87d61cc115787381a90300a35ee09e2727381c400 |
|
MD5 | dfaf596b2f7655ac055bce1d4b8eb9cf |
|
BLAKE2b-256 | 8d15e2ad44bf0c312322179bd19dc746a1c2596130b7e74dee0fe180ed94fbc2 |