All Projects → unbelievableflavour → php-tester

unbelievableflavour / php-tester

Licence: GPL-3.0, GPL-3.0 licenses found Licenses found GPL-3.0 LICENSE GPL-3.0 COPYING
Run your PHP scribbles

Programming Languages

vala
323 projects
Meson
512 projects
shell
77523 projects

Projects that are alternatives of or similar to php-tester

Cheatsheets
Quick reference material for techies
Stars: ✭ 66 (+288.24%)
Mutual labels:  development, code
generaptr
Generaptr is a node package that helps when starting up a project by generating boilerplate code for Express api.
Stars: ✭ 16 (-5.88%)
Mutual labels:  code
Docker-Stack
This repo contains a simple Docker setup with minimal configuration and only few files you can drop into many PHP-based projects.
Stars: ✭ 31 (+82.35%)
Mutual labels:  development
OrigamiSMTP
A TLS Enabled Fake SMTP Server for Development
Stars: ✭ 16 (-5.88%)
Mutual labels:  development
gogen
Command-line tool to generate GO applications and libraries
Stars: ✭ 17 (+0%)
Mutual labels:  code
react-native-animated-radio-button
Fully customizable animated radio button for React Native
Stars: ✭ 25 (+47.06%)
Mutual labels:  development
Fundamental-Kotlin
Code examples for the Fundamental Kotlin book.
Stars: ✭ 16 (-5.88%)
Mutual labels:  code
awesome.gl
棒棒哒攻略:Developer's Technical Documents, API References, Code Examples, Quick Starts, Programming minutebooks, and Tutorials. https://awesome.gl
Stars: ✭ 12 (-29.41%)
Mutual labels:  code
CodeINN
CodeINN is an instant code editor 📃, that makes programming and development easier. Practice quickly and directly from your web browser, without any setup needed. CodeINN gives the perfect environment to developers technologists, coders computers, and geeks 🤓 to do more with their tech.
Stars: ✭ 39 (+129.41%)
Mutual labels:  development
CodeWars
Daily Coding Exercises to sharpen problem solving skills
Stars: ✭ 67 (+294.12%)
Mutual labels:  code
csharp
📚 Recursos para aprender C#
Stars: ✭ 37 (+117.65%)
Mutual labels:  development
workshop
Paralect Workshop
Stars: ✭ 31 (+82.35%)
Mutual labels:  development
wp-cli-dev
🛠 WP-CLI development environment that allows for easy development across all packages
Stars: ✭ 29 (+70.59%)
Mutual labels:  development
gintonic
A declarative transformation language for GraphQL 🍸
Stars: ✭ 27 (+58.82%)
Mutual labels:  code
ml dev env
Machine Learning / Deep Learning Environment. Everywhere. Anywhere.
Stars: ✭ 47 (+176.47%)
Mutual labels:  code
code-review-culture
📖 The art of cultivating a strong dev culture in your team.
Stars: ✭ 19 (+11.76%)
Mutual labels:  code
python-blogs
A curated list of python programming language blogs
Stars: ✭ 48 (+182.35%)
Mutual labels:  development
kev
Develop Kubernetes apps iteratively with Docker-Compose
Stars: ✭ 61 (+258.82%)
Mutual labels:  development
ViaCEP
The ViaCEP API/webservice .NET client
Stars: ✭ 21 (+23.53%)
Mutual labels:  code
m2devbox
🚀 Head start your Magento 2 extension development with pre-configured Docker environments.
Stars: ✭ 18 (+5.88%)
Mutual labels:  development

Archived

This repository is not maintained anymore and will not be updated to Elementary OS 6.0. You have my blessing to create a fork and update the application to post publish it in Elementary 6.0 under your own name.

PHP Tester

Test your PHP code easily

Get it on AppCenter

PHP code without a server!

A Vala application to test PHP snippets without having to start a server.

Installation

First you will need to install elementary SDK

sudo apt install elementary-sdk

Dependencies

These dependencies must be present before building

  • valac
  • gtk+-3.0
  • granite
  • gtksourceview-3.0

You can install these on a Ubuntu-based system by executing this command:

sudo apt install valac libgtk-3-dev libgranite-dev gtksourceview-3.0

Building

meson build --prefix=/usr
cd build
ninja

Installing

sudo ninja install

Recompile the schema after installation

sudo glib-compile-schemas /usr/share/glib-2.0/schemas

Update .pot file

Call the following command from the build folder:

ninja com.github.bartzaalberg.php-tester-pot

FAQ

I have XAMPP installed but the application can't find PHP. Why is that so?

Unfortunately XAMPP puts PHP in a location that PHP Tester cannot reach. As a workaround you can create a symlink to the default location. Set the PHP path back to /usr/bin from the applicatoin and run the following command.

sudo ln -s /opt/lampp/bin/php /usr/bin/php

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].